namespace ИСП_ГУЩИНА_БИЛЕТ_16
{
partial class productsale_b_import
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(productsale_b_import));
System.Windows.Forms.Label iDLabel;
System.Windows.Forms.Label наименование_товараLabel;
System.Windows.Forms.Label главное_изображениеLabel;
System.Windows.Forms.Label производительLabel;
System.Windows.Forms.Label активенLabel;
System.Windows.Forms.Label ценаLabel;
this.productsalebimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.иСП_ГУЩИНА_БИЛЕТ_16DataSet = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSet();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.AddButton = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.productsale_b_importTableAdapter = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.productsale_b_importTableAdapter();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.tableAdapterManager = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager();
this.iDTextBox = new System.Windows.Forms.TextBox();
this.наименование_товараTextBox = new System.Windows.Forms.TextBox();
this.главное_изображениеTextBox = new System.Windows.Forms.TextBox();
this.производительTextBox = new System.Windows.Forms.TextBox();
this.активенTextBox = new System.Windows.Forms.TextBox();
this.ценаTextBox = new System.Windows.Forms.TextBox();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.productsale_b_importDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
iDLabel = new System.Windows.Forms.Label();
наименование_товараLabel = new System.Windows.Forms.Label();
главное_изображениеLabel = new System.Windows.Forms.Label();
производительLabel = new System.Windows.Forms.Label();
активенLabel = new System.Windows.Forms.Label();
ценаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.иСП_ГУЩИНА_БИЛЕТ_16DataSet)).BeginInit();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.productsale_b_importDataGridView)).BeginInit();
this.SuspendLayout();
//
// productsalebimportBindingSource
//
this.productsalebimportBindingSource.DataMember = "productsale_b_import";
this.productsalebimportBindingSource.DataSource = this.иСП_ГУЩИНА_БИЛЕТ_16DataSet;
//
// иСП_ГУЩИНА_БИЛЕТ_16DataSet
//
this.иСП_ГУЩИНА_БИЛЕТ_16DataSet.DataSetName = "ИСП_ГУЩИНА_БИЛЕТ_16DataSet";
this.иСП_ГУЩИНА_БИЛЕТ_16DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AddButton,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripButton8,
this.toolStripButton2,
this.toolStripButton1,
this.toolStripButton3,
this.toolStripButton5,
this.toolStripButton4});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1011, 25);
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
// AddButton
//
this.AddButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image")));
this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(63, 22);
this.AddButton.Text = "Добавить";
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(70, 22);
this.toolStripButton2.Text = "Сохранить";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(53, 22);
this.toolStripButton1.Text = "6546546";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(106, 22);
this.toolStripButton3.Text = "product_b_import";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton5
//
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(126, 22);
this.toolStripButton5.Text = "productsale_b_import";
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStripButton4
//
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(136, 22);
this.toolStripButton4.Text = "manufacturer_b_import";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// productsale_b_importTableAdapter
//
this.productsale_b_importTableAdapter.ClearBeforeFill = true;
//
// toolStripButton6
//
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(55, 22);
this.toolStripButton6.Text = "Удалить";
this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
//
// tableAdapterManager
//
this.tableAdapterManager._6546546TableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.manufacturer_b_importTableAdapter = null;
this.tableAdapterManager.product_b_importTableAdapter = null;
this.tableAdapterManager.productsale_b_importTableAdapter = this.productsale_b_importTableAdapter;
this.tableAdapterManager.UpdateOrder = ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// iDLabel
//
iDLabel.AutoSize = true;
iDLabel.Location = new System.Drawing.Point(12, 57);
iDLabel.Name = "iDLabel";
iDLabel.Size = new System.Drawing.Size(21, 13);
iDLabel.TabIndex = 4;
iDLabel.Text = "ID:";
//
// iDTextBox
//
this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "ID", true));
this.iDTextBox.Location = new System.Drawing.Point(142, 54);
this.iDTextBox.Name = "iDTextBox";
this.iDTextBox.Size = new System.Drawing.Size(100, 20);
this.iDTextBox.TabIndex = 5;
//
// наименование_товараLabel
//
наименование_товараLabel.AutoSize = true;
наименование_товараLabel.Location = new System.Drawing.Point(12, 83);
наименование_товараLabel.Name = "наименование_товараLabel";
наименование_товараLabel.Size = new System.Drawing.Size(124, 13);
наименование_товараLabel.TabIndex = 6;
наименование_товараLabel.Text = "Наименование товара:";
//
// наименование_товараTextBox
//
this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Наименование_товара", true));
this.наименование_товараTextBox.Location = new System.Drawing.Point(142, 80);
this.наименование_товараTextBox.Name = "наименование_товараTextBox";
this.наименование_товараTextBox.Size = new System.Drawing.Size(100, 20);
this.наименование_товараTextBox.TabIndex = 7;
//
// главное_изображениеLabel
//
главное_изображениеLabel.AutoSize = true;
главное_изображениеLabel.Location = new System.Drawing.Point(12, 109);
главное_изображениеLabel.Name = "главное_изображениеLabel";
главное_изображениеLabel.Size = new System.Drawing.Size(123, 13);
главное_изображениеLabel.TabIndex = 8;
главное_изображениеLabel.Text = "Главное изображение:";
//
// главное_изображениеTextBox
//
this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Главное_изображение", true));
this.главное_изображениеTextBox.Location = new System.Drawing.Point(142, 106);
this.главное_изображениеTextBox.Name = "главное_изображениеTextBox";
this.главное_изображениеTextBox.Size = new System.Drawing.Size(100, 20);
this.главное_изображениеTextBox.TabIndex = 9;
//
// производительLabel
//
производительLabel.AutoSize = true;
производительLabel.Location = new System.Drawing.Point(12, 135);
производительLabel.Name = "производительLabel";
производительLabel.Size = new System.Drawing.Size(89, 13);
производительLabel.TabIndex = 10;
производительLabel.Text = "Производитель:";
//
// производительTextBox
//
this.производительTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Производитель", true));
this.производительTextBox.Location = new System.Drawing.Point(142, 132);
this.производительTextBox.Name = "производительTextBox";
this.производительTextBox.Size = new System.Drawing.Size(100, 20);
this.производительTextBox.TabIndex = 11;
//
// активенLabel
//
активенLabel.AutoSize = true;
активенLabel.Location = new System.Drawing.Point(12, 161);
активенLabel.Name = "активенLabel";
активенLabel.Size = new System.Drawing.Size(52, 13);
активенLabel.TabIndex = 12;
активенLabel.Text = "Активен:";
//
// активенTextBox
//
this.активенTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Активен", true));
this.активенTextBox.Location = new System.Drawing.Point(142, 158);
this.активенTextBox.Name = "активенTextBox";
this.активенTextBox.Size = new System.Drawing.Size(100, 20);
this.активенTextBox.TabIndex = 13;
//
// ценаLabel
//
ценаLabel.AutoSize = true;
ценаLabel.Location = new System.Drawing.Point(12, 187);
ценаLabel.Name = "ценаLabel";
ценаLabel.Size = new System.Drawing.Size(36, 13);
ценаLabel.TabIndex = 14;
ценаLabel.Text = "Цена:";
//
// ценаTextBox
//
this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Цена", true));
this.ценаTextBox.Location = new System.Drawing.Point(142, 184);
this.ценаTextBox.Name = "ценаTextBox";
this.ценаTextBox.Size = new System.Drawing.Size(100, 20);
this.ценаTextBox.TabIndex = 15;
//
// toolStripButton7
//
this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(70, 22);
this.toolStripButton7.Text = "Сохранить";
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
//
// toolStripButton8
//
this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(83, 22);
this.toolStripButton8.Text = "Предыдущая";
//
// productsale_b_importDataGridView
//
this.productsale_b_importDataGridView.AutoGenerateColumns = false;
this.productsale_b_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.productsale_b_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
this.productsale_b_importDataGridView.DataSource = this.productsalebimportBindingSource;
this.productsale_b_importDataGridView.Location = new System.Drawing.Point(304, 54);
this.productsale_b_importDataGridView.Name = "productsale_b_importDataGridView";
this.productsale_b_importDataGridView.Size = new System.Drawing.Size(671, 409);
this.productsale_b_importDataGridView.TabIndex = 15;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
this.dataGridViewTextBoxColumn1.HeaderText = "ID";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование_товара";
this.dataGridViewTextBoxColumn2.HeaderText = "Наименование_товара";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Главное_изображение";
this.dataGridViewTextBoxColumn3.HeaderText = "Главное_изображение";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Производитель";
this.dataGridViewTextBoxColumn4.HeaderText = "Производитель";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Активен";
this.dataGridViewTextBoxColumn5.HeaderText = "Активен";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Цена";
this.dataGridViewTextBoxColumn6.HeaderText = "Цена";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// productsale_b_import
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1011, 500);
this.Controls.Add(this.productsale_b_importDataGridView);
this.Controls.Add(iDLabel);
this.Controls.Add(this.iDTextBox);
this.Controls.Add(наименование_товараLabel);
this.Controls.Add(this.наименование_товараTextBox);
this.Controls.Add(главное_изображениеLabel);
this.Controls.Add(this.главное_изображениеTextBox);
this.Controls.Add(производительLabel);
this.Controls.Add(this.производительTextBox);
this.Controls.Add(активенLabel);
this.Controls.Add(this.активенTextBox);
this.Controls.Add(ценаLabel);
this.Controls.Add(this.ценаTextBox);
this.Controls.Add(this.toolStrip1);
this.Name = "productsale_b_import";
this.Text = "productsale_b_import";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.иСП_ГУЩИНА_БИЛЕТ_16DataSet)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.productsale_b_importDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton AddButton;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private ИСП_ГУЩИНА_БИЛЕТ_16DataSet иСП_ГУЩИНА_БИЛЕТ_16DataSet;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.BindingSource productsalebimportBindingSource;
private ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.productsale_b_importTableAdapter productsale_b_importTableAdapter;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox iDTextBox;
private System.Windows.Forms.TextBox наименование_товараTextBox;
private System.Windows.Forms.TextBox главное_изображениеTextBox;
private System.Windows.Forms.TextBox производительTextBox;
private System.Windows.Forms.TextBox активенTextBox;
private System.Windows.Forms.TextBox ценаTextBox;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.DataGridView productsale_b_importDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
}
}