namespace YurevichIS31_Stroymaterialy
{
partial class tovarform
{
///
/// 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(tovarform));
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.savebutton = new System.Windows.Forms.Button();
this.delbutton = new System.Windows.Forms.Button();
this.addbutton = new System.Windows.Forms.Button();
this.exitbutton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.savebuttont = new System.Windows.Forms.Button();
this.delbuttont = new System.Windows.Forms.Button();
this.addbuttont = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.tovar = new System.Windows.Forms.DataGridView();
this.idDataGridViewTextBoxColumn = 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.производитель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.описаниеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.изображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.товарimportСтройматериалыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
this.товар_import_СтройматериалыTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter();
this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
this.poiskbutton = new System.Windows.Forms.Button();
this.searchtextbox = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tovar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарimportСтройматериалыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel1.Controls.Add(this.poiskbutton);
this.panel1.Controls.Add(this.searchtextbox);
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(-2, -1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(818, 102);
this.panel1.TabIndex = 3;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel2.Controls.Add(this.savebutton);
this.panel2.Controls.Add(this.delbutton);
this.panel2.Controls.Add(this.addbutton);
this.panel2.Controls.Add(this.exitbutton);
this.panel2.Location = new System.Drawing.Point(-2, 364);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(818, 102);
this.panel2.TabIndex = 4;
//
// savebutton
//
this.savebutton.BackColor = System.Drawing.Color.White;
this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.savebutton.Location = new System.Drawing.Point(306, 20);
this.savebutton.Name = "savebutton";
this.savebutton.Size = new System.Drawing.Size(140, 54);
this.savebutton.TabIndex = 3;
this.savebutton.Text = "Сохранить";
this.savebutton.UseVisualStyleBackColor = false;
//
// delbutton
//
this.delbutton.BackColor = System.Drawing.Color.White;
this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.delbutton.Location = new System.Drawing.Point(160, 20);
this.delbutton.Name = "delbutton";
this.delbutton.Size = new System.Drawing.Size(140, 54);
this.delbutton.TabIndex = 2;
this.delbutton.Text = "Удалить";
this.delbutton.UseVisualStyleBackColor = false;
//
// addbutton
//
this.addbutton.BackColor = System.Drawing.Color.White;
this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addbutton.Location = new System.Drawing.Point(14, 20);
this.addbutton.Name = "addbutton";
this.addbutton.Size = new System.Drawing.Size(140, 54);
this.addbutton.TabIndex = 1;
this.addbutton.Text = "Добавление данных";
this.addbutton.UseVisualStyleBackColor = false;
//
// exitbutton
//
this.exitbutton.BackColor = System.Drawing.Color.White;
this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.exitbutton.Location = new System.Drawing.Point(650, 20);
this.exitbutton.Name = "exitbutton";
this.exitbutton.Size = new System.Drawing.Size(140, 54);
this.exitbutton.TabIndex = 0;
this.exitbutton.Text = "Выход";
this.exitbutton.UseVisualStyleBackColor = false;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(123, 87);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(177, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(203, 67);
this.label1.TabIndex = 0;
this.label1.Text = "Товары";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel3.Controls.Add(this.savebuttont);
this.panel3.Controls.Add(this.delbuttont);
this.panel3.Controls.Add(this.addbuttont);
this.panel3.Controls.Add(this.button4);
this.panel3.Location = new System.Drawing.Point(-2, 364);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(818, 102);
this.panel3.TabIndex = 4;
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// savebuttont
//
this.savebuttont.BackColor = System.Drawing.Color.White;
this.savebuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.savebuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.savebuttont.Location = new System.Drawing.Point(306, 20);
this.savebuttont.Name = "savebuttont";
this.savebuttont.Size = new System.Drawing.Size(140, 54);
this.savebuttont.TabIndex = 3;
this.savebuttont.Text = "Сохранить";
this.savebuttont.UseVisualStyleBackColor = false;
this.savebuttont.Click += new System.EventHandler(this.savebuttont_Click);
//
// delbuttont
//
this.delbuttont.BackColor = System.Drawing.Color.White;
this.delbuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delbuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.delbuttont.Location = new System.Drawing.Point(160, 20);
this.delbuttont.Name = "delbuttont";
this.delbuttont.Size = new System.Drawing.Size(140, 54);
this.delbuttont.TabIndex = 2;
this.delbuttont.Text = "Удалить";
this.delbuttont.UseVisualStyleBackColor = false;
this.delbuttont.Click += new System.EventHandler(this.delbuttont_Click);
//
// addbuttont
//
this.addbuttont.BackColor = System.Drawing.Color.White;
this.addbuttont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addbuttont.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addbuttont.Location = new System.Drawing.Point(14, 20);
this.addbuttont.Name = "addbuttont";
this.addbuttont.Size = new System.Drawing.Size(140, 54);
this.addbuttont.TabIndex = 1;
this.addbuttont.Text = "Добавление данных";
this.addbuttont.UseVisualStyleBackColor = false;
this.addbuttont.Click += new System.EventHandler(this.addbuttont_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.White;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button4.Location = new System.Drawing.Point(650, 20);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(140, 54);
this.button4.TabIndex = 0;
this.button4.Text = "Выход";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tovar
//
this.tovar.AutoGenerateColumns = false;
this.tovar.BackgroundColor = System.Drawing.Color.White;
this.tovar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tovar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.артикулDataGridViewTextBoxColumn,
this.наименованиеDataGridViewTextBoxColumn,
this.единицаизмеренияDataGridViewTextBoxColumn,
this.стоимостьDataGridViewTextBoxColumn,
this.размермаксимальновозможнойскидкиDataGridViewTextBoxColumn,
this.производительDataGridViewTextBoxColumn,
this.поставщикDataGridViewTextBoxColumn,
this.категориятовараDataGridViewTextBoxColumn,
this.действующаяскидкаDataGridViewTextBoxColumn,
this.колвонаскладеDataGridViewTextBoxColumn,
this.описаниеDataGridViewTextBoxColumn,
this.изображениеDataGridViewTextBoxColumn,
this.idзаказаDataGridViewTextBoxColumn});
this.tovar.DataSource = this.товарimportСтройматериалыBindingSource;
this.tovar.Location = new System.Drawing.Point(-2, 107);
this.tovar.Name = "tovar";
this.tovar.Size = new System.Drawing.Size(802, 251);
this.tovar.TabIndex = 5;
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "id";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// артикул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";
//
// производитель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";
//
// описаниеDataGridViewTextBoxColumn
//
this.описаниеDataGridViewTextBoxColumn.DataPropertyName = "Описание";
this.описаниеDataGridViewTextBoxColumn.HeaderText = "Описание";
this.описаниеDataGridViewTextBoxColumn.Name = "описаниеDataGridViewTextBoxColumn";
//
// изображениеDataGridViewTextBoxColumn
//
this.изображениеDataGridViewTextBoxColumn.DataPropertyName = "Изображение";
this.изображениеDataGridViewTextBoxColumn.HeaderText = "Изображение";
this.изображениеDataGridViewTextBoxColumn.Name = "изображениеDataGridViewTextBoxColumn";
//
// idзаказаDataGridViewTextBoxColumn
//
this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
//
// товарimportСтройматериалыBindingSource
//
this.товарimportСтройматериалыBindingSource.DataMember = "Товар_import_Стройматериалы";
this.товарimportСтройматериалыBindingSource.DataSource = this.iS31YurevichDataSet;
//
// iS31YurevichDataSet
//
this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// товар_import_СтройматериалыTableAdapter
//
this.товар_import_СтройматериалыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager1
//
this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager1.user_importTableAdapter = null;
this.tableAdapterManager1.Заказ_importTableAdapter = null;
this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null;
this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = this.товар_import_СтройматериалыTableAdapter;
//
// poiskbutton
//
this.poiskbutton.BackColor = System.Drawing.Color.White;
this.poiskbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.poiskbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.poiskbutton.Location = new System.Drawing.Point(630, 36);
this.poiskbutton.Name = "poiskbutton";
this.poiskbutton.Size = new System.Drawing.Size(160, 54);
this.poiskbutton.TabIndex = 6;
this.poiskbutton.Text = "Поиск";
this.poiskbutton.UseVisualStyleBackColor = false;
this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click);
//
// searchtextbox
//
this.searchtextbox.Location = new System.Drawing.Point(630, 10);
this.searchtextbox.Name = "searchtextbox";
this.searchtextbox.Size = new System.Drawing.Size(160, 20);
this.searchtextbox.TabIndex = 7;
this.searchtextbox.TextChanged += new System.EventHandler(this.searchtextbox_TextChanged);
//
// tovarform
//
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(800, 450);
this.Controls.Add(this.tovar);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Name = "tovarform";
this.Text = "tovarform";
this.Load += new System.EventHandler(this.tovarform_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tovar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарimportСтройматериалыBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button savebutton;
private System.Windows.Forms.Button delbutton;
private System.Windows.Forms.Button addbutton;
private System.Windows.Forms.Button exitbutton;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button savebuttont;
private System.Windows.Forms.Button delbuttont;
private System.Windows.Forms.Button addbuttont;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.DataGridView tovar;
private IS31YurevichDataSet iS31YurevichDataSet;
private System.Windows.Forms.BindingSource товарimportСтройматериалыBindingSource;
private IS31YurevichDataSetTableAdapters.Товар_import_СтройматериалыTableAdapter товар_import_СтройматериалыTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
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 производитель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 описаниеDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn изображениеDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
private System.Windows.Forms.Button poiskbutton;
private System.Windows.Forms.TextBox searchtextbox;
}
}