namespace WindowsFormsApp3
{
partial class Form3
{
///
/// 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.dataGridView1 = new System.Windows.Forms.DataGridView();
this._12gkDataSet = new WindowsFormsApp3._12gkDataSet();
this.prodyktBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.prodyktTableAdapter = new WindowsFormsApp3._12gkDataSetTableAdapters.ProdyktTableAdapter();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
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.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.articleNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.categoryDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.photoDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
this.manufacturerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.praisDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.единицаизмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.размермаксскидкиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.поставщикDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.действующаяСкидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.количествонаскладеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ctatysDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
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.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.textBox13 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._12gkDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.prodyktBindingSource)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.articleNumberDataGridViewTextBoxColumn,
this.nameDataGridViewTextBoxColumn,
this.descriptionDataGridViewTextBoxColumn,
this.categoryDataGridViewTextBoxColumn,
this.photoDataGridViewImageColumn,
this.manufacturerDataGridViewTextBoxColumn,
this.praisDataGridViewTextBoxColumn,
this.единицаизмеренияDataGridViewTextBoxColumn,
this.размермаксскидкиDataGridViewTextBoxColumn,
this.поставщикDataGridViewTextBoxColumn,
this.действующаяСкидкаDataGridViewTextBoxColumn,
this.количествонаскладеDataGridViewTextBoxColumn,
this.ctatysDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.prodyktBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(12, 269);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(980, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// _12gkDataSet
//
this._12gkDataSet.DataSetName = "_12gkDataSet";
this._12gkDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// prodyktBindingSource
//
this.prodyktBindingSource.DataMember = "Prodykt";
this.prodyktBindingSource.DataSource = this._12gkDataSet;
//
// prodyktTableAdapter
//
this.prodyktTableAdapter.ClearBeforeFill = true;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button1.Location = new System.Drawing.Point(998, 269);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Удаления данных";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(96, 20);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 20);
this.textBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label1.Location = new System.Drawing.Point(63, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 15);
this.label1.TabIndex = 3;
this.label1.Text = "id";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label2.Location = new System.Drawing.Point(23, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 15);
this.label2.TabIndex = 4;
this.label2.Text = "Название";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 78);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Deskri";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label4.Location = new System.Drawing.Point(22, 111);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 15);
this.label4.TabIndex = 6;
this.label4.Text = "Категория ";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label5.Location = new System.Drawing.Point(19, 150);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(33, 15);
this.label5.TabIndex = 7;
this.label5.Text = "Фото";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label6.Location = new System.Drawing.Point(19, 185);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(78, 15);
this.label6.TabIndex = 8;
this.label6.Text = "Мануфактура";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label7.Location = new System.Drawing.Point(19, 226);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(34, 15);
this.label7.TabIndex = 9;
this.label7.Text = "Цена";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label8.Location = new System.Drawing.Point(239, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(81, 15);
this.label8.TabIndex = 10;
this.label8.Text = "Ед.измерения";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label9.Location = new System.Drawing.Point(239, 53);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(44, 15);
this.label9.TabIndex = 11;
this.label9.Text = "размер";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label10.Location = new System.Drawing.Point(239, 89);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(72, 15);
this.label10.TabIndex = 12;
this.label10.Text = "поставщики";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label11.Location = new System.Drawing.Point(239, 123);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(43, 15);
this.label11.TabIndex = 13;
this.label11.Text = "скидка";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label12.Location = new System.Drawing.Point(239, 161);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(69, 15);
this.label12.TabIndex = 14;
this.label12.Text = "количество";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.label13.Location = new System.Drawing.Point(239, 187);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 15);
this.label13.TabIndex = 15;
this.label13.Text = "статус";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.textBox13);
this.groupBox1.Controls.Add(this.textBox12);
this.groupBox1.Controls.Add(this.textBox11);
this.groupBox1.Controls.Add(this.textBox10);
this.groupBox1.Controls.Add(this.textBox9);
this.groupBox1.Controls.Add(this.textBox8);
this.groupBox1.Controls.Add(this.textBox7);
this.groupBox1.Controls.Add(this.textBox6);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Location = new System.Drawing.Point(12, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(461, 262);
this.groupBox1.TabIndex = 17;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Добавления товара";
//
// articleNumberDataGridViewTextBoxColumn
//
this.articleNumberDataGridViewTextBoxColumn.DataPropertyName = "ArticleNumber";
this.articleNumberDataGridViewTextBoxColumn.HeaderText = "ArticleNumber";
this.articleNumberDataGridViewTextBoxColumn.Name = "articleNumberDataGridViewTextBoxColumn";
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
//
// descriptionDataGridViewTextBoxColumn
//
this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
//
// categoryDataGridViewTextBoxColumn
//
this.categoryDataGridViewTextBoxColumn.DataPropertyName = "Category";
this.categoryDataGridViewTextBoxColumn.HeaderText = "Category";
this.categoryDataGridViewTextBoxColumn.Name = "categoryDataGridViewTextBoxColumn";
//
// photoDataGridViewImageColumn
//
this.photoDataGridViewImageColumn.DataPropertyName = "Photo";
this.photoDataGridViewImageColumn.HeaderText = "Photo";
this.photoDataGridViewImageColumn.Name = "photoDataGridViewImageColumn";
//
// manufacturerDataGridViewTextBoxColumn
//
this.manufacturerDataGridViewTextBoxColumn.DataPropertyName = "Manufacturer";
this.manufacturerDataGridViewTextBoxColumn.HeaderText = "Manufacturer";
this.manufacturerDataGridViewTextBoxColumn.Name = "manufacturerDataGridViewTextBoxColumn";
//
// praisDataGridViewTextBoxColumn
//
this.praisDataGridViewTextBoxColumn.DataPropertyName = "Prais";
this.praisDataGridViewTextBoxColumn.HeaderText = "Prais";
this.praisDataGridViewTextBoxColumn.Name = "praisDataGridViewTextBoxColumn";
//
// единицаизмеренияDataGridViewTextBoxColumn
//
this.единицаизмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица_измерения";
this.единицаизмеренияDataGridViewTextBoxColumn.HeaderText = "Единица_измерения";
this.единицаизмеренияDataGridViewTextBoxColumn.Name = "единицаизмеренияDataGridViewTextBoxColumn";
//
// размермаксскидкиDataGridViewTextBoxColumn
//
this.размермаксскидкиDataGridViewTextBoxColumn.DataPropertyName = "Размер_макс_скидки";
this.размермаксскидкиDataGridViewTextBoxColumn.HeaderText = "Размер_макс_скидки";
this.размермаксскидкиDataGridViewTextBoxColumn.Name = "размермаксскидкиDataGridViewTextBoxColumn";
//
// поставщикDataGridViewTextBoxColumn
//
this.поставщикDataGridViewTextBoxColumn.DataPropertyName = "Поставщик";
this.поставщикDataGridViewTextBoxColumn.HeaderText = "Поставщик";
this.поставщикDataGridViewTextBoxColumn.Name = "поставщикDataGridViewTextBoxColumn";
//
// действующаяСкидкаDataGridViewTextBoxColumn
//
this.действующаяСкидкаDataGridViewTextBoxColumn.DataPropertyName = "Действующая_Скидка";
this.действующаяСкидкаDataGridViewTextBoxColumn.HeaderText = "Действующая_Скидка";
this.действующаяСкидкаDataGridViewTextBoxColumn.Name = "действующаяСкидкаDataGridViewTextBoxColumn";
//
// количествонаскладеDataGridViewTextBoxColumn
//
this.количествонаскладеDataGridViewTextBoxColumn.DataPropertyName = "Количество_на_складе";
this.количествонаскладеDataGridViewTextBoxColumn.HeaderText = "Количество_на_складе";
this.количествонаскладеDataGridViewTextBoxColumn.Name = "количествонаскладеDataGridViewTextBoxColumn";
//
// ctatysDataGridViewTextBoxColumn
//
this.ctatysDataGridViewTextBoxColumn.DataPropertyName = "Ctatys";
this.ctatysDataGridViewTextBoxColumn.HeaderText = "Ctatys";
this.ctatysDataGridViewTextBoxColumn.Name = "ctatysDataGridViewTextBoxColumn";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(96, 46);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 20);
this.textBox2.TabIndex = 16;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(96, 75);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 20);
this.textBox3.TabIndex = 17;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(96, 108);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 20);
this.textBox4.TabIndex = 18;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(96, 147);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 20);
this.textBox5.TabIndex = 19;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(100, 182);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 20);
this.textBox6.TabIndex = 20;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(100, 219);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 20);
this.textBox7.TabIndex = 21;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(324, 19);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 20);
this.textBox8.TabIndex = 22;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(324, 50);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(100, 20);
this.textBox9.TabIndex = 23;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(324, 89);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(100, 20);
this.textBox10.TabIndex = 24;
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(324, 120);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(100, 20);
this.textBox11.TabIndex = 25;
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(324, 158);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(100, 20);
this.textBox12.TabIndex = 26;
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(324, 187);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(100, 20);
this.textBox13.TabIndex = 27;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
this.button2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
this.button2.Location = new System.Drawing.Point(344, 226);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 28;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(1039, 39);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 29;
this.button3.Text = "Назад";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1151, 450);
this.Controls.Add(this.button3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "Form3";
this.Text = "Администратор ";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._12gkDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.prodyktBindingSource)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private _12gkDataSet _12gkDataSet;
private System.Windows.Forms.BindingSource prodyktBindingSource;
private _12gkDataSetTableAdapters.ProdyktTableAdapter prodyktTableAdapter;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
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.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.DataGridViewTextBoxColumn articleNumberDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn categoryDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewImageColumn photoDataGridViewImageColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn praisDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn единицаизмеренияDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn размермаксскидкиDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn поставщикDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn действующаяСкидкаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn количествонаскладеDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ctatysDataGridViewTextBoxColumn;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
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.Button button3;
}
}