namespace SoftwareInstallationView { partial class FormPackageComponent { /// /// 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() { buttonSave = new Button(); buttonCancel = new Button(); labelComponent = new Label(); labelCount = new Label(); comboBoxComponent = new ComboBox(); textBoxCount = new TextBox(); SuspendLayout(); // // buttonSave // buttonSave.Location = new Point(301, 117); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(75, 23); buttonSave.TabIndex = 0; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(392, 117); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(75, 23); buttonCancel.TabIndex = 1; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // labelComponent // labelComponent.AutoSize = true; labelComponent.Location = new Point(12, 29); labelComponent.Name = "labelComponent"; labelComponent.Size = new Size(59, 15); labelComponent.TabIndex = 2; labelComponent.Text = "Название"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(12, 82); labelCount.Name = "labelCount"; labelCount.Size = new Size(72, 15); labelCount.TabIndex = 3; labelCount.Text = "Количество"; // // comboBoxComponent // comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(90, 26); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(364, 23); comboBoxComponent.TabIndex = 4; // // textBoxCount // textBoxCount.Location = new Point(90, 79); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(364, 23); textBoxCount.TabIndex = 5; // // FormPackageComponent // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(479, 151); Controls.Add(textBoxCount); Controls.Add(comboBoxComponent); Controls.Add(labelCount); Controls.Add(labelComponent); Controls.Add(buttonCancel); Controls.Add(buttonSave); Name = "FormPackageComponent"; Text = "Компоненты изделия"; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonSave; private Button buttonCancel; private Label labelComponent; private Label labelCount; private ComboBox comboBoxComponent; private TextBox textBoxCount; } }