PIbd-21_Potapov_N.S._Securi.../SecuritySystem/SecuritySystemView/Secure/FormSecureComponent.Designer.cs

119 lines
4.4 KiB
C#
Raw Normal View History

namespace SecuritySystemView
{
partial class FormSecureComponent
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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 = 0;
//
// textBoxCount
//
textBoxCount.Location = new Point(109, 41);
textBoxCount.Name = "textBoxCount";
textBoxCount.Size = new Size(315, 27);
textBoxCount.TabIndex = 1;
//
// buttonSave
//
buttonSave.Location = new Point(230, 84);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(94, 29);
buttonSave.TabIndex = 2;
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 = 3;
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;
}
}