namespace NeshinaPolina07_11
{
partial class AddProduct
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.txtArticle = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.txtDiscount = new System.Windows.Forms.TextBox();
this.txtQuantity = 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.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.txtDescription = new System.Windows.Forms.TextBox();
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();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(91, 9);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label1.Size = new System.Drawing.Size(228, 39);
this.label1.TabIndex = 0;
this.label1.Text = "Добавление";
//
// txtArticle
//
this.txtArticle.Location = new System.Drawing.Point(45, 85);
this.txtArticle.Name = "txtArticle";
this.txtArticle.Size = new System.Drawing.Size(274, 20);
this.txtArticle.TabIndex = 1;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(45, 130);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(274, 20);
this.txtName.TabIndex = 2;
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(45, 173);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(274, 20);
this.txtPrice.TabIndex = 4;
//
// txtDiscount
//
this.txtDiscount.Location = new System.Drawing.Point(45, 222);
this.txtDiscount.Name = "txtDiscount";
this.txtDiscount.Size = new System.Drawing.Size(274, 20);
this.txtDiscount.TabIndex = 5;
this.txtDiscount.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
//
// txtQuantity
//
this.txtQuantity.Location = new System.Drawing.Point(45, 265);
this.txtQuantity.Name = "txtQuantity";
this.txtQuantity.Size = new System.Drawing.Size(274, 20);
this.txtQuantity.TabIndex = 6;
//
// cmbCategory
//
this.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCategory.FormattingEnabled = true;
this.cmbCategory.Location = new System.Drawing.Point(45, 356);
this.cmbCategory.Name = "cmbCategory";
this.cmbCategory.Size = new System.Drawing.Size(274, 21);
this.cmbCategory.TabIndex = 7;
//
// cmbManufacturer
//
this.cmbManufacturer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbManufacturer.FormattingEnabled = true;
this.cmbManufacturer.Location = new System.Drawing.Point(45, 400);
this.cmbManufacturer.Name = "cmbManufacturer";
this.cmbManufacturer.Size = new System.Drawing.Size(274, 21);
this.cmbManufacturer.TabIndex = 8;
//
// cmbSupplier
//
this.cmbSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSupplier.FormattingEnabled = true;
this.cmbSupplier.Location = new System.Drawing.Point(45, 444);
this.cmbSupplier.Name = "cmbSupplier";
this.cmbSupplier.Size = new System.Drawing.Size(274, 21);
this.cmbSupplier.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(42, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Артикул";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 114);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Товар";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(42, 157);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(33, 13);
this.label4.TabIndex = 12;
this.label4.Text = "Цена";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(42, 206);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 13);
this.label5.TabIndex = 13;
this.label5.Text = "Скидка";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(42, 249);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(120, 13);
this.label6.TabIndex = 14;
this.label6.Text = "Количество на складе";
//
// txtDescription
//
this.txtDescription.Location = new System.Drawing.Point(45, 313);
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(274, 20);
this.txtDescription.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(42, 297);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(57, 13);
this.label7.TabIndex = 16;
this.label7.Text = "Описание";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(42, 340);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(60, 13);
this.label8.TabIndex = 17;
this.label8.Text = "Категория";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(42, 384);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(86, 13);
this.label9.TabIndex = 18;
this.label9.Text = "Производитель";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(42, 428);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 13);
this.label10.TabIndex = 19;
this.label10.Text = "Поставщик";
//
// button1
//
this.button1.Location = new System.Drawing.Point(87, 506);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(166, 47);
this.button1.TabIndex = 20;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// AddProduct
//
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(381, 627);
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.txtDescription);
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.cmbSupplier);
this.Controls.Add(this.cmbManufacturer);
this.Controls.Add(this.cmbCategory);
this.Controls.Add(this.txtQuantity);
this.Controls.Add(this.txtDiscount);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtArticle);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "AddProduct";
this.Text = "AddProduct";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtArticle;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.TextBox txtDiscount;
private System.Windows.Forms.TextBox txtQuantity;
private System.Windows.Forms.ComboBox cmbCategory;
private System.Windows.Forms.ComboBox cmbManufacturer;
private System.Windows.Forms.ComboBox cmbSupplier;
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.TextBox txtDescription;
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;
}
}