namespace Yurevich_InternetProdazhi
{
partial class Form5
{
///
/// 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.Windows.Forms.Label название_товараLabel;
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;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
this.label1 = new System.Windows.Forms.Label();
this.yurevich_INTERNET_PRODAZHIDataSet = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSet();
this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.товарыTableAdapter = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ТоварыTableAdapter();
this.tableAdapterManager = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager();
this.товарыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
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.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
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.гарантийный_срокTextBox = new System.Windows.Forms.TextBox();
this.товарыDataGridView = 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();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.товарыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
название_товара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();
гарантийный_срокLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).BeginInit();
this.товарыBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(293, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(221, 23);
this.label1.TabIndex = 1;
this.label1.Text = "Таблица \"Товары\"";
//
// yurevich_INTERNET_PRODAZHIDataSet
//
this.yurevich_INTERNET_PRODAZHIDataSet.DataSetName = "Yurevich_INTERNET_PRODAZHIDataSet";
this.yurevich_INTERNET_PRODAZHIDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// товарыBindingSource
//
this.товарыBindingSource.DataMember = "Товары";
this.товарыBindingSource.DataSource = this.yurevich_INTERNET_PRODAZHIDataSet;
//
// товарыTableAdapter
//
this.товарыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.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(800, 25);
this.товарыBindingNavigator.TabIndex = 2;
this.товарыBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Положение";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
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, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// название_товараLabel
//
название_товараLabel.AutoSize = true;
название_товараLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
название_товараLabel.Location = new System.Drawing.Point(12, 111);
название_товараLabel.Name = "название_товараLabel";
название_товараLabel.Size = new System.Drawing.Size(131, 18);
название_товара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(222, 112);
this.название_товараTextBox.Name = "название_товараTextBox";
this.название_товараTextBox.Size = new System.Drawing.Size(100, 20);
this.название_товараTextBox.TabIndex = 3;
//
// фирмаLabel
//
фирмаLabel.AutoSize = true;
фирмаLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
фирмаLabel.Location = new System.Drawing.Point(12, 159);
фирмаLabel.Name = "фирмаLabel";
фирмаLabel.Size = new System.Drawing.Size(60, 18);
фирма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(222, 160);
this.фирмаTextBox.Name = "фирмаTextBox";
this.фирмаTextBox.Size = new System.Drawing.Size(100, 20);
this.фирмаTextBox.TabIndex = 5;
//
// модельLabel
//
модельLabel.AutoSize = true;
модельLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
модельLabel.Location = new System.Drawing.Point(12, 208);
модельLabel.Name = "модельLabel";
модельLabel.Size = new System.Drawing.Size(68, 18);
модельLabel.TabIndex = 6;
модельLabel.Text = "Модель:";
модельLabel.Click += new System.EventHandler(this.модельLabel_Click);
//
// модельTextBox
//
this.модельTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Модель", true));
this.модельTextBox.Location = new System.Drawing.Point(222, 206);
this.модельTextBox.Name = "модельTextBox";
this.модельTextBox.Size = new System.Drawing.Size(100, 20);
this.модельTextBox.TabIndex = 7;
//
// технические_характеристикиLabel
//
технические_характеристикиLabel.AutoSize = true;
технические_характеристикиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
технические_характеристикиLabel.Location = new System.Drawing.Point(12, 250);
технические_характеристикиLabel.Name = "технические_характеристикиLabel";
технические_характеристикиLabel.Size = new System.Drawing.Size(213, 18);
технические_характеристики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(222, 251);
this.технические_характеристикиTextBox.Name = "технические_характеристикиTextBox";
this.технические_характеристикиTextBox.Size = new System.Drawing.Size(100, 20);
this.технические_характеристикиTextBox.TabIndex = 9;
//
// цена_руб_Label
//
цена_руб_Label.AutoSize = true;
цена_руб_Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
цена_руб_Label.Location = new System.Drawing.Point(12, 295);
цена_руб_Label.Name = "цена_руб_Label";
цена_руб_Label.Size = new System.Drawing.Size(81, 18);
цена_руб_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(222, 296);
this.цена_руб_TextBox.Name = "цена_руб_TextBox";
this.цена_руб_TextBox.Size = new System.Drawing.Size(100, 20);
this.цена_руб_TextBox.TabIndex = 11;
//
// гарантийный_срокLabel
//
гарантийный_срокLabel.AutoSize = true;
гарантийный_срокLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
гарантийный_срокLabel.Location = new System.Drawing.Point(12, 345);
гарантийный_срокLabel.Name = "гарантийный_срокLabel";
гарантийный_срокLabel.Size = new System.Drawing.Size(140, 18);
гарантийный_срокLabel.TabIndex = 12;
гарантийный_срокLabel.Text = "Гарантийный срок:";
//
// гарантийный_срокTextBox
//
this.гарантийный_срокTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Гарантийный_срок", true));
this.гарантийный_срокTextBox.Location = new System.Drawing.Point(222, 343);
this.гарантийный_срокTextBox.Name = "гарантийный_срокTextBox";
this.гарантийный_срокTextBox.Size = new System.Drawing.Size(100, 20);
this.гарантийный_срокTextBox.TabIndex = 13;
//
// товарыDataGridView
//
this.товарыDataGridView.AutoGenerateColumns = false;
this.товарыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.товарыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewImageColumn1});
this.товарыDataGridView.DataSource = this.товарыBindingSource;
this.товарыDataGridView.Location = new System.Drawing.Point(356, 112);
this.товарыDataGridView.Name = "товарыDataGridView";
this.товарыDataGridView.Size = new System.Drawing.Size(444, 251);
this.товарыDataGridView.TabIndex = 14;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_товара";
this.dataGridViewTextBoxColumn1.HeaderText = "Код_товара";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// 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";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "Гарантийный_срок";
this.dataGridViewTextBoxColumn7.HeaderText = "Гарантийный_срок";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewImageColumn1
//
this.dataGridViewImageColumn1.DataPropertyName = "Изображение";
this.dataGridViewImageColumn1.HeaderText = "Изображение";
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
//
// 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, 22);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// 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 = "Переместить назад";
//
// 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, 22);
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, 22);
this.bindingNavigatorMoveLastItem.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, 22);
this.товарыBindingNavigatorSaveItem.Text = "Сохранить данные";
this.товарыBindingNavigatorSaveItem.Click += new System.EventHandler(this.товарыBindingNavigatorSaveItem_Click);
//
// Form5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.ClientSize = new System.Drawing.Size(800, 385);
this.Controls.Add(this.товарыDataGridView);
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(название_товараLabel);
this.Controls.Add(this.название_товараTextBox);
this.Controls.Add(this.товарыBindingNavigator);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form5";
this.Text = "Таблица \"Товары\"";
this.Load += new System.EventHandler(this.Form5_Load);
((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).EndInit();
this.товарыBindingNavigator.ResumeLayout(false);
this.товарыBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private Yurevich_INTERNET_PRODAZHIDataSet yurevich_INTERNET_PRODAZHIDataSet;
private System.Windows.Forms.BindingSource товарыBindingSource;
private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter;
private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.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.TextBox гарантийный_срокTextBox;
private System.Windows.Forms.DataGridView товарыDataGridView;
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;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
}
}