123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728 |
-
- namespace kafe_Loriy
- {
- partial class Form2
- {
- /// <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 датаLabel;
- System.Windows.Forms.Label столикLabel;
- System.Windows.Forms.Label колвоКлиентовLabel;
- System.Windows.Forms.Label статусLabel;
- System.Windows.Forms.Label iDLabel2;
- System.Windows.Forms.Label заказLabel;
- System.Windows.Forms.Label заказаноеБНLabel;
- System.Windows.Forms.Label ценаLabel1;
- System.Windows.Forms.Label датаLabel2;
- System.Windows.Forms.Label ценаLabel3;
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.button2 = new System.Windows.Forms.Button();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.оООКафе_ЛорийDataSet = new kafe_Loriy.ОООКафе_ЛорийDataSet();
- this.заказыBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.iDLabel1 = new System.Windows.Forms.Label();
- this.датаLabel1 = new System.Windows.Forms.Label();
- this.столикLabel1 = new System.Windows.Forms.Label();
- this.колвоКлиентовLabel1 = new System.Windows.Forms.Label();
- this.статусLabel1 = new System.Windows.Forms.Label();
- this.iDTextBox = new System.Windows.Forms.TextBox();
- this.заказLabel1 = new System.Windows.Forms.Label();
- this.заказаноеБНLabel1 = new System.Windows.Forms.Label();
- this.ценаLabel2 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.заказыTableAdapter = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.ЗаказыTableAdapter();
- this.tableAdapterManager = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager();
- this.заказаныеБНTableAdapter = new kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.ЗаказаныеБНTableAdapter();
- this.заказаныеБНBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.fKЗаказаныеБНЗаказы1BindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.заказыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.fKЗаказаныеБНЗаказы1BindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Дата = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Столик = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.КолвоКлиентов = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Статус = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.ценаTextBox1 = new System.Windows.Forms.TextBox();
- iDLabel = new System.Windows.Forms.Label();
- датаLabel = new System.Windows.Forms.Label();
- столикLabel = new System.Windows.Forms.Label();
- колвоКлиентовLabel = new System.Windows.Forms.Label();
- статусLabel = new System.Windows.Forms.Label();
- iDLabel2 = new System.Windows.Forms.Label();
- заказLabel = new System.Windows.Forms.Label();
- заказаноеБНLabel = new System.Windows.Forms.Label();
- ценаLabel1 = new System.Windows.Forms.Label();
- датаLabel2 = new System.Windows.Forms.Label();
- ценаLabel3 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.оООКафе_ЛорийDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказаныеБНBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // comboBox1
- //
- this.comboBox1.BackColor = System.Drawing.SystemColors.MenuText;
- this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox1.ForeColor = System.Drawing.SystemColors.Window;
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4",
- "5"});
- this.comboBox1.Location = new System.Drawing.Point(28, 92);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(142, 31);
- this.comboBox1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label1.Location = new System.Drawing.Point(28, 57);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(142, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Номер столика";
- //
- // comboBox2
- //
- this.comboBox2.BackColor = System.Drawing.SystemColors.MenuText;
- this.comboBox2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox2.ForeColor = System.Drawing.SystemColors.Window;
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4"});
- this.comboBox2.Location = new System.Drawing.Point(205, 92);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(142, 31);
- this.comboBox2.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label2.Location = new System.Drawing.Point(205, 57);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 23);
- this.label2.TabIndex = 4;
- this.label2.Text = "Место";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ActiveBorder;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iDDataGridViewTextBoxColumn,
- this.Дата,
- this.Столик,
- this.КолвоКлиентов,
- this.Статус,
- this.ценаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.заказыBindingSource;
- this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.dataGridView1.Location = new System.Drawing.Point(3, 5);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(649, 410);
- this.dataGridView1.TabIndex = 5;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.ForeColor = System.Drawing.SystemColors.Control;
- this.button1.Location = new System.Drawing.Point(32, 419);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(319, 38);
- this.button1.TabIndex = 6;
- this.button1.Text = "Сохранить изменения";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.BackColor = System.Drawing.SystemColors.MenuText;
- this.textBox1.ForeColor = System.Drawing.SystemColors.Window;
- this.textBox1.Location = new System.Drawing.Point(28, 161);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(319, 93);
- this.textBox1.TabIndex = 7;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label3.Location = new System.Drawing.Point(154, 135);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(57, 23);
- this.label3.TabIndex = 8;
- this.label3.Text = "Заказ";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label4.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label4.Location = new System.Drawing.Point(122, 257);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(130, 23);
- this.label4.TabIndex = 9;
- this.label4.Text = "Детали заказа";
- //
- // textBox2
- //
- this.textBox2.BackColor = System.Drawing.SystemColors.MenuText;
- this.textBox2.ForeColor = System.Drawing.SystemColors.Window;
- this.textBox2.Location = new System.Drawing.Point(28, 283);
- this.textBox2.Multiline = true;
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(319, 93);
- this.textBox2.TabIndex = 10;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.label5.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label5.Location = new System.Drawing.Point(28, 385);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(68, 23);
- this.label5.TabIndex = 12;
- this.label5.Text = "Статус";
- //
- // panel1
- //
- this.panel1.Controls.Add(ценаLabel1);
- this.panel1.Controls.Add(this.ценаLabel2);
- this.panel1.Controls.Add(заказаноеБНLabel);
- this.panel1.Controls.Add(this.заказаноеБНLabel1);
- this.panel1.Controls.Add(заказLabel);
- this.panel1.Controls.Add(this.заказLabel1);
- this.panel1.Controls.Add(iDLabel2);
- this.panel1.Controls.Add(this.iDTextBox);
- this.panel1.Controls.Add(статусLabel);
- this.panel1.Controls.Add(this.статусLabel1);
- this.panel1.Controls.Add(колвоКлиентовLabel);
- this.panel1.Controls.Add(this.колвоКлиентовLabel1);
- this.panel1.Controls.Add(столикLabel);
- this.panel1.Controls.Add(this.столикLabel1);
- this.panel1.Controls.Add(датаLabel);
- this.panel1.Controls.Add(this.датаLabel1);
- this.panel1.Controls.Add(iDLabel);
- this.panel1.Controls.Add(this.iDLabel1);
- this.panel1.Location = new System.Drawing.Point(673, 374);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(456, 184);
- this.panel1.TabIndex = 13;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.panel2.Controls.Add(ценаLabel3);
- this.panel2.Controls.Add(this.ценаTextBox1);
- this.panel2.Controls.Add(датаLabel2);
- this.panel2.Controls.Add(this.датаDateTimePicker);
- this.panel2.Controls.Add(this.button2);
- this.panel2.Controls.Add(this.comboBox3);
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.button1);
- this.panel2.Controls.Add(this.comboBox1);
- this.panel2.Controls.Add(this.comboBox2);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.textBox1);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Controls.Add(this.textBox2);
- this.panel2.Controls.Add(this.label4);
- this.panel2.Location = new System.Drawing.Point(8, 37);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(440, 565);
- this.panel2.TabIndex = 14;
- this.panel2.Visible = false;
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.button2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.ForeColor = System.Drawing.SystemColors.Control;
- this.button2.Location = new System.Drawing.Point(32, 507);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(319, 38);
- this.button2.TabIndex = 16;
- this.button2.Text = "Внести данные в базу";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // comboBox3
- //
- this.comboBox3.BackColor = System.Drawing.SystemColors.MenuText;
- this.comboBox3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox3.ForeColor = System.Drawing.SystemColors.Window;
- this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Items.AddRange(new object[] {
- "Принят",
- "Оплачен"});
- this.comboBox3.Location = new System.Drawing.Point(110, 382);
- this.comboBox3.Name = "comboBox3";
- this.comboBox3.Size = new System.Drawing.Size(237, 31);
- this.comboBox3.TabIndex = 15;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.dataGridView1);
- this.panel3.Location = new System.Drawing.Point(469, 37);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(655, 331);
- this.panel3.TabIndex = 14;
- this.panel3.Visible = false;
- //
- // оООКафе_ЛорийDataSet
- //
- this.оООКафе_ЛорийDataSet.DataSetName = "ОООКафе_ЛорийDataSet";
- this.оООКафе_ЛорийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // заказыBindingSource
- //
- this.заказыBindingSource.DataMember = "Заказы";
- this.заказыBindingSource.DataSource = this.оООКафе_ЛорийDataSet;
- //
- // iDLabel
- //
- iDLabel.AutoSize = true;
- iDLabel.Location = new System.Drawing.Point(13, 9);
- iDLabel.Name = "iDLabel";
- iDLabel.Size = new System.Drawing.Size(21, 13);
- iDLabel.TabIndex = 0;
- iDLabel.Text = "ID:";
- //
- // iDLabel1
- //
- this.iDLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "ID", true));
- this.iDLabel1.Location = new System.Drawing.Point(40, 9);
- this.iDLabel1.Name = "iDLabel1";
- this.iDLabel1.Size = new System.Drawing.Size(100, 23);
- this.iDLabel1.TabIndex = 1;
- this.iDLabel1.Text = "label6";
- //
- // датаLabel
- //
- датаLabel.AutoSize = true;
- датаLabel.Location = new System.Drawing.Point(13, 32);
- датаLabel.Name = "датаLabel";
- датаLabel.Size = new System.Drawing.Size(36, 13);
- датаLabel.TabIndex = 2;
- датаLabel.Text = "Дата:";
- //
- // датаLabel1
- //
- this.датаLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Дата", true));
- this.датаLabel1.Location = new System.Drawing.Point(55, 32);
- this.датаLabel1.Name = "датаLabel1";
- this.датаLabel1.Size = new System.Drawing.Size(100, 23);
- this.датаLabel1.TabIndex = 3;
- this.датаLabel1.Text = "label6";
- //
- // столикLabel
- //
- столикLabel.AutoSize = true;
- столикLabel.Location = new System.Drawing.Point(13, 55);
- столикLabel.Name = "столикLabel";
- столикLabel.Size = new System.Drawing.Size(46, 13);
- столикLabel.TabIndex = 4;
- столикLabel.Text = "Столик:";
- //
- // столикLabel1
- //
- this.столикLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Столик", true));
- this.столикLabel1.Location = new System.Drawing.Point(65, 55);
- this.столикLabel1.Name = "столикLabel1";
- this.столикLabel1.Size = new System.Drawing.Size(100, 23);
- this.столикLabel1.TabIndex = 5;
- this.столикLabel1.Text = "label6";
- //
- // колвоКлиентовLabel
- //
- колвоКлиентовLabel.AutoSize = true;
- колвоКлиентовLabel.Location = new System.Drawing.Point(13, 78);
- колвоКлиентовLabel.Name = "колвоКлиентовLabel";
- колвоКлиентовLabel.Size = new System.Drawing.Size(92, 13);
- колвоКлиентовLabel.TabIndex = 6;
- колвоКлиентовLabel.Text = "Колво Клиентов:";
- //
- // колвоКлиентовLabel1
- //
- this.колвоКлиентовLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "КолвоКлиентов", true));
- this.колвоКлиентовLabel1.Location = new System.Drawing.Point(111, 78);
- this.колвоКлиентовLabel1.Name = "колвоКлиентовLabel1";
- this.колвоКлиентовLabel1.Size = new System.Drawing.Size(54, 13);
- this.колвоКлиентовLabel1.TabIndex = 7;
- this.колвоКлиентовLabel1.Text = "label6";
- //
- // статусLabel
- //
- статусLabel.AutoSize = true;
- статусLabel.Location = new System.Drawing.Point(13, 126);
- статусLabel.Name = "статусLabel";
- статусLabel.Size = new System.Drawing.Size(44, 13);
- статусLabel.TabIndex = 10;
- статусLabel.Text = "Статус:";
- //
- // статусLabel1
- //
- this.статусLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Статус", true));
- this.статусLabel1.Location = new System.Drawing.Point(63, 126);
- this.статусLabel1.Name = "статусLabel1";
- this.статусLabel1.Size = new System.Drawing.Size(100, 23);
- this.статусLabel1.TabIndex = 11;
- this.статусLabel1.Text = "label6";
- //
- // iDLabel2
- //
- iDLabel2.AutoSize = true;
- iDLabel2.Location = new System.Drawing.Point(203, 9);
- iDLabel2.Name = "iDLabel2";
- iDLabel2.Size = new System.Drawing.Size(21, 13);
- iDLabel2.TabIndex = 12;
- iDLabel2.Text = "ID:";
- //
- // iDTextBox
- //
- this.iDTextBox.Location = new System.Drawing.Point(230, 6);
- this.iDTextBox.Name = "iDTextBox";
- this.iDTextBox.Size = new System.Drawing.Size(100, 20);
- this.iDTextBox.TabIndex = 13;
- //
- // заказLabel
- //
- заказLabel.AutoSize = true;
- заказLabel.Location = new System.Drawing.Point(203, 32);
- заказLabel.Name = "заказLabel";
- заказLabel.Size = new System.Drawing.Size(41, 13);
- заказLabel.TabIndex = 14;
- заказLabel.Text = "Заказ:";
- //
- // заказLabel1
- //
- this.заказLabel1.Location = new System.Drawing.Point(250, 32);
- this.заказLabel1.Name = "заказLabel1";
- this.заказLabel1.Size = new System.Drawing.Size(100, 23);
- this.заказLabel1.TabIndex = 15;
- this.заказLabel1.Text = "label6";
- //
- // заказаноеБНLabel
- //
- заказаноеБНLabel.AutoSize = true;
- заказаноеБНLabel.Location = new System.Drawing.Point(203, 55);
- заказаноеБНLabel.Name = "заказаноеБНLabel";
- заказаноеБНLabel.Size = new System.Drawing.Size(83, 13);
- заказаноеБНLabel.TabIndex = 16;
- заказаноеБНLabel.Text = "Заказаное БН:";
- //
- // заказаноеБНLabel1
- //
- this.заказаноеБНLabel1.Location = new System.Drawing.Point(292, 55);
- this.заказаноеБНLabel1.Name = "заказаноеБНLabel1";
- this.заказаноеБНLabel1.Size = new System.Drawing.Size(100, 23);
- this.заказаноеБНLabel1.TabIndex = 17;
- this.заказаноеБНLabel1.Text = "label6";
- //
- // ценаLabel1
- //
- ценаLabel1.AutoSize = true;
- ценаLabel1.Location = new System.Drawing.Point(208, 78);
- ценаLabel1.Name = "ценаLabel1";
- ценаLabel1.Size = new System.Drawing.Size(36, 13);
- ценаLabel1.TabIndex = 18;
- ценаLabel1.Text = "Цена:";
- //
- // ценаLabel2
- //
- this.ценаLabel2.Location = new System.Drawing.Point(250, 78);
- this.ценаLabel2.Name = "ценаLabel2";
- this.ценаLabel2.Size = new System.Drawing.Size(100, 23);
- this.ценаLabel2.TabIndex = 19;
- this.ценаLabel2.Text = "label6";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(8, 12);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(188, 23);
- this.button3.TabIndex = 15;
- this.button3.Text = "Создать заказ";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(202, 12);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(193, 23);
- this.button4.TabIndex = 16;
- this.button4.Text = "Отобразить таблицу";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click_1);
- //
- // заказыTableAdapter
- //
- this.заказыTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = kafe_Loriy.ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.БлюдаНапиткиTableAdapter = null;
- this.tableAdapterManager.ЗаказаныеБНTableAdapter = this.заказаныеБНTableAdapter;
- this.tableAdapterManager.ЗаказыTableAdapter = this.заказыTableAdapter;
- this.tableAdapterManager.ОфициантыTableAdapter = null;
- this.tableAdapterManager.ПовараTableAdapter = null;
- this.tableAdapterManager.РолиTableAdapter = null;
- this.tableAdapterManager.СменыTableAdapter = null;
- this.tableAdapterManager.СотрудникиTableAdapter = null;
- this.tableAdapterManager.СтатусыЗаказаTableAdapter = null;
- this.tableAdapterManager.СтатусыСотрудниковTableAdapter = null;
- //
- // заказаныеБНTableAdapter
- //
- this.заказаныеБНTableAdapter.ClearBeforeFill = true;
- //
- // заказаныеБНBindingSource
- //
- this.заказаныеБНBindingSource.DataMember = "FK_ЗаказаныеБН_Заказы1";
- this.заказаныеБНBindingSource.DataSource = this.заказыBindingSource;
- //
- // fKЗаказаныеБНЗаказы1BindingSource
- //
- this.fKЗаказаныеБНЗаказы1BindingSource.DataMember = "FK_ЗаказаныеБН_Заказы1";
- this.fKЗаказаныеБНЗаказы1BindingSource.DataSource = this.заказыBindingSource;
- //
- // заказыBindingSource1
- //
- this.заказыBindingSource1.DataMember = "Заказы";
- this.заказыBindingSource1.DataSource = this.оООКафе_ЛорийDataSet;
- //
- // fKЗаказаныеБНЗаказы1BindingSource1
- //
- this.fKЗаказаныеБНЗаказы1BindingSource1.DataMember = "FK_ЗаказаныеБН_Заказы1";
- this.fKЗаказаныеБНЗаказы1BindingSource1.DataSource = this.заказыBindingSource;
- //
- // iDDataGridViewTextBoxColumn
- //
- this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
- this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
- this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
- this.iDDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // Дата
- //
- this.Дата.DataPropertyName = "Дата";
- this.Дата.HeaderText = "Дата";
- this.Дата.Name = "Дата";
- //
- // Столик
- //
- this.Столик.DataPropertyName = "Столик";
- this.Столик.HeaderText = "Столик";
- this.Столик.Name = "Столик";
- //
- // КолвоКлиентов
- //
- this.КолвоКлиентов.DataPropertyName = "КолвоКлиентов";
- this.КолвоКлиентов.HeaderText = "КолвоКлиентов";
- this.КолвоКлиентов.Name = "КолвоКлиентов";
- //
- // Статус
- //
- this.Статус.DataPropertyName = "Статус";
- this.Статус.HeaderText = "Статус";
- this.Статус.Name = "Статус";
- //
- // ценаDataGridViewTextBoxColumn
- //
- this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
- this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
- this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
- //
- // датаLabel2
- //
- датаLabel2.AutoSize = true;
- датаLabel2.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- датаLabel2.ForeColor = System.Drawing.SystemColors.ControlLight;
- датаLabel2.Location = new System.Drawing.Point(40, 22);
- датаLabel2.Name = "датаLabel2";
- датаLabel2.Size = new System.Drawing.Size(56, 22);
- датаLabel2.TabIndex = 16;
- датаLabel2.Text = "Дата:";
- //
- // датаDateTimePicker
- //
- this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказыBindingSource, "Дата", true));
- this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.датаDateTimePicker.Location = new System.Drawing.Point(147, 22);
- this.датаDateTimePicker.Name = "датаDateTimePicker";
- this.датаDateTimePicker.Size = new System.Drawing.Size(200, 30);
- this.датаDateTimePicker.TabIndex = 17;
- //
- // ценаLabel3
- //
- ценаLabel3.AutoSize = true;
- ценаLabel3.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- ценаLabel3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- ценаLabel3.Location = new System.Drawing.Point(37, 474);
- ценаLabel3.Name = "ценаLabel3";
- ценаLabel3.Size = new System.Drawing.Size(59, 22);
- ценаLabel3.TabIndex = 17;
- ценаLabel3.Text = "Цена:";
- //
- // ценаTextBox1
- //
- this.ценаTextBox1.BackColor = System.Drawing.SystemColors.MenuText;
- this.ценаTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказыBindingSource, "Цена", true));
- this.ценаTextBox1.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ценаTextBox1.ForeColor = System.Drawing.SystemColors.Window;
- this.ценаTextBox1.Location = new System.Drawing.Point(102, 471);
- this.ценаTextBox1.Name = "ценаTextBox1";
- this.ценаTextBox1.Size = new System.Drawing.Size(249, 30);
- this.ценаTextBox1.TabIndex = 18;
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::kafe_Loriy.Properties.Resources._1c2w5eGQlRcroXM3AHx4Wr_SQPHl_jlZkpOinhQlyuYVFb9B0pNRYMkFSI6R3i_QZcqo11Rktf_1T7v0o8ZW97z_;
- this.ClientSize = new System.Drawing.Size(1206, 622);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "Form2";
- this.Text = "Создание заказа";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.оООКафе_ЛорийDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказаныеБНBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.заказыBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKЗаказаныеБНЗаказы1BindingSource1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ComboBox comboBox3;
- private System.Windows.Forms.Panel panel3;
- private ОООКафе_ЛорийDataSet оООКафе_ЛорийDataSet;
- private System.Windows.Forms.BindingSource заказыBindingSource;
- private System.Windows.Forms.Label статусLabel1;
- private System.Windows.Forms.Label колвоКлиентовLabel1;
- private System.Windows.Forms.Label столикLabel1;
- private System.Windows.Forms.Label датаLabel1;
- private System.Windows.Forms.Label iDLabel1;
- private System.Windows.Forms.Label ценаLabel2;
- private System.Windows.Forms.Label заказаноеБНLabel1;
- private System.Windows.Forms.Label заказLabel1;
- private System.Windows.Forms.TextBox iDTextBox;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.BindingSource fKЗаказаныеБНЗаказы1BindingSource1;
- private ОООКафе_ЛорийDataSetTableAdapters.ЗаказыTableAdapter заказыTableAdapter;
- private ОООКафе_ЛорийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private ОООКафе_ЛорийDataSetTableAdapters.ЗаказаныеБНTableAdapter заказаныеБНTableAdapter;
- private System.Windows.Forms.BindingSource заказаныеБНBindingSource;
- private System.Windows.Forms.BindingSource fKЗаказаныеБНЗаказы1BindingSource;
- private System.Windows.Forms.BindingSource заказыBindingSource1;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn Дата;
- private System.Windows.Forms.DataGridViewTextBoxColumn Столик;
- private System.Windows.Forms.DataGridViewTextBoxColumn КолвоКлиентов;
- private System.Windows.Forms.DataGridViewTextBoxColumn Статус;
- private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
- private System.Windows.Forms.TextBox ценаTextBox1;
- private System.Windows.Forms.DateTimePicker датаDateTimePicker;
- }
- }
|