namespace IS_hairdresser
{
partial class Purchase_FORM
{
///
/// 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(Purchase_FORM));
this.dataGridView = new System.Windows.Forms.DataGridView();
this.артикулDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gushchinaDataSet = new IS_hairdresser.GushchinaDataSet();
this.purchaseTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.PurchaseTableAdapter();
this.gushchinaDataSet1 = new IS_hairdresser.GushchinaDataSet1();
this.deliveriesTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.DeliveriesTableAdapter();
this.warehouseTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.WarehouseTableAdapter();
this.отображение_по_артиклуBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.отображение_по_артиклуTableAdapter = new IS_hairdresser.GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter();
this.label6 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.tableAdapterManager1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager();
this.listTableAdapter1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.ListTableAdapter();
this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.скачатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.сохранитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.менюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gushchinaDataSet2 = new IS_hairdresser.GushchinaDataSet();
this.listTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.ListTableAdapter();
this.tableAdapterManager = new IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.количествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.местохраненияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
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.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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView
//
this.dataGridView.AutoGenerateColumns = false;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.артикулDataGridViewTextBoxColumn,
this.наименованиеDataGridViewTextBoxColumn,
this.ценаDataGridViewTextBoxColumn});
this.dataGridView.DataSource = this.purchaseBindingSource;
this.dataGridView.Location = new System.Drawing.Point(12, 64);
this.dataGridView.Name = "dataGridView";
this.dataGridView.Size = new System.Drawing.Size(854, 364);
this.dataGridView.TabIndex = 19;
//
// артикул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";
//
// purchaseBindingSource
//
this.purchaseBindingSource.DataMember = "Purchase";
this.purchaseBindingSource.DataSource = this.gushchinaDataSet;
//
// gushchinaDataSet
//
this.gushchinaDataSet.DataSetName = "GushchinaDataSet";
this.gushchinaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// purchaseTableAdapter
//
this.purchaseTableAdapter.ClearBeforeFill = true;
//
// gushchinaDataSet1
//
this.gushchinaDataSet1.DataSetName = "GushchinaDataSet1";
this.gushchinaDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// deliveriesTableAdapter
//
this.deliveriesTableAdapter.ClearBeforeFill = true;
//
// warehouseTableAdapter
//
this.warehouseTableAdapter.ClearBeforeFill = true;
//
// отображение_по_артиклуBindingSource
//
this.отображение_по_артиклуBindingSource.DataMember = "Отображение по артиклу";
this.отображение_по_артиклуBindingSource.DataSource = this.gushchinaDataSet1;
//
// отображение_по_артиклуTableAdapter
//
this.отображение_по_артиклуTableAdapter.ClearBeforeFill = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label6.Location = new System.Drawing.Point(1080, 65);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 21);
this.label6.TabIndex = 61;
this.label6.Text = "ФИЛЬТР";
//
// button5
//
this.button5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button5.Location = new System.Drawing.Point(1247, 212);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(125, 29);
this.button5.TabIndex = 58;
this.button5.Text = "Фильтровать";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button4.Location = new System.Drawing.Point(1247, 177);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(125, 29);
this.button4.TabIndex = 57;
this.button4.Text = "Фильтровать";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// comboBox1
//
this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(1028, 177);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(213, 29);
this.comboBox1.TabIndex = 56;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(872, 220);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 21);
this.label3.TabIndex = 51;
this.label3.Text = "Цена";
//
// textBox3
//
this.textBox3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.textBox3.Location = new System.Drawing.Point(1028, 212);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(213, 29);
this.textBox3.TabIndex = 50;
//
// button3
//
this.button3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button3.Location = new System.Drawing.Point(876, 385);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(496, 43);
this.button3.TabIndex = 49;
this.button3.Text = "Найти";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button2.Location = new System.Drawing.Point(876, 336);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(496, 43);
this.button2.TabIndex = 48;
this.button2.Text = "Показать всё";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(1247, 142);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(125, 29);
this.button1.TabIndex = 47;
this.button1.Text = "Фильтровать";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(872, 185);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(126, 21);
this.label2.TabIndex = 46;
this.label2.Text = "Наименование";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(872, 150);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 21);
this.label1.TabIndex = 45;
this.label1.Text = "Артикул";
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.textBox2.Location = new System.Drawing.Point(1028, 142);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(213, 29);
this.textBox2.TabIndex = 44;
//
// tableAdapterManager1
//
this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager1.Consumables_soldTableAdapter = null;
this.tableAdapterManager1.DeliveriesTableAdapter = null;
this.tableAdapterManager1.ListTableAdapter = this.listTableAdapter1;
this.tableAdapterManager1.PurchaseTableAdapter = null;
this.tableAdapterManager1.UpdateOrder = IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager1.Used_consumablesTableAdapter = null;
this.tableAdapterManager1.WarehouseTableAdapter = null;
//
// listTableAdapter1
//
this.listTableAdapter1.ClearBeforeFill = true;
//
// listBindingSource
//
this.listBindingSource.DataMember = "List";
this.listBindingSource.DataSource = this.gushchinaDataSet1;
//
// скачатьToolStripMenuItem
//
this.скачатьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.скачатьToolStripMenuItem.Name = "скачатьToolStripMenuItem";
this.скачатьToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
this.скачатьToolStripMenuItem.Text = "Скачать";
this.скачатьToolStripMenuItem.Click += new System.EventHandler(this.скачатьToolStripMenuItem_Click);
//
// сохранитьToolStripMenuItem
//
this.сохранитьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.сохранитьToolStripMenuItem.Name = "сохранитьToolStripMenuItem";
this.сохранитьToolStripMenuItem.Size = new System.Drawing.Size(109, 25);
this.сохранитьToolStripMenuItem.Text = "Сохранить";
this.сохранитьToolStripMenuItem.Click += new System.EventHandler(this.сохранитьToolStripMenuItem_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.сохранитьToolStripMenuItem,
this.скачатьToolStripMenuItem,
this.менюToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3);
this.menuStrip1.Size = new System.Drawing.Size(1403, 31);
this.menuStrip1.TabIndex = 43;
this.menuStrip1.Text = "menuStrip1";
//
// менюToolStripMenuItem
//
this.менюToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.менюToolStripMenuItem.Name = "менюToolStripMenuItem";
this.менюToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
this.менюToolStripMenuItem.Text = "Меню";
this.менюToolStripMenuItem.Click += new System.EventHandler(this.менюToolStripMenuItem_Click);
//
// gushchinaDataSet2
//
this.gushchinaDataSet2.DataSetName = "GushchinaDataSet";
this.gushchinaDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// listTableAdapter
//
this.listTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.Consumables_soldTableAdapter = null;
this.tableAdapterManager.DeliveriesTableAdapter = null;
this.tableAdapterManager.ListTableAdapter = this.listTableAdapter;
this.tableAdapterManager.PurchaseTableAdapter = null;
this.tableAdapterManager.UpdateOrder = IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.Used_consumablesTableAdapter = null;
this.tableAdapterManager.WarehouseTableAdapter = null;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Артикул";
this.dataGridViewTextBoxColumn1.HeaderText = "Артикул";
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";
//
// количествоDataGridViewTextBoxColumn
//
this.количествоDataGridViewTextBoxColumn.DataPropertyName = "Количество";
this.количествоDataGridViewTextBoxColumn.HeaderText = "Количество";
this.количествоDataGridViewTextBoxColumn.Name = "количествоDataGridViewTextBoxColumn";
//
// местохраненияDataGridViewTextBoxColumn
//
this.местохраненияDataGridViewTextBoxColumn.DataPropertyName = "Место_хранения";
this.местохраненияDataGridViewTextBoxColumn.HeaderText = "Место_хранения";
this.местохраненияDataGridViewTextBoxColumn.Name = "местохраненияDataGridViewTextBoxColumn";
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
this.bindingNavigator1.BindingSource = this.purchaseBindingSource;
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
this.bindingNavigator1.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.bindingNavigator1.Location = new System.Drawing.Point(0, 31);
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
this.bindingNavigator1.Size = new System.Drawing.Size(1403, 25);
this.bindingNavigator1.TabIndex = 62;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// 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 = "Добавить";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// 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 = "Переместить назад";
//
// 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 = "Текущее положение";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// 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 = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// Purchase_FORM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1403, 436);
this.Controls.Add(this.bindingNavigator1);
this.Controls.Add(this.label6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.dataGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "Purchase_FORM";
this.Text = "Закупка";
this.Load += new System.EventHandler(this.Purchase_FORM_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView;
private GushchinaDataSet gushchinaDataSet;
private System.Windows.Forms.BindingSource purchaseBindingSource;
private GushchinaDataSetTableAdapters.PurchaseTableAdapter purchaseTableAdapter;
private GushchinaDataSet1 gushchinaDataSet1;
private GushchinaDataSetTableAdapters.DeliveriesTableAdapter deliveriesTableAdapter;
private GushchinaDataSetTableAdapters.WarehouseTableAdapter warehouseTableAdapter;
private System.Windows.Forms.BindingSource отображение_по_артиклуBindingSource;
private GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter отображение_по_артиклуTableAdapter;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private GushchinaDataSet1TableAdapters.TableAdapterManager tableAdapterManager1;
private GushchinaDataSet1TableAdapters.ListTableAdapter listTableAdapter1;
private System.Windows.Forms.BindingSource listBindingSource;
private System.Windows.Forms.ToolStripMenuItem скачатьToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem сохранитьToolStripMenuItem;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem менюToolStripMenuItem;
private GushchinaDataSet gushchinaDataSet2;
private GushchinaDataSetTableAdapters.ListTableAdapter listTableAdapter;
private GushchinaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
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.BindingNavigator bindingNavigator1;
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;
}
}