namespace FurnitureAssembly { partial class FormProduct { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.ProductNameLabel = new System.Windows.Forms.Label(); this.PriceLabel = new System.Windows.Forms.Label(); this.ProductNameTextBox = new System.Windows.Forms.TextBox(); this.PriceTextBox = new System.Windows.Forms.TextBox(); this.ComponentsGroupBox = new System.Windows.Forms.GroupBox(); this.UpdateButton = new System.Windows.Forms.Button(); this.DeleteButton = new System.Windows.Forms.Button(); this.ChangeButton = new System.Windows.Forms.Button(); this.AddButton = new System.Windows.Forms.Button(); this.DataGridView = new System.Windows.Forms.DataGridView(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ComponentNameField = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CountField = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ButtonCancel = new System.Windows.Forms.Button(); this.SaveButton = new System.Windows.Forms.Button(); this.ComponentsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); this.SuspendLayout(); // // ProductNameLabel // this.ProductNameLabel.AutoSize = true; this.ProductNameLabel.Location = new System.Drawing.Point(12, 9); this.ProductNameLabel.Name = "ProductNameLabel"; this.ProductNameLabel.Size = new System.Drawing.Size(65, 15); this.ProductNameLabel.TabIndex = 0; this.ProductNameLabel.Text = "Название: "; // // PriceLabel // this.PriceLabel.AutoSize = true; this.PriceLabel.Location = new System.Drawing.Point(12, 43); this.PriceLabel.Name = "PriceLabel"; this.PriceLabel.Size = new System.Drawing.Size(73, 15); this.PriceLabel.TabIndex = 1; this.PriceLabel.Text = "Стоимость: "; // // ProductNameTextBox // this.ProductNameTextBox.Location = new System.Drawing.Point(83, 6); this.ProductNameTextBox.Name = "ProductNameTextBox"; this.ProductNameTextBox.Size = new System.Drawing.Size(283, 23); this.ProductNameTextBox.TabIndex = 2; // // PriceTextBox // this.PriceTextBox.Location = new System.Drawing.Point(83, 40); this.PriceTextBox.Name = "PriceTextBox"; this.PriceTextBox.Size = new System.Drawing.Size(283, 23); this.PriceTextBox.TabIndex = 3; // // ComponentsGroupBox // this.ComponentsGroupBox.Controls.Add(this.UpdateButton); this.ComponentsGroupBox.Controls.Add(this.DeleteButton); this.ComponentsGroupBox.Controls.Add(this.ChangeButton); this.ComponentsGroupBox.Controls.Add(this.AddButton); this.ComponentsGroupBox.Controls.Add(this.DataGridView); this.ComponentsGroupBox.Location = new System.Drawing.Point(12, 80); this.ComponentsGroupBox.Name = "ComponentsGroupBox"; this.ComponentsGroupBox.Size = new System.Drawing.Size(722, 350); this.ComponentsGroupBox.TabIndex = 5; this.ComponentsGroupBox.TabStop = false; this.ComponentsGroupBox.Text = "Компоненты"; // // UpdateButton // this.UpdateButton.Location = new System.Drawing.Point(590, 203); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(110, 38); this.UpdateButton.TabIndex = 4; this.UpdateButton.Text = "Обновить"; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButton_Click); // // DeleteButton // this.DeleteButton.Location = new System.Drawing.Point(590, 143); this.DeleteButton.Name = "DeleteButton"; this.DeleteButton.Size = new System.Drawing.Size(110, 38); this.DeleteButton.TabIndex = 3; this.DeleteButton.Text = "Удалить"; this.DeleteButton.UseVisualStyleBackColor = true; this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // ChangeButton // this.ChangeButton.Location = new System.Drawing.Point(590, 82); this.ChangeButton.Name = "ChangeButton"; this.ChangeButton.Size = new System.Drawing.Size(110, 38); this.ChangeButton.TabIndex = 2; this.ChangeButton.Text = "Изменить"; this.ChangeButton.UseVisualStyleBackColor = true; this.ChangeButton.Click += new System.EventHandler(this.ChangeButton_Click); // // AddButton // this.AddButton.Location = new System.Drawing.Point(590, 22); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(110, 38); this.AddButton.TabIndex = 1; this.AddButton.Text = "Добавить"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_Click); // // DataGridView // dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.ComponentNameField, this.CountField}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DataGridView.DefaultCellStyle = dataGridViewCellStyle2; this.DataGridView.Location = new System.Drawing.Point(6, 22); this.DataGridView.Name = "DataGridView"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.DataGridView.RowTemplate.Height = 25; this.DataGridView.Size = new System.Drawing.Size(561, 322); this.DataGridView.TabIndex = 0; // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.Visible = false; // // ComponentNameField // this.ComponentNameField.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ComponentNameField.HeaderText = "Компонент"; this.ComponentNameField.Name = "ComponentNameField"; // // CountField // this.CountField.HeaderText = "Количество"; this.CountField.Name = "CountField"; // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(602, 446); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(110, 34); this.ButtonCancel.TabIndex = 7; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // SaveButton // this.SaveButton.Location = new System.Drawing.Point(486, 446); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(110, 34); this.SaveButton.TabIndex = 8; this.SaveButton.Text = "Сохранить"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // FormProduct // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(746, 498); this.Controls.Add(this.SaveButton); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ComponentsGroupBox); this.Controls.Add(this.PriceTextBox); this.Controls.Add(this.ProductNameTextBox); this.Controls.Add(this.PriceLabel); this.Controls.Add(this.ProductNameLabel); this.Name = "FormProduct"; this.Text = "Изделие"; this.ComponentsGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label ProductNameLabel; private Label PriceLabel; private TextBox ProductNameTextBox; private TextBox PriceTextBox; private GroupBox ComponentsGroupBox; private Button UpdateButton; private Button DeleteButton; private Button ChangeButton; private Button AddButton; private DataGridView DataGridView; private DataGridViewTextBoxColumn ID; private DataGridViewTextBoxColumn ComponentNameField; private DataGridViewTextBoxColumn CountField; private Button ButtonCancel; private Button SaveButton; } }