namespace AutomobilePlant { partial class FormCarComponent { /// /// 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.labelComponent = new System.Windows.Forms.Label(); this.labelCount = new System.Windows.Forms.Label(); this.comboBoxComponent = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelComponent // this.labelComponent.AutoSize = true; this.labelComponent.Location = new System.Drawing.Point(25, 26); this.labelComponent.Name = "labelComponent"; this.labelComponent.Size = new System.Drawing.Size(91, 20); this.labelComponent.TabIndex = 0; this.labelComponent.Text = "Компонент:"; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(25, 74); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(93, 20); this.labelCount.TabIndex = 1; this.labelCount.Text = "Количество:"; // // comboBoxComponent // this.comboBoxComponent.FormattingEnabled = true; this.comboBoxComponent.Location = new System.Drawing.Point(146, 26); this.comboBoxComponent.Name = "comboBoxComponent"; this.comboBoxComponent.Size = new System.Drawing.Size(322, 28); this.comboBoxComponent.TabIndex = 2; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(146, 71); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(322, 27); this.textBoxCount.TabIndex = 3; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(146, 115); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(143, 29); this.buttonSave.TabIndex = 4; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(325, 115); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(143, 29); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // FormCarComponent // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 165); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxComponent); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelComponent); this.Name = "FormCarComponent"; this.Text = "Компонент автомобиля"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelComponent; private Label labelCount; private ComboBox comboBoxComponent; private TextBox textBoxCount; private Button buttonSave; private Button buttonCancel; } }