namespace SecuritySystemView { partial class FormSecureComponent { /// /// 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() { labelComponentSelect = new Label(); labelComponentsCount = new Label(); comboBoxComponents = new ComboBox(); textBoxCount = new TextBox(); buttonSave = new Button(); buttonCancel = new Button(); SuspendLayout(); // // labelComponentSelect // labelComponentSelect.AutoSize = true; labelComponentSelect.Location = new Point(10, 9); labelComponentSelect.Name = "labelComponentSelect"; labelComponentSelect.Size = new Size(91, 20); labelComponentSelect.TabIndex = 0; labelComponentSelect.Text = "Компонент:"; // // labelComponentsCount // labelComponentsCount.AutoSize = true; labelComponentsCount.Location = new Point(10, 44); labelComponentsCount.Name = "labelComponentsCount"; labelComponentsCount.Size = new Size(93, 20); labelComponentsCount.TabIndex = 1; labelComponentsCount.Text = "Количество:"; // // comboBoxComponents // comboBoxComponents.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxComponents.FormattingEnabled = true; comboBoxComponents.Location = new Point(109, 6); comboBoxComponents.Name = "comboBoxComponents"; comboBoxComponents.Size = new Size(315, 28); comboBoxComponents.TabIndex = 2; // // textBoxCount // textBoxCount.Location = new Point(109, 41); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(315, 27); textBoxCount.TabIndex = 3; // // buttonSave // buttonSave.Location = new Point(230, 84); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 1; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(330, 84); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 5; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // FormSecureComponent // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(432, 121); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(textBoxCount); Controls.Add(comboBoxComponents); Controls.Add(labelComponentsCount); Controls.Add(labelComponentSelect); Name = "FormSecureComponent"; Text = "Компонент изделия"; ResumeLayout(false); PerformLayout(); } #endregion private Label labelComponentSelect; private Label labelComponentsCount; private ComboBox comboBoxComponents; private TextBox textBoxCount; private Button buttonSave; private Button buttonCancel; } }