namespace Услуги_салона_красоты_Тураев { partial class Товары { /// /// 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 iDLabel; System.Windows.Forms.Label titleLabel; System.Windows.Forms.Label costLabel; System.Windows.Forms.Label descriptionLabel; System.Windows.Forms.Label countLabel; System.Windows.Forms.Label manufacturerIDLabel; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; System.Windows.Forms.Label label6; System.Windows.Forms.Label label7; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Товары)); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet(); this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components); this.товарыTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.ТоварыTableAdapter(); this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager(); 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.iDTextBox = new System.Windows.Forms.TextBox(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.costTextBox = new System.Windows.Forms.TextBox(); this.descriptionTextBox = new System.Windows.Forms.TextBox(); this.countTextBox = new System.Windows.Forms.TextBox(); this.manufacturerIDTextBox = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); iDLabel = new System.Windows.Forms.Label(); titleLabel = new System.Windows.Forms.Label(); costLabel = new System.Windows.Forms.Label(); descriptionLabel = new System.Windows.Forms.Label(); countLabel = new System.Windows.Forms.Label(); manufacturerIDLabel = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).BeginInit(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(108, 33); this.label1.TabIndex = 0; this.label1.Text = "Товары"; // // groupBox1 // this.groupBox1.Controls.Add(this.button8); this.groupBox1.Controls.Add(this.button6); this.groupBox1.Controls.Add(manufacturerIDLabel); this.groupBox1.Controls.Add(iDLabel); this.groupBox1.Controls.Add(this.manufacturerIDTextBox); this.groupBox1.Controls.Add(this.iDTextBox); this.groupBox1.Controls.Add(countLabel); this.groupBox1.Controls.Add(this.titleTextBox); this.groupBox1.Controls.Add(this.countTextBox); this.groupBox1.Controls.Add(titleLabel); this.groupBox1.Controls.Add(descriptionLabel); this.groupBox1.Controls.Add(this.costTextBox); this.groupBox1.Controls.Add(this.descriptionTextBox); this.groupBox1.Controls.Add(costLabel); this.groupBox1.Location = new System.Drawing.Point(12, 45); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 214); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Добавить товар"; // // dB_Turaev_V2DataSet // this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet"; this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // товарыBindingSource // this.товарыBindingSource.DataMember = "Товары"; this.товарыBindingSource.DataSource = this.dB_Turaev_V2DataSet; // // товарыTableAdapter // this.товарыTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.Клиент_СервисTableAdapter = null; this.tableAdapterManager.КлиентTableAdapter = null; this.tableAdapterManager.ПоставщикиTableAdapter = null; this.tableAdapterManager.СервисTableAdapter = null; this.tableAdapterManager.ТоварыTableAdapter = this.товарыTableAdapter; // // товарыDataGridView // this.товарыDataGridView.AutoGenerateColumns = false; this.товарыDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 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.товарыDataGridView.DataSource = this.товарыBindingSource; this.товарыDataGridView.Location = new System.Drawing.Point(12, 265); this.товарыDataGridView.Name = "товарыDataGridView"; this.товарыDataGridView.Size = new System.Drawing.Size(884, 277); this.товарыDataGridView.TabIndex = 3; this.товарыDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.товарыDataGridView_CellContentClick); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "ID"; this.dataGridViewTextBoxColumn1.HeaderText = "ID"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Title"; this.dataGridViewTextBoxColumn2.HeaderText = "Title"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Cost"; this.dataGridViewTextBoxColumn3.HeaderText = "Cost"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Description"; this.dataGridViewTextBoxColumn4.HeaderText = "Description"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "Count"; this.dataGridViewTextBoxColumn5.HeaderText = "Count"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "ManufacturerID"; this.dataGridViewTextBoxColumn6.HeaderText = "ManufacturerID"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // iDLabel // iDLabel.AutoSize = true; iDLabel.Location = new System.Drawing.Point(7, 16); iDLabel.Name = "iDLabel"; iDLabel.Size = new System.Drawing.Size(21, 13); iDLabel.TabIndex = 3; iDLabel.Text = "ID:"; // // iDTextBox // this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "ID", true)); this.iDTextBox.Location = new System.Drawing.Point(77, 13); this.iDTextBox.Name = "iDTextBox"; this.iDTextBox.Size = new System.Drawing.Size(100, 20); this.iDTextBox.TabIndex = 4; // // titleLabel // titleLabel.AutoSize = true; titleLabel.Location = new System.Drawing.Point(6, 42); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(30, 13); titleLabel.TabIndex = 5; titleLabel.Text = "Title:"; // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Title", true)); this.titleTextBox.Location = new System.Drawing.Point(77, 39); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(100, 20); this.titleTextBox.TabIndex = 6; // // costLabel // costLabel.AutoSize = true; costLabel.Location = new System.Drawing.Point(8, 68); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(31, 13); costLabel.TabIndex = 7; costLabel.Text = "Cost:"; // // costTextBox // this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Cost", true)); this.costTextBox.Location = new System.Drawing.Point(77, 65); this.costTextBox.Name = "costTextBox"; this.costTextBox.Size = new System.Drawing.Size(100, 20); this.costTextBox.TabIndex = 8; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Location = new System.Drawing.Point(6, 94); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(63, 13); descriptionLabel.TabIndex = 9; descriptionLabel.Text = "Description:"; // // descriptionTextBox // this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Description", true)); this.descriptionTextBox.Location = new System.Drawing.Point(77, 91); this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(100, 20); this.descriptionTextBox.TabIndex = 10; // // countLabel // countLabel.AutoSize = true; countLabel.Location = new System.Drawing.Point(7, 120); countLabel.Name = "countLabel"; countLabel.Size = new System.Drawing.Size(38, 13); countLabel.TabIndex = 11; countLabel.Text = "Count:"; // // countTextBox // this.countTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Count", true)); this.countTextBox.Location = new System.Drawing.Point(77, 117); this.countTextBox.Name = "countTextBox"; this.countTextBox.Size = new System.Drawing.Size(100, 20); this.countTextBox.TabIndex = 12; // // manufacturerIDLabel // manufacturerIDLabel.AutoSize = true; manufacturerIDLabel.Location = new System.Drawing.Point(4, 143); manufacturerIDLabel.Name = "manufacturerIDLabel"; manufacturerIDLabel.Size = new System.Drawing.Size(73, 26); manufacturerIDLabel.TabIndex = 13; manufacturerIDLabel.Text = "Manufacturer \r\nID:"; // // manufacturerIDTextBox // this.manufacturerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "ManufacturerID", true)); this.manufacturerIDTextBox.Location = new System.Drawing.Point(77, 143); this.manufacturerIDTextBox.Name = "manufacturerIDTextBox"; this.manufacturerIDTextBox.Size = new System.Drawing.Size(100, 20); this.manufacturerIDTextBox.TabIndex = 14; // // groupBox2 // this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(label2); this.groupBox2.Controls.Add(label3); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Controls.Add(label4); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(label5); this.groupBox2.Controls.Add(label6); this.groupBox2.Controls.Add(this.textBox5); this.groupBox2.Controls.Add(this.textBox6); this.groupBox2.Controls.Add(label7); this.groupBox2.Location = new System.Drawing.Point(218, 45); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(200, 214); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "Редактировать товар"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(4, 143); label2.Name = "label2"; label2.Size = new System.Drawing.Size(73, 26); label2.TabIndex = 13; label2.Text = "Manufacturer \r\nID:"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(7, 16); label3.Name = "label3"; label3.Size = new System.Drawing.Size(21, 13); label3.TabIndex = 3; label3.Text = "ID:"; // // textBox1 // this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "ManufacturerID", true)); this.textBox1.Location = new System.Drawing.Point(77, 143); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 14; // // textBox2 // this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "ID", true)); this.textBox2.Location = new System.Drawing.Point(77, 13); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 4; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(7, 120); label4.Name = "label4"; label4.Size = new System.Drawing.Size(38, 13); label4.TabIndex = 11; label4.Text = "Count:"; // // textBox3 // this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Title", true)); this.textBox3.Location = new System.Drawing.Point(77, 39); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 6; // // textBox4 // this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Count", true)); this.textBox4.Location = new System.Drawing.Point(77, 117); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 12; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(6, 42); label5.Name = "label5"; label5.Size = new System.Drawing.Size(30, 13); label5.TabIndex = 5; label5.Text = "Title:"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(6, 94); label6.Name = "label6"; label6.Size = new System.Drawing.Size(63, 13); label6.TabIndex = 9; label6.Text = "Description:"; // // textBox5 // this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Cost", true)); this.textBox5.Location = new System.Drawing.Point(77, 65); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(100, 20); this.textBox5.TabIndex = 8; // // textBox6 // this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Description", true)); this.textBox6.Location = new System.Drawing.Point(77, 91); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(100, 20); this.textBox6.TabIndex = 10; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(8, 68); label7.Name = "label7"; label7.Size = new System.Drawing.Size(31, 13); label7.TabIndex = 7; label7.Text = "Cost:"; // // groupBox3 // this.groupBox3.Controls.Add(this.button2); this.groupBox3.Controls.Add(this.button1); this.groupBox3.Location = new System.Drawing.Point(424, 45); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(152, 107); this.groupBox3.TabIndex = 5; this.groupBox3.TabStop = false; this.groupBox3.Text = "Элементы навигации (по таблицам)"; // // button1 // this.button1.Location = new System.Drawing.Point(38, 36); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "След."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(38, 66); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 1; this.button2.Text = "Пред."; this.button2.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.Controls.Add(this.button3); this.groupBox4.Controls.Add(this.button4); this.groupBox4.Location = new System.Drawing.Point(744, 45); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(152, 107); this.groupBox4.TabIndex = 6; this.groupBox4.TabStop = false; this.groupBox4.Text = "Элементы навигации (по записям)"; // // button3 // this.button3.Location = new System.Drawing.Point(38, 66); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 1; this.button3.Text = "Вниз"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(38, 36); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 0; this.button4.Text = "Вверх"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.button5); this.groupBox5.Location = new System.Drawing.Point(424, 158); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(472, 101); this.groupBox5.TabIndex = 7; this.groupBox5.TabStop = false; this.groupBox5.Text = "Удалить товар"; // // button5 // this.button5.Location = new System.Drawing.Point(171, 47); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(128, 23); this.button5.TabIndex = 2; this.button5.Text = "Удалить"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(6, 185); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(88, 23); this.button6.TabIndex = 2; this.button6.Text = "Добавить"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.Location = new System.Drawing.Point(6, 185); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(188, 23); this.button7.TabIndex = 15; this.button7.Text = "Редактировать"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.Location = new System.Drawing.Point(106, 185); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(88, 23); this.button8.TabIndex = 15; this.button8.Text = "Сохранить"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button9 // this.button9.Location = new System.Drawing.Point(595, 87); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(128, 23); this.button9.TabIndex = 4; this.button9.Text = "Выйти"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // Товары // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(908, 549); this.Controls.Add(this.button9); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.товарыDataGridView); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Товары"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Товары"; this.Load += new System.EventHandler(this.Товары_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox1; private DB_Turaev_V2DataSet dB_Turaev_V2DataSet; private System.Windows.Forms.BindingSource товарыBindingSource; private DB_Turaev_V2DataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter; private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager; 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.TextBox manufacturerIDTextBox; private System.Windows.Forms.TextBox iDTextBox; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.TextBox countTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.TextBox descriptionTextBox; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; } }