ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallation/FormPackageComponent.Designer.cs

127 lines
4.6 KiB
C#
Raw Normal View History

2024-05-12 14:38:32 +04:00
namespace SoftwareInstallationView
2024-04-07 16:54:02 +04:00
{
partial class FormPackageComponent
{
/// <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()
{
2024-05-12 14:38:32 +04:00
labelComponent = new Label();
labelCount = new Label();
2024-04-07 16:54:02 +04:00
comboBoxComponent = new ComboBox();
textBoxCount = new TextBox();
2024-05-12 14:38:32 +04:00
buttonSave = new Button();
buttonCancel = new Button();
2024-04-07 16:54:02 +04:00
SuspendLayout();
//
2024-05-12 14:38:32 +04:00
// labelComponent
2024-04-07 17:05:30 +04:00
//
2024-05-12 14:38:32 +04:00
labelComponent.AutoSize = true;
labelComponent.Location = new Point(16, 17);
labelComponent.Margin = new Padding(5, 0, 5, 0);
labelComponent.Name = "labelComponent";
labelComponent.Size = new Size(95, 20);
labelComponent.TabIndex = 1;
labelComponent.Text = "Компонент :";
2024-04-07 17:05:30 +04:00
//
2024-05-12 14:38:32 +04:00
// labelCount
2024-04-07 17:05:30 +04:00
//
2024-05-12 14:38:32 +04:00
labelCount.AutoSize = true;
labelCount.Location = new Point(16, 64);
labelCount.Margin = new Padding(5, 0, 5, 0);
labelCount.Name = "labelCount";
labelCount.Size = new Size(97, 20);
labelCount.TabIndex = 3;
labelCount.Text = "Количество :";
2024-04-07 16:54:02 +04:00
//
// comboBoxComponent
//
2024-05-12 14:38:32 +04:00
comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList;
2024-04-07 16:54:02 +04:00
comboBoxComponent.FormattingEnabled = true;
2024-05-12 14:38:32 +04:00
comboBoxComponent.Location = new Point(117, 13);
comboBoxComponent.Margin = new Padding(5, 4, 5, 4);
2024-04-07 16:54:02 +04:00
comboBoxComponent.Name = "comboBoxComponent";
2024-05-12 14:38:32 +04:00
comboBoxComponent.Size = new Size(287, 28);
2024-04-07 17:05:30 +04:00
comboBoxComponent.TabIndex = 4;
2024-04-07 16:54:02 +04:00
//
// textBoxCount
//
2024-05-12 14:38:32 +04:00
textBoxCount.Location = new Point(117, 59);
textBoxCount.Margin = new Padding(5, 4, 5, 4);
2024-04-07 16:54:02 +04:00
textBoxCount.Name = "textBoxCount";
2024-05-12 14:38:32 +04:00
textBoxCount.Size = new Size(287, 27);
2024-04-07 17:05:30 +04:00
textBoxCount.TabIndex = 5;
2024-04-07 16:54:02 +04:00
//
2024-05-12 14:38:32 +04:00
// buttonSave
//
buttonSave.Location = new Point(183, 100);
buttonSave.Margin = new Padding(5, 4, 5, 4);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(101, 36);
buttonSave.TabIndex = 6;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += ButtonSave_Click;
//
// buttonCancel
//
buttonCancel.Location = new Point(290, 100);
buttonCancel.Margin = new Padding(5, 4, 5, 4);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(101, 36);
buttonCancel.TabIndex = 7;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += ButtonCancel_Click;
//
// FormPackageComponent
2024-04-07 16:54:02 +04:00
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
2024-05-12 14:38:32 +04:00
ClientSize = new Size(426, 148);
2024-04-07 17:05:30 +04:00
Controls.Add(buttonCancel);
Controls.Add(buttonSave);
2024-05-12 14:38:32 +04:00
Controls.Add(textBoxCount);
Controls.Add(comboBoxComponent);
Controls.Add(labelCount);
Controls.Add(labelComponent);
2024-04-07 17:05:30 +04:00
Margin = new Padding(3, 4, 3, 4);
2024-05-12 14:38:32 +04:00
Name = "FormPackageComponent";
StartPosition = FormStartPosition.CenterScreen;
2024-04-07 17:05:30 +04:00
Text = "Компонент ПО";
2024-04-07 16:54:02 +04:00
ResumeLayout(false);
PerformLayout();
}
#endregion
2024-05-12 14:38:32 +04:00
private Label labelComponent;
private Label labelCount;
2024-04-07 16:54:02 +04:00
private ComboBox comboBoxComponent;
private TextBox textBoxCount;
2024-05-12 14:38:32 +04:00
private Button buttonSave;
private Button buttonCancel;
2024-04-07 16:54:02 +04:00
}
}