123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
-
- namespace Cafe11
- {
- partial class WaiterMenu
- {
- /// <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();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.сменыBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.lebcafeDataSet = new Cafe11.lebcafeDataSet();
- this.сменыTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.СменыTableAdapter();
- this.lebcafeDataSet1 = new Cafe11.lebcafeDataSet();
- this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.заказыTableAdapter = new Cafe11.lebcafeDataSetTableAdapters.ЗаказыTableAdapter();
- this.iDСменыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ID_Заказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ID_Столика = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ID_Статуса = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.КоличествоКлиентов = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ДатаЗаказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.СуммаЗаказа = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сменыBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iDСменыDataGridViewTextBoxColumn,
- this.ID_Заказа,
- this.ID_Столика,
- this.ID_Статуса,
- this.КоличествоКлиентов,
- this.ДатаЗаказа,
- this.СуммаЗаказа});
- this.dataGridView1.DataSource = this.заказыBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(12, 12);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(776, 360);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(40, 400);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(93, 32);
- this.button1.TabIndex = 1;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(598, 395);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(190, 43);
- this.button2.TabIndex = 2;
- this.button2.Text = "Создать заказ";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // сменыBindingSource
- //
- this.сменыBindingSource.DataMember = "Смены";
- this.сменыBindingSource.DataSource = this.lebcafeDataSet;
- //
- // lebcafeDataSet
- //
- this.lebcafeDataSet.DataSetName = "lebcafeDataSet";
- this.lebcafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // сменыTableAdapter
- //
- this.сменыTableAdapter.ClearBeforeFill = true;
- //
- // lebcafeDataSet1
- //
- this.lebcafeDataSet1.DataSetName = "lebcafeDataSet";
- this.lebcafeDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // заказыBindingSource
- //
- this.заказыBindingSource.DataMember = "Заказы";
- this.заказыBindingSource.DataSource = this.lebcafeDataSet1;
- //
- // заказыTableAdapter
- //
- this.заказыTableAdapter.ClearBeforeFill = true;
- //
- // iDСменыDataGridViewTextBoxColumn
- //
- this.iDСменыDataGridViewTextBoxColumn.DataPropertyName = "ID_Смены";
- this.iDСменыDataGridViewTextBoxColumn.HeaderText = "ID_Смены";
- this.iDСменыDataGridViewTextBoxColumn.Name = "iDСменыDataGridViewTextBoxColumn";
- //
- // ID_Заказа
- //
- this.ID_Заказа.DataPropertyName = "ID_Заказа";
- this.ID_Заказа.HeaderText = "ID_Заказа";
- this.ID_Заказа.Name = "ID_Заказа";
- //
- // ID_Столика
- //
- this.ID_Столика.DataPropertyName = "ID_Столика";
- this.ID_Столика.HeaderText = "ID_Столика";
- this.ID_Столика.Name = "ID_Столика";
- //
- // ID_Статуса
- //
- this.ID_Статуса.DataPropertyName = "ID_Статуса";
- this.ID_Статуса.HeaderText = "ID_Статуса";
- this.ID_Статуса.Name = "ID_Статуса";
- //
- // КоличествоКлиентов
- //
- this.КоличествоКлиентов.DataPropertyName = "КоличествоКлиентов";
- this.КоличествоКлиентов.HeaderText = "КоличествоКлиентов";
- this.КоличествоКлиентов.Name = "КоличествоКлиентов";
- //
- // ДатаЗаказа
- //
- this.ДатаЗаказа.DataPropertyName = "ДатаЗаказа";
- this.ДатаЗаказа.HeaderText = "ДатаЗаказа";
- this.ДатаЗаказа.Name = "ДатаЗаказа";
- //
- // СуммаЗаказа
- //
- this.СуммаЗаказа.DataPropertyName = "СуммаЗаказа";
- this.СуммаЗаказа.HeaderText = "СуммаЗаказа";
- this.СуммаЗаказа.Name = "СуммаЗаказа";
- //
- // WaiterMenu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "WaiterMenu";
- this.Text = "WaiterMenu";
- this.Load += new System.EventHandler(this.WaiterMenu_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сменыBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private lebcafeDataSet lebcafeDataSet;
- private System.Windows.Forms.BindingSource сменыBindingSource;
- private lebcafeDataSetTableAdapters.СменыTableAdapter сменыTableAdapter;
- private lebcafeDataSet lebcafeDataSet1;
- private System.Windows.Forms.BindingSource заказыBindingSource;
- private lebcafeDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDСменыDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID_Заказа;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID_Столика;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID_Статуса;
- private System.Windows.Forms.DataGridViewTextBoxColumn КоличествоКлиентов;
- private System.Windows.Forms.DataGridViewTextBoxColumn ДатаЗаказа;
- private System.Windows.Forms.DataGridViewTextBoxColumn СуммаЗаказа;
- }
- }
|