PIbd-23_Dolgov_D.A._Softwar.../SoftwareInstallation/FormPackageSoftware.Designer.cs
2023-03-11 22:53:15 +04:00

119 lines
4.7 KiB
C#

namespace SoftwareInstallationView
{
partial class FormPackageSoftware
{
/// <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()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.comboBoxSoftware = new System.Windows.Forms.ComboBox();
this.labelSoftware = new System.Windows.Forms.Label();
this.labelCount = new System.Windows.Forms.Label();
this.buttonSave = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(101, 65);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(273, 23);
this.textBox1.TabIndex = 0;
//
// comboBoxSoftware
//
this.comboBoxSoftware.FormattingEnabled = true;
this.comboBoxSoftware.Location = new System.Drawing.Point(101, 24);
this.comboBoxSoftware.Name = "comboBoxSoftware";
this.comboBoxSoftware.Size = new System.Drawing.Size(273, 23);
this.comboBoxSoftware.TabIndex = 1;
//
// labelSoftware
//
this.labelSoftware.AutoSize = true;
this.labelSoftware.Location = new System.Drawing.Point(20, 27);
this.labelSoftware.Name = "labelSoftware";
this.labelSoftware.Size = new System.Drawing.Size(28, 15);
this.labelSoftware.TabIndex = 2;
this.labelSoftware.Text = "ПО:";
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(20, 68);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(75, 15);
this.labelCount.TabIndex = 3;
this.labelCount.Text = "Количество:";
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(195, 103);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 27);
this.buttonSave.TabIndex = 4;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(299, 103);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 27);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// FormPackageSoftware
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(403, 142);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.labelCount);
this.Controls.Add(this.labelSoftware);
this.Controls.Add(this.comboBoxSoftware);
this.Controls.Add(this.textBox1);
this.Name = "FormPackageSoftware";
this.Text = "ПО пакета";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox textBox1;
private ComboBox comboBoxSoftware;
private Label labelSoftware;
private Label labelCount;
private Button buttonSave;
private Button buttonCancel;
}
}