namespace OsadchiStr { partial class Заказы { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Заказы)); this.panel1 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.orderStatusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.orderDeliveryDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.orderPickupPointDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.orderDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fIOClientDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components); this._05TradeDataSet = new OsadchiStr._05TradeDataSet(); this.label8 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.orderTableAdapter = new OsadchiStr._05TradeDataSetTableAdapters.OrderTableAdapter(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).BeginInit(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.dataGridView1); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1048, 617); this.panel1.TabIndex = 0; // // button4 // this.button4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(851, 574); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(185, 31); this.button4.TabIndex = 5; this.button4.Text = "Главное меню"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // dataGridView1 // this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.orderStatusDataGridViewTextBoxColumn, this.orderDeliveryDateDataGridViewTextBoxColumn, this.orderPickupPointDataGridViewTextBoxColumn, this.orderDateDataGridViewTextBoxColumn, this.fIOClientDataGridViewTextBoxColumn, this.codeDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.orderBindingSource; this.dataGridView1.Location = new System.Drawing.Point(12, 106); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(1024, 260); this.dataGridView1.TabIndex = 4; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // orderStatusDataGridViewTextBoxColumn // this.orderStatusDataGridViewTextBoxColumn.DataPropertyName = "OrderStatus"; this.orderStatusDataGridViewTextBoxColumn.HeaderText = "Cтатус"; this.orderStatusDataGridViewTextBoxColumn.Name = "orderStatusDataGridViewTextBoxColumn"; // // orderDeliveryDateDataGridViewTextBoxColumn // this.orderDeliveryDateDataGridViewTextBoxColumn.DataPropertyName = "OrderDeliveryDate"; this.orderDeliveryDateDataGridViewTextBoxColumn.HeaderText = "Дата доставки"; this.orderDeliveryDateDataGridViewTextBoxColumn.Name = "orderDeliveryDateDataGridViewTextBoxColumn"; // // orderPickupPointDataGridViewTextBoxColumn // this.orderPickupPointDataGridViewTextBoxColumn.DataPropertyName = "OrderPickupPoint"; this.orderPickupPointDataGridViewTextBoxColumn.HeaderText = "Пункт выдачи"; this.orderPickupPointDataGridViewTextBoxColumn.Name = "orderPickupPointDataGridViewTextBoxColumn"; // // orderDateDataGridViewTextBoxColumn // this.orderDateDataGridViewTextBoxColumn.DataPropertyName = "OrderDate"; this.orderDateDataGridViewTextBoxColumn.HeaderText = "Дата заказа"; this.orderDateDataGridViewTextBoxColumn.Name = "orderDateDataGridViewTextBoxColumn"; // // fIOClientDataGridViewTextBoxColumn // this.fIOClientDataGridViewTextBoxColumn.DataPropertyName = "FIOClient"; this.fIOClientDataGridViewTextBoxColumn.HeaderText = "ФИО клиента"; this.fIOClientDataGridViewTextBoxColumn.Name = "fIOClientDataGridViewTextBoxColumn"; // // codeDataGridViewTextBoxColumn // this.codeDataGridViewTextBoxColumn.DataPropertyName = "Code"; this.codeDataGridViewTextBoxColumn.HeaderText = "Код"; this.codeDataGridViewTextBoxColumn.Name = "codeDataGridViewTextBoxColumn"; // // orderBindingSource // this.orderBindingSource.DataMember = "Order"; this.orderBindingSource.DataSource = this._05TradeDataSet; // // _05TradeDataSet // this._05TradeDataSet.DataSetName = "_05TradeDataSet"; this._05TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.Location = new System.Drawing.Point(560, 371); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(286, 35); this.label8.TabIndex = 3; this.label8.Text = "Управление записями:"; this.label8.Click += new System.EventHandler(this.label8_Click); // // panel4 // this.panel4.BackColor = System.Drawing.Color.YellowGreen; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.button2); this.panel4.Controls.Add(this.button1); this.panel4.Location = new System.Drawing.Point(566, 409); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(279, 196); this.panel4.TabIndex = 2; this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint); // // button3 // this.button3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(43, 105); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(190, 34); this.button3.TabIndex = 2; this.button3.Text = "Сохранить запись"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(54, 55); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(172, 34); this.button2.TabIndex = 1; this.button2.Text = "Удалить запись"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(20, 7); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(239, 34); this.button1.TabIndex = 0; this.button1.Text = "Добавить новую запись"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel3 // this.panel3.BackColor = System.Drawing.Color.YellowGreen; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.textBox6); this.panel3.Controls.Add(this.textBox5); this.panel3.Controls.Add(this.textBox4); this.panel3.Controls.Add(this.textBox3); this.panel3.Controls.Add(this.textBox2); this.panel3.Controls.Add(this.textBox1); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.label6); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.label4); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.label2); this.panel3.Controls.Add(this.label1); this.panel3.ForeColor = System.Drawing.Color.Black; this.panel3.Location = new System.Drawing.Point(12, 372); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(518, 233); this.panel3.TabIndex = 1; this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint); // // textBox6 // this.textBox6.Location = new System.Drawing.Point(232, 201); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(241, 20); this.textBox6.TabIndex = 12; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(232, 175); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(241, 20); this.textBox5.TabIndex = 11; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(232, 142); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(241, 20); this.textBox4.TabIndex = 10; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(232, 104); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(241, 20); this.textBox3.TabIndex = 9; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(232, 72); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(241, 20); this.textBox2.TabIndex = 8; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(232, 42); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(241, 20); this.textBox1.TabIndex = 7; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(132, 195); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(52, 26); this.label7.TabIndex = 6; this.label7.Text = "Код:"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(46, 169); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(138, 26); this.label6.TabIndex = 5; this.label6.Text = "ФИО клиента:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(61, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(123, 26); this.label5.TabIndex = 4; this.label5.Text = "Дата заказа:"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(36, 98); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(148, 26); this.label4.TabIndex = 3; this.label4.Text = "Пункт выдачи:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(36, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(150, 26); this.label3.TabIndex = 2; this.label3.Text = "Дата доставки:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(107, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 26); this.label2.TabIndex = 1; this.label2.Text = "Статус:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(85, 27); this.label1.TabIndex = 0; this.label1.Text = "Запись:"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.ForestGreen; this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1048, 100); this.panel2.TabIndex = 0; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.Location = new System.Drawing.Point(462, 31); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(126, 45); this.label9.TabIndex = 19; this.label9.Text = "Заказы"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(109, 76); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 18; this.pictureBox1.TabStop = false; // // orderTableAdapter // this.orderTableAdapter.ClearBeforeFill = true; // // Заказы // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1048, 617); this.Controls.Add(this.panel1); this.Name = "Заказы"; this.Text = "Заказы"; this.Load += new System.EventHandler(this.Заказы_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).EndInit(); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label9; private System.Windows.Forms.DataGridView dataGridView1; private _05TradeDataSet _05TradeDataSet; private System.Windows.Forms.BindingSource orderBindingSource; private _05TradeDataSetTableAdapters.OrderTableAdapter orderTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn orderStatusDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn orderDeliveryDateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn orderPickupPointDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn orderDateDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn fIOClientDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn codeDataGridViewTextBoxColumn; private System.Windows.Forms.Button button4; } }