namespace PasechnikovRomanYurevch_ISP { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.pasechnikovRomanYurevich_ISPDataSet = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSet(); this.product_b_import1BindingSource = new System.Windows.Forms.BindingSource(this.components); this.product_b_import1TableAdapter = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.product_b_import1TableAdapter(); this.tableAdapterManager = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager(); this.product_b_import1BindingNavigator = 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.product_b_import1BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.product_b_import1DataGridView = 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.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pasechnikovRomanYurevich_ISPDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingNavigator)).BeginInit(); this.product_b_import1BindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1DataGridView)).BeginInit(); this.SuspendLayout(); // // pasechnikovRomanYurevich_ISPDataSet // this.pasechnikovRomanYurevich_ISPDataSet.DataSetName = "PasechnikovRomanYurevich_ISPDataSet"; this.pasechnikovRomanYurevich_ISPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // product_b_import1BindingSource // this.product_b_import1BindingSource.DataMember = "product_b_import1"; this.product_b_import1BindingSource.DataSource = this.pasechnikovRomanYurevich_ISPDataSet; // // product_b_import1TableAdapter // this.product_b_import1TableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.product_b_import1TableAdapter = this.product_b_import1TableAdapter; this.tableAdapterManager.UpdateOrder = PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // product_b_import1BindingNavigator // this.product_b_import1BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.product_b_import1BindingNavigator.BindingSource = this.product_b_import1BindingSource; this.product_b_import1BindingNavigator.CountItem = this.bindingNavigatorCountItem; this.product_b_import1BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.product_b_import1BindingNavigator.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.product_b_import1BindingNavigatorSaveItem}); this.product_b_import1BindingNavigator.Location = new System.Drawing.Point(0, 0); this.product_b_import1BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.product_b_import1BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.product_b_import1BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.product_b_import1BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.product_b_import1BindingNavigator.Name = "product_b_import1BindingNavigator"; this.product_b_import1BindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.product_b_import1BindingNavigator.Size = new System.Drawing.Size(800, 25); this.product_b_import1BindingNavigator.TabIndex = 0; this.product_b_import1BindingNavigator.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 = "Удалить"; // // product_b_import1BindingNavigatorSaveItem // this.product_b_import1BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.product_b_import1BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("product_b_import1BindingNavigatorSaveItem.Image"))); this.product_b_import1BindingNavigatorSaveItem.Name = "product_b_import1BindingNavigatorSaveItem"; this.product_b_import1BindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23); this.product_b_import1BindingNavigatorSaveItem.Text = "Сохранить данные"; this.product_b_import1BindingNavigatorSaveItem.Click += new System.EventHandler(this.product_b_import1BindingNavigatorSaveItem_Click); // // product_b_import1DataGridView // this.product_b_import1DataGridView.AutoGenerateColumns = false; this.product_b_import1DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.product_b_import1DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5}); this.product_b_import1DataGridView.DataSource = this.product_b_import1BindingSource; this.product_b_import1DataGridView.Location = new System.Drawing.Point(162, 91); this.product_b_import1DataGridView.Name = "product_b_import1DataGridView"; this.product_b_import1DataGridView.Size = new System.Drawing.Size(541, 220); this.product_b_import1DataGridView.TabIndex = 1; // // 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"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Активен"; this.dataGridViewTextBoxColumn4.HeaderText = "Активен"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "Цена"; this.dataGridViewTextBoxColumn5.HeaderText = "Цена"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // button1 // this.button1.Location = new System.Drawing.Point(322, 359); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(174, 37); this.button1.TabIndex = 2; this.button1.Text = "Форма изменений"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button1); this.Controls.Add(this.product_b_import1DataGridView); this.Controls.Add(this.product_b_import1BindingNavigator); this.Name = "Form1"; this.Text = "Приложение \"Зигзаг\""; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pasechnikovRomanYurevich_ISPDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingNavigator)).EndInit(); this.product_b_import1BindingNavigator.ResumeLayout(false); this.product_b_import1BindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.product_b_import1DataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PasechnikovRomanYurevich_ISPDataSet pasechnikovRomanYurevich_ISPDataSet; private System.Windows.Forms.BindingSource product_b_import1BindingSource; private PasechnikovRomanYurevich_ISPDataSetTableAdapters.product_b_import1TableAdapter product_b_import1TableAdapter; private PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator product_b_import1BindingNavigator; 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 product_b_import1BindingNavigatorSaveItem; private System.Windows.Forms.DataGridView product_b_import1DataGridView; 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.Button button1; } }