namespace Cafe11
{
partial class Orders
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.lebcafeDataSet = 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СтоликаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.количествоКлиентовDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.iDСтатусаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(530, 373);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(139, 45);
this.button1.TabIndex = 0;
this.button1.Text = "Закрыть";
this.button1.UseVisualStyleBackColor = true;
//
// 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СтоликаDataGridViewTextBoxColumn,
this.количествоКлиентовDataGridViewTextBoxColumn,
this.iDСтатусаDataGridViewTextBoxColumn});
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(463, 355);
this.dataGridView1.TabIndex = 1;
//
// lebcafeDataSet
//
this.lebcafeDataSet.DataSetName = "lebcafeDataSet";
this.lebcafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// заказыBindingSource
//
this.заказыBindingSource.DataMember = "Заказы";
this.заказыBindingSource.DataSource = this.lebcafeDataSet;
//
// заказыTableAdapter
//
this.заказыTableAdapter.ClearBeforeFill = true;
//
// iDЗаказаDataGridViewTextBoxColumn
//
this.iDЗаказаDataGridViewTextBoxColumn.DataPropertyName = "ID_Заказа";
this.iDЗаказаDataGridViewTextBoxColumn.HeaderText = "ID_Заказа";
this.iDЗаказаDataGridViewTextBoxColumn.Name = "iDЗаказаDataGridViewTextBoxColumn";
//
// iDСтоликаDataGridViewTextBoxColumn
//
this.iDСтоликаDataGridViewTextBoxColumn.DataPropertyName = "ID_Столика";
this.iDСтоликаDataGridViewTextBoxColumn.HeaderText = "ID_Столика";
this.iDСтоликаDataGridViewTextBoxColumn.Name = "iDСтоликаDataGridViewTextBoxColumn";
//
// количествоКлиентовDataGridViewTextBoxColumn
//
this.количествоКлиентовDataGridViewTextBoxColumn.DataPropertyName = "КоличествоКлиентов";
this.количествоКлиентовDataGridViewTextBoxColumn.HeaderText = "КоличествоКлиентов";
this.количествоКлиентовDataGridViewTextBoxColumn.Name = "количествоКлиентовDataGridViewTextBoxColumn";
//
// iDСтатусаDataGridViewTextBoxColumn
//
this.iDСтатусаDataGridViewTextBoxColumn.DataPropertyName = "ID_Статуса";
this.iDСтатусаDataGridViewTextBoxColumn.HeaderText = "ID_Статуса";
this.iDСтатусаDataGridViewTextBoxColumn.Name = "iDСтатусаDataGridViewTextBoxColumn";
//
// Orders
//
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.dataGridView1);
this.Controls.Add(this.button1);
this.Name = "Orders";
this.Text = "Orders";
this.Load += new System.EventHandler(this.Orders_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lebcafeDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private lebcafeDataSet lebcafeDataSet;
private System.Windows.Forms.BindingSource заказыBindingSource;
private lebcafeDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn iDЗаказаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn iDСтоликаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn количествоКлиентовDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn iDСтатусаDataGridViewTextBoxColumn;
}
}