namespace AircraftPlantView { partial class FormPlaneComponent { /// /// 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() { buttonCancel = new Button(); buttonSave = new Button(); comboBoxComponent = new ComboBox(); textBoxCount = new TextBox(); labelComponent = new Label(); labelCount = new Label(); SuspendLayout(); // // buttonCancel // buttonCancel.Location = new Point(297, 76); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(75, 23); buttonCancel.TabIndex = 0; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // buttonSave // buttonSave.Location = new Point(216, 76); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(75, 23); buttonSave.TabIndex = 1; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // comboBoxComponent // comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(90, 12); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(282, 23); comboBoxComponent.TabIndex = 2; // // textBoxCount // textBoxCount.Location = new Point(90, 41); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(279, 23); textBoxCount.TabIndex = 3; // // labelComponent // labelComponent.AutoSize = true; labelComponent.Location = new Point(12, 15); labelComponent.Name = "labelComponent"; labelComponent.Size = new Size(72, 15); labelComponent.TabIndex = 4; labelComponent.Text = "Компонент:"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(12, 44); labelCount.Name = "labelCount"; labelCount.Size = new Size(75, 15); labelCount.TabIndex = 5; labelCount.Text = "Количество:"; // // FormPlaneComponent // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(384, 111); Controls.Add(labelCount); Controls.Add(labelComponent); Controls.Add(textBoxCount); Controls.Add(comboBoxComponent); Controls.Add(buttonSave); Controls.Add(buttonCancel); Name = "FormPlaneComponent"; Text = "Компоненты изделия"; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonCancel; private Button buttonSave; private ComboBox comboBoxComponent; private TextBox textBoxCount; private Label labelComponent; private Label labelCount; } }