123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
-
- namespace KafeKazarin03
- {
- partial class Form9
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label iDLabel;
- System.Windows.Forms.Label iDЗаказаLabel;
- System.Windows.Forms.Label iDПродуктLabel;
- System.Windows.Forms.Label количествоLabel;
- this.button4 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
- this.orderedDishesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.orderedDishesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter();
- this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
- this.orderedDishesDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.iDЗаказаTextBox = new System.Windows.Forms.TextBox();
- this.iDПродуктTextBox = new System.Windows.Forms.TextBox();
- this.количествоTextBox = new System.Windows.Forms.TextBox();
- iDLabel = new System.Windows.Forms.Label();
- iDЗаказаLabel = new System.Windows.Forms.Label();
- iDПродуктLabel = new System.Windows.Forms.Label();
- количествоLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- iDLabel.Location = new System.Drawing.Point(31, 78);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(34, 18);
- iDLabel.TabIndex = 26;
- iDLabel.Text = "ID:";
- //
- // iDЗаказаLabel
- //
- iDЗаказаLabel.AutoSize = true;
- iDЗаказаLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- iDЗаказаLabel.Location = new System.Drawing.Point(31, 123);
- iDЗаказаLabel.Name = "iDЗаказаLabel";
- iDЗаказаLabel.Size = new System.Drawing.Size(94, 18);
- iDЗаказаLabel.TabIndex = 28;
- iDЗаказаLabel.Text = "IDЗаказа:";
- //
- // iDПродуктLabel
- //
- iDПродуктLabel.AutoSize = true;
- iDПродуктLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- iDПродуктLabel.Location = new System.Drawing.Point(31, 166);
- iDПродуктLabel.Name = "iDПродуктLabel";
- iDПродуктLabel.Size = new System.Drawing.Size(108, 18);
- iDПродуктLabel.TabIndex = 30;
- iDПродуктLabel.Text = "IDПродукт:";
- //
- // количествоLabel
- //
- количествоLabel.AutoSize = true;
- количествоLabel.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- количествоLabel.Location = new System.Drawing.Point(31, 210);
- количествоLabel.Name = "количествоLabel";
- количествоLabel.Size = new System.Drawing.Size(116, 18);
- количествоLabel.TabIndex = 32;
- количествоLabel.Text = "Количество:";
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.Tan;
- this.button4.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(172, 316);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(100, 34);
- this.button4.TabIndex = 23;
- this.button4.Text = "Отмена";
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Tan;
- this.button1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(12, 267);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(260, 34);
- this.button1.TabIndex = 22;
- this.button1.Text = "Сохранить";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(27, 21);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(214, 25);
- this.label1.TabIndex = 25;
- this.label1.Text = "Добавление блюд";
- //
- // kazarinKafeDataSet
- //
- this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
- this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // orderedDishesBindingSource
- //
- this.orderedDishesBindingSource.DataMember = "OrderedDishes";
- this.orderedDishesBindingSource.DataSource = this.kazarinKafeDataSet;
- //
- // orderedDishesTableAdapter
- //
- this.orderedDishesTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CooksTableAdapter = null;
- this.tableAdapterManager.EmployeesTableAdapter = null;
- this.tableAdapterManager.OrderedDishesTableAdapter = this.orderedDishesTableAdapter;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.OrderStatusTableAdapter = null;
- this.tableAdapterManager.PaymentMethodTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.TablesTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.WaitersTableAdapter = null;
- this.tableAdapterManager.WorkShiftTableAdapter = null;
- this.tableAdapterManager.СategoriesTableAdapter = null;
- //
- // orderedDishesDataGridView
- //
- this.orderedDishesDataGridView.AllowUserToAddRows = false;
- this.orderedDishesDataGridView.AllowUserToDeleteRows = false;
- this.orderedDishesDataGridView.AutoGenerateColumns = false;
- this.orderedDishesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.orderedDishesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.orderedDishesDataGridView.DataSource = this.orderedDishesBindingSource;
- this.orderedDishesDataGridView.Location = new System.Drawing.Point(74, 281);
- this.orderedDishesDataGridView.Name = "orderedDishesDataGridView";
- this.orderedDishesDataGridView.ReadOnly = true;
- this.orderedDishesDataGridView.Size = new System.Drawing.Size(35, 11);
- this.orderedDishesDataGridView.TabIndex = 26;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "IDЗаказа";
- this.dataGridViewTextBoxColumn2.HeaderText = "IDЗаказа";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "IDПродукт";
- this.dataGridViewTextBoxColumn3.HeaderText = "IDПродукт";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Количество";
- this.dataGridViewTextBoxColumn4.HeaderText = "Количество";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // iDTextBox
- //
- this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "ID", true));
- this.iDTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.iDTextBox.Location = new System.Drawing.Point(153, 75);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(100, 26);
- this.iDTextBox.TabIndex = 27;
- //
- // iDЗаказаTextBox
- //
- this.iDЗаказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "IDЗаказа", true));
- this.iDЗаказаTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.iDЗаказаTextBox.Location = new System.Drawing.Point(153, 120);
- this.iDЗаказаTextBox.Name = "iDЗаказаTextBox";
- this.iDЗаказаTextBox.Size = new System.Drawing.Size(100, 26);
- this.iDЗаказаTextBox.TabIndex = 29;
- //
- // iDПродуктTextBox
- //
- this.iDПродуктTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "IDПродукт", true));
- this.iDПродуктTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.iDПродуктTextBox.Location = new System.Drawing.Point(153, 163);
- this.iDПродуктTextBox.Name = "iDПродуктTextBox";
- this.iDПродуктTextBox.Size = new System.Drawing.Size(100, 26);
- this.iDПродуктTextBox.TabIndex = 31;
- //
- // количествоTextBox
- //
- this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderedDishesBindingSource, "Количество", true));
- this.количествоTextBox.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.количествоTextBox.Location = new System.Drawing.Point(153, 207);
- this.количествоTextBox.Name = "количествоTextBox";
- this.количествоTextBox.Size = new System.Drawing.Size(100, 26);
- this.количествоTextBox.TabIndex = 33;
- //
- // Form9
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PeachPuff;
- this.ClientSize = new System.Drawing.Size(285, 361);
- this.Controls.Add(iDLabel);
- this.Controls.Add(this.iDTextBox);
- this.Controls.Add(iDЗаказаLabel);
- this.Controls.Add(this.iDЗаказаTextBox);
- this.Controls.Add(iDПродуктLabel);
- this.Controls.Add(this.iDПродуктTextBox);
- this.Controls.Add(количествоLabel);
- this.Controls.Add(this.количествоTextBox);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.orderedDishesDataGridView);
- this.Name = "Form9";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавить блюд в заказ";
- this.Load += new System.EventHandler(this.Form9_Load);
- ((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private KazarinKafeDataSet kazarinKafeDataSet;
- private System.Windows.Forms.BindingSource orderedDishesBindingSource;
- private KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter orderedDishesTableAdapter;
- private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridView orderedDishesDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.TextBox iDTextBox;
- private System.Windows.Forms.TextBox iDЗаказаTextBox;
- private System.Windows.Forms.TextBox iDПродуктTextBox;
- private System.Windows.Forms.TextBox количествоTextBox;
- }
- }
|