123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443 |
- namespace Bilet5Dergachev
- {
- partial class Form1
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.пМ5_ДергачевDataSet = new Bilet5Dergachev.ПМ5_ДергачевDataSet();
- this.manufactureBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.manufactureTableAdapter = new Bilet5Dergachev.ПМ5_ДергачевDataSetTableAdapters.ManufactureTableAdapter();
- this.tableAdapterManager = new Bilet5Dergachev.ПМ5_ДергачевDataSetTableAdapters.TableAdapterManager();
- this.manufactureBindingNavigator = 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.manufactureBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.manufactureBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.названиепроизводителяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.датаначалаработыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.productsalebimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.productsale_b_importTableAdapter = new Bilet5Dergachev.ПМ5_ДергачевDataSetTableAdapters.productsale_b_importTableAdapter();
- this.idDataGridViewTextBoxColumn1 = 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.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.пМ5_ДергачевDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingNavigator)).BeginInit();
- this.manufactureBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // пМ5_ДергачевDataSet
- //
- this.пМ5_ДергачевDataSet.DataSetName = "ПМ5_ДергачевDataSet";
- this.пМ5_ДергачевDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // manufactureBindingSource
- //
- this.manufactureBindingSource.DataMember = "Manufacture";
- this.manufactureBindingSource.DataSource = this.пМ5_ДергачевDataSet;
- //
- // manufactureTableAdapter
- //
- this.manufactureTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ManufactureTableAdapter = this.manufactureTableAdapter;
- this.tableAdapterManager.productsale_b_importTableAdapter = this.productsale_b_importTableAdapter;
- this.tableAdapterManager.UpdateOrder = Bilet5Dergachev.ПМ5_ДергачевDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // manufactureBindingNavigator
- //
- this.manufactureBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.manufactureBindingNavigator.BindingSource = this.manufactureBindingSource;
- this.manufactureBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.manufactureBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.manufactureBindingNavigator.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.manufactureBindingNavigatorSaveItem});
- this.manufactureBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.manufactureBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.manufactureBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.manufactureBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.manufactureBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.manufactureBindingNavigator.Name = "manufactureBindingNavigator";
- this.manufactureBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.manufactureBindingNavigator.Size = new System.Drawing.Size(800, 25);
- this.manufactureBindingNavigator.TabIndex = 0;
- this.manufactureBindingNavigator.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.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);
- //
- // 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 = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // 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 = "Удалить";
- //
- // manufactureBindingNavigatorSaveItem
- //
- this.manufactureBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.manufactureBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("manufactureBindingNavigatorSaveItem.Image")));
- this.manufactureBindingNavigatorSaveItem.Name = "manufactureBindingNavigatorSaveItem";
- this.manufactureBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.manufactureBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.manufactureBindingNavigatorSaveItem.Click += new System.EventHandler(this.manufactureBindingNavigatorSaveItem_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idDataGridViewTextBoxColumn,
- this.названиепроизводителяDataGridViewTextBoxColumn,
- this.датаначалаработыDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.manufactureBindingSource1;
- this.dataGridView1.Location = new System.Drawing.Point(68, 50);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(353, 150);
- this.dataGridView1.TabIndex = 1;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // manufactureBindingSource1
- //
- this.manufactureBindingSource1.DataMember = "Manufacture";
- this.manufactureBindingSource1.DataSource = this.пМ5_ДергачевDataSet;
- //
- // idDataGridViewTextBoxColumn
- //
- this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
- this.idDataGridViewTextBoxColumn.HeaderText = "id";
- this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
- this.idDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // названиепроизводителяDataGridViewTextBoxColumn
- //
- this.названиепроизводителяDataGridViewTextBoxColumn.DataPropertyName = "Название_производителя";
- this.названиепроизводителяDataGridViewTextBoxColumn.HeaderText = "Название_производителя";
- this.названиепроизводителяDataGridViewTextBoxColumn.Name = "названиепроизводителяDataGridViewTextBoxColumn";
- //
- // датаначалаработыDataGridViewTextBoxColumn
- //
- this.датаначалаработыDataGridViewTextBoxColumn.DataPropertyName = "Дата_начала_работы";
- this.датаначалаработыDataGridViewTextBoxColumn.HeaderText = "Дата_начала_работы";
- this.датаначалаработыDataGridViewTextBoxColumn.Name = "датаначалаработыDataGridViewTextBoxColumn";
- //
- // dataGridView2
- //
- this.dataGridView2.AutoGenerateColumns = false;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idDataGridViewTextBoxColumn1,
- this.товарDataGridViewTextBoxColumn,
- this.количествоDataGridViewTextBoxColumn,
- this.датаивремяпродажиDataGridViewTextBoxColumn});
- this.dataGridView2.DataSource = this.productsalebimportBindingSource;
- this.dataGridView2.Location = new System.Drawing.Point(68, 288);
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.Size = new System.Drawing.Size(450, 150);
- this.dataGridView2.TabIndex = 2;
- this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
- //
- // productsalebimportBindingSource
- //
- this.productsalebimportBindingSource.DataMember = "productsale_b_import";
- this.productsalebimportBindingSource.DataSource = this.пМ5_ДергачевDataSet;
- //
- // productsale_b_importTableAdapter
- //
- this.productsale_b_importTableAdapter.ClearBeforeFill = true;
- //
- // idDataGridViewTextBoxColumn1
- //
- this.idDataGridViewTextBoxColumn1.DataPropertyName = "id";
- this.idDataGridViewTextBoxColumn1.HeaderText = "id";
- this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1";
- this.idDataGridViewTextBoxColumn1.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";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(302, 227);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 3;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(398, 227);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 4;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(492, 227);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 5;
- this.button3.Text = "Сохранить";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(398, 474);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(75, 23);
- this.button5.TabIndex = 7;
- this.button5.Text = "Удалить";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(302, 474);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(75, 23);
- this.button6.TabIndex = 6;
- this.button6.Text = "Добавить";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(492, 474);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 8;
- this.button4.Text = "Сохранить";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 577);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button6);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView2);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.manufactureBindingNavigator);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.пМ5_ДергачевDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingNavigator)).EndInit();
- this.manufactureBindingNavigator.ResumeLayout(false);
- this.manufactureBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufactureBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ПМ5_ДергачевDataSet пМ5_ДергачевDataSet;
- private System.Windows.Forms.BindingSource manufactureBindingSource;
- private ПМ5_ДергачевDataSetTableAdapters.ManufactureTableAdapter manufactureTableAdapter;
- private ПМ5_ДергачевDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator manufactureBindingNavigator;
- 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 manufactureBindingNavigatorSaveItem;
- private ПМ5_ДергачевDataSetTableAdapters.productsale_b_importTableAdapter productsale_b_importTableAdapter;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn названиепроизводителяDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn датаначалаработыDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource manufactureBindingSource1;
- private System.Windows.Forms.DataGridView dataGridView2;
- private System.Windows.Forms.BindingSource productsalebimportBindingSource;
- private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn товарDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn количествоDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn датаивремяпродажиDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button4;
- }
- }
|