namespace Starichkxina_remont_bytovoy_texniki
{
partial class Form6
{
///
/// 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(Form6));
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.label1 = new System.Windows.Forms.Label();
this.starichikhina_remont_butovoy_texnikiDataSet = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSet();
this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.товарыTableAdapter = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.ТоварыTableAdapter();
this.tableAdapterManager = new Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager();
this.товарыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.товарыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
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.dataGridView1 = new System.Windows.Forms.DataGridView();
this.товарыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.idтовара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.изображениеDataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
наим_товара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.starichikhina_remont_butovoy_texnikiDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).BeginInit();
this.товарыBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.label1.Location = new System.Drawing.Point(202, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(172, 24);
this.label1.TabIndex = 0;
this.label1.Text = "Таблица \"Товары\"";
//
// starichikhina_remont_butovoy_texnikiDataSet
//
this.starichikhina_remont_butovoy_texnikiDataSet.DataSetName = "Starichikhina_remont_butovoy_texnikiDataSet";
this.starichikhina_remont_butovoy_texnikiDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// товарыBindingSource
//
this.товарыBindingSource.DataMember = "Товары";
this.товарыBindingSource.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet;
//
// товарыTableAdapter
//
this.товарыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Starichkxina_remont_bytovoy_texniki.Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.заказTableAdapter = null;
this.tableAdapterManager.исполнение_заказовTableAdapter = null;
this.tableAdapterManager.сотрудники_исполнение_заказовTableAdapter = null;
this.tableAdapterManager.сотрудникиTableAdapter = null;
this.tableAdapterManager.ТоварыTableAdapter = this.товарыTableAdapter;
//
// товарыBindingNavigator
//
this.товарыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.товарыBindingNavigator.BindingSource = this.товарыBindingSource;
this.товарыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.товарыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.товарыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.товарыBindingNavigatorSaveItem});
this.товарыBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.товарыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.товарыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.товарыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.товарыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.товарыBindingNavigator.Name = "товарыBindingNavigator";
this.товарыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.товарыBindingNavigator.Size = new System.Drawing.Size(1001, 25);
this.товарыBindingNavigator.TabIndex = 1;
this.товарыBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Положение";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Добавить";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// товарыBindingNavigatorSaveItem
//
this.товарыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.товарыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("товарыBindingNavigatorSaveItem.Image")));
this.товарыBindingNavigatorSaveItem.Name = "товарыBindingNavigatorSaveItem";
this.товарыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.товарыBindingNavigatorSaveItem.Text = "Сохранить данные";
this.товарыBindingNavigatorSaveItem.Click += new System.EventHandler(this.товарыBindingNavigatorSaveItem_Click);
//
// наим_товараLabel
//
наим_товараLabel.AutoSize = true;
наим_товараLabel.Location = new System.Drawing.Point(76, 117);
наим_товараLabel.Name = "наим_товараLabel";
наим_товараLabel.Size = new System.Drawing.Size(74, 13);
наим_товараLabel.TabIndex = 2;
наим_товараLabel.Text = "наим товара:";
//
// наим_товараTextBox
//
this.наим_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "наим_товара", true));
this.наим_товараTextBox.Location = new System.Drawing.Point(156, 114);
this.наим_товараTextBox.Name = "наим_товараTextBox";
this.наим_товараTextBox.Size = new System.Drawing.Size(100, 20);
this.наим_товараTextBox.TabIndex = 3;
//
// фирмаLabel
//
фирмаLabel.AutoSize = true;
фирмаLabel.Location = new System.Drawing.Point(76, 155);
фирмаLabel.Name = "фирмаLabel";
фирмаLabel.Size = new System.Drawing.Size(44, 13);
фирмаLabel.TabIndex = 4;
фирмаLabel.Text = "фирма:";
//
// фирмаTextBox
//
this.фирмаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "фирма", true));
this.фирмаTextBox.Location = new System.Drawing.Point(130, 152);
this.фирмаTextBox.Name = "фирмаTextBox";
this.фирмаTextBox.Size = new System.Drawing.Size(100, 20);
this.фирмаTextBox.TabIndex = 5;
//
// модельLabel
//
модельLabel.AutoSize = true;
модельLabel.Location = new System.Drawing.Point(76, 197);
модельLabel.Name = "модельLabel";
модельLabel.Size = new System.Drawing.Size(48, 13);
модельLabel.TabIndex = 6;
модельLabel.Text = "модель:";
//
// модельTextBox
//
this.модельTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "модель", true));
this.модельTextBox.Location = new System.Drawing.Point(138, 194);
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(76, 240);
технические_характеристикиLabel.Name = "технические_характеристикиLabel";
технические_характеристикиLabel.Size = new System.Drawing.Size(157, 13);
технические_характеристикиLabel.TabIndex = 8;
технические_характеристикиLabel.Text = "технические характеристики:";
//
// технические_характеристикиTextBox
//
this.технические_характеристикиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "технические_характеристики", true));
this.технические_характеристикиTextBox.Location = new System.Drawing.Point(248, 237);
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(76, 274);
гарантированный_срокLabel.Name = "гарантированный_срокLabel";
гарантированный_срокLabel.Size = new System.Drawing.Size(127, 13);
гарантированный_срокLabel.TabIndex = 10;
гарантированный_срокLabel.Text = "гарантированный срок:";
//
// гарантированный_срокTextBox
//
this.гарантированный_срокTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "гарантированный_срок", true));
this.гарантированный_срокTextBox.Location = new System.Drawing.Point(227, 271);
this.гарантированный_срокTextBox.Name = "гарантированный_срокTextBox";
this.гарантированный_срокTextBox.Size = new System.Drawing.Size(100, 20);
this.гарантированный_срокTextBox.TabIndex = 11;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idтовараDataGridViewTextBoxColumn,
this.наимтовараDataGridViewTextBoxColumn,
this.фирмаDataGridViewTextBoxColumn,
this.модельDataGridViewTextBoxColumn,
this.техническиехарактеристикиDataGridViewTextBoxColumn,
this.гарантированныйсрокDataGridViewTextBoxColumn,
this.изображениеDataGridViewImageColumn});
this.dataGridView1.DataSource = this.товарыBindingSource1;
this.dataGridView1.Location = new System.Drawing.Point(170, 342);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(754, 238);
this.dataGridView1.TabIndex = 12;
//
// товарыBindingSource1
//
this.товарыBindingSource1.DataMember = "Товары";
this.товарыBindingSource1.DataSource = this.starichikhina_remont_butovoy_texnikiDataSet;
//
// idтовараDataGridViewTextBoxColumn
//
this.idтовараDataGridViewTextBoxColumn.DataPropertyName = "id_товара";
this.idтовараDataGridViewTextBoxColumn.HeaderText = "id_товара";
this.idтовараDataGridViewTextBoxColumn.Name = "idтовараDataGridViewTextBoxColumn";
this.idтовараDataGridViewTextBoxColumn.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";
//
// изображениеDataGridViewImageColumn
//
this.изображениеDataGridViewImageColumn.DataPropertyName = "изображение";
this.изображениеDataGridViewImageColumn.HeaderText = "изображение";
this.изображениеDataGridViewImageColumn.Name = "изображениеDataGridViewImageColumn";
//
// Form6
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1001, 677);
this.Controls.Add(this.dataGridView1);
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.товарыBindingNavigator);
this.Controls.Add(this.label1);
this.Name = "Form6";
this.Text = "Form6";
this.Load += new System.EventHandler(this.Form6_Load);
((System.ComponentModel.ISupportInitialize)(this.starichikhina_remont_butovoy_texnikiDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).EndInit();
this.товарыBindingNavigator.ResumeLayout(false);
this.товарыBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private Starichikhina_remont_butovoy_texnikiDataSet starichikhina_remont_butovoy_texnikiDataSet;
private System.Windows.Forms.BindingSource товарыBindingSource;
private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter;
private Starichikhina_remont_butovoy_texnikiDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator товарыBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton товарыBindingNavigatorSaveItem;
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.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn idтовара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.DataGridViewImageColumn изображениеDataGridViewImageColumn;
private System.Windows.Forms.BindingSource товарыBindingSource1;
}
}