namespace KafeKazarin03
{
partial class Form4
{
///
/// 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.label3 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.kazarinKafeDataSet = new KafeKazarin03.KazarinKafeDataSet();
this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.ordersTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.OrdersTableAdapter();
this.tableAdapterManager = new KafeKazarin03.KazarinKafeDataSetTableAdapters.TableAdapterManager();
this.orderedDishesTableAdapter = new KafeKazarin03.KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter();
this.ordersDataGridView = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.orderedDishesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.orderedDishesDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ordersDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(12, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(365, 25);
this.label3.TabIndex = 5;
this.label3.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(576, 472);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(253, 34);
this.button4.TabIndex = 10;
this.button4.Text = "Выход из уч. записи";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// kazarinKafeDataSet
//
this.kazarinKafeDataSet.DataSetName = "KazarinKafeDataSet";
this.kazarinKafeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ordersBindingSource
//
this.ordersBindingSource.DataMember = "Orders";
this.ordersBindingSource.DataSource = this.kazarinKafeDataSet;
//
// ordersTableAdapter
//
this.ordersTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.CooksTableAdapter = null;
this.tableAdapterManager.EmployeesTableAdapter = null;
this.tableAdapterManager.OrderedDishesTableAdapter = this.orderedDishesTableAdapter;
this.tableAdapterManager.OrdersTableAdapter = this.ordersTableAdapter;
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;
//
// orderedDishesTableAdapter
//
this.orderedDishesTableAdapter.ClearBeforeFill = true;
//
// ordersDataGridView
//
this.ordersDataGridView.AllowUserToAddRows = false;
this.ordersDataGridView.AllowUserToDeleteRows = false;
this.ordersDataGridView.AutoGenerateColumns = false;
this.ordersDataGridView.BackgroundColor = System.Drawing.Color.Tan;
this.ordersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ordersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.ordersDataGridView.DataSource = this.ordersBindingSource;
this.ordersDataGridView.Location = new System.Drawing.Point(12, 123);
this.ordersDataGridView.Name = "ordersDataGridView";
this.ordersDataGridView.Size = new System.Drawing.Size(444, 220);
this.ordersDataGridView.TabIndex = 11;
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "IDЗаказа";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "IDСмены";
this.dataGridViewTextBoxColumn7.HeaderText = "IDСмены";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "ДатаЗаказа";
this.dataGridViewTextBoxColumn2.HeaderText = "ДатаЗаказа";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "СтатусЗаказа";
this.dataGridViewTextBoxColumn3.HeaderText = "СтатусЗаказа";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// orderedDishesBindingSource
//
this.orderedDishesBindingSource.DataMember = "OrderedDishes";
this.orderedDishesBindingSource.DataSource = this.kazarinKafeDataSet;
//
// orderedDishesDataGridView
//
this.orderedDishesDataGridView.AllowUserToAddRows = false;
this.orderedDishesDataGridView.AllowUserToDeleteRows = false;
this.orderedDishesDataGridView.AutoGenerateColumns = false;
this.orderedDishesDataGridView.BackgroundColor = System.Drawing.Color.Tan;
this.orderedDishesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.orderedDishesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
this.orderedDishesDataGridView.DataSource = this.orderedDishesBindingSource;
this.orderedDishesDataGridView.Location = new System.Drawing.Point(462, 123);
this.orderedDishesDataGridView.Name = "orderedDishesDataGridView";
this.orderedDishesDataGridView.ReadOnly = true;
this.orderedDishesDataGridView.Size = new System.Drawing.Size(367, 220);
this.orderedDishesDataGridView.TabIndex = 11;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "IDЗаказа";
this.dataGridViewTextBoxColumn4.HeaderText = "IDЗаказа";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "IDПродукт";
this.dataGridViewTextBoxColumn5.HeaderText = "IDПродукт";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Количество";
this.dataGridViewTextBoxColumn6.HeaderText = "Количество";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
//
// 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(115, 83);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(240, 25);
this.label1.TabIndex = 13;
this.label1.Text = "Заказы и их статусы";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(556, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(184, 25);
this.label2.TabIndex = 14;
this.label2.Text = "Блюда в заказе";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Tan;
this.button2.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button2.Location = new System.Drawing.Point(102, 358);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(253, 34);
this.button2.TabIndex = 15;
this.button2.Text = "Изменить статус заказа";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Tan;
this.button3.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button3.Location = new System.Drawing.Point(531, 358);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(253, 34);
this.button3.TabIndex = 16;
this.button3.Text = "Добавить блюда в заказ";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form4
//
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(841, 518);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.orderedDishesDataGridView);
this.Controls.Add(this.ordersDataGridView);
this.Controls.Add(this.button4);
this.Controls.Add(this.label3);
this.Name = "Form4";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Cooks";
this.Load += new System.EventHandler(this.Form4_Load);
((System.ComponentModel.ISupportInitialize)(this.kazarinKafeDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ordersDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderedDishesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderedDishesDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button4;
private KazarinKafeDataSet kazarinKafeDataSet;
private System.Windows.Forms.BindingSource ordersBindingSource;
private KazarinKafeDataSetTableAdapters.OrdersTableAdapter ordersTableAdapter;
private KazarinKafeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private KazarinKafeDataSetTableAdapters.OrderedDishesTableAdapter orderedDishesTableAdapter;
private System.Windows.Forms.DataGridView ordersDataGridView;
private System.Windows.Forms.BindingSource orderedDishesBindingSource;
private System.Windows.Forms.DataGridView orderedDishesDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}