namespace NeshinaPolina07_11 { partial class EditProduct { /// /// 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.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.cmbCategory = new System.Windows.Forms.ComboBox(); this.cmbManufacturer = new System.Windows.Forms.ComboBox(); this.cmbSupplier = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(149, 79); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(219, 20); this.textBox1.TabIndex = 0; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(149, 106); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(219, 20); this.textBox2.TabIndex = 1; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(149, 133); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(219, 20); this.textBox3.TabIndex = 2; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(149, 160); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(219, 20); this.textBox4.TabIndex = 3; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(149, 187); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(219, 20); this.textBox5.TabIndex = 4; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(149, 214); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(219, 20); this.textBox6.TabIndex = 5; // // cmbCategory // this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCategory.FormattingEnabled = true; this.cmbCategory.Location = new System.Drawing.Point(149, 241); this.cmbCategory.Name = "cmbCategory"; this.cmbCategory.Size = new System.Drawing.Size(219, 21); this.cmbCategory.TabIndex = 6; // // cmbManufacturer // this.cmbManufacturer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbManufacturer.FormattingEnabled = true; this.cmbManufacturer.Location = new System.Drawing.Point(149, 269); this.cmbManufacturer.Name = "cmbManufacturer"; this.cmbManufacturer.Size = new System.Drawing.Size(219, 21); this.cmbManufacturer.TabIndex = 7; this.cmbManufacturer.SelectedIndexChanged += new System.EventHandler(this.cmbManufacturer_SelectedIndexChanged); // // cmbSupplier // this.cmbSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSupplier.FormattingEnabled = true; this.cmbSupplier.Location = new System.Drawing.Point(149, 297); this.cmbSupplier.Name = "cmbSupplier"; this.cmbSupplier.Size = new System.Drawing.Size(219, 21); this.cmbSupplier.TabIndex = 8; this.cmbSupplier.SelectedIndexChanged += new System.EventHandler(this.cmbSupplier_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 82); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 13); this.label1.TabIndex = 9; this.label1.Text = "Артикул"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 109); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 10; this.label2.Text = "Товар"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(23, 136); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(33, 13); this.label3.TabIndex = 11; this.label3.Text = "Цена"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 163); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(44, 13); this.label4.TabIndex = 12; this.label4.Text = "Скидка"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(23, 190); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(120, 13); this.label5.TabIndex = 13; this.label5.Text = "Количество на складе"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(23, 217); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 13); this.label6.TabIndex = 14; this.label6.Text = "Описание"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(23, 244); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(60, 13); this.label7.TabIndex = 15; this.label7.Text = "Категория"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(23, 272); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(86, 13); this.label8.TabIndex = 16; this.label8.Text = "Производитель"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(26, 297); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 13); this.label9.TabIndex = 17; this.label9.Text = "Поставщик"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label10.Location = new System.Drawing.Point(51, 9); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(300, 39); this.label10.TabIndex = 18; this.label10.Text = "Редактирование"; // // button1 // this.button1.Location = new System.Drawing.Point(108, 330); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(178, 42); this.button1.TabIndex = 19; this.button1.Text = "Изменить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // EditProduct // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MediumSpringGreen; this.ClientSize = new System.Drawing.Size(403, 384); this.Controls.Add(this.button1); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cmbSupplier); this.Controls.Add(this.cmbManufacturer); this.Controls.Add(this.cmbCategory); this.Controls.Add(this.textBox6); this.Controls.Add(this.textBox5); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "EditProduct"; this.Text = "EditProduct"; this.Load += new System.EventHandler(this.EditProduct_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.ComboBox cmbCategory; private System.Windows.Forms.ComboBox cmbManufacturer; private System.Windows.Forms.ComboBox cmbSupplier; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button1; } }