Pibd-21_Ievlewa_MD._Precast.../PrecastConcretePlant/PrecastConcretePlantView/FormReinforcedComponent.Designer.cs
2024-03-22 19:10:17 +03:00

119 lines
4.1 KiB
C#

namespace PrecastConcretePlantView
{
partial class FormReinforcedComponent
{
/// <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()
{
labelComp = new Label();
labelCount = new Label();
textBoxCount = new TextBox();
ButtonSave = new Button();
ButtonCancel = new Button();
comboBoxComponent = new ComboBox();
SuspendLayout();
//
// labelComp
//
labelComp.AutoSize = true;
labelComp.Location = new Point(10, 9);
labelComp.Name = "labelComp";
labelComp.Size = new Size(88, 20);
labelComp.TabIndex = 0;
labelComp.Text = "Компонент";
//
// labelCount
//
labelCount.AutoSize = true;
labelCount.Location = new Point(12, 43);
labelCount.Name = "labelCount";
labelCount.Size = new Size(90, 20);
labelCount.TabIndex = 1;
labelCount.Text = "Количество";
//
// textBoxCount
//
textBoxCount.Location = new Point(108, 40);
textBoxCount.Name = "textBoxCount";
textBoxCount.Size = new Size(286, 27);
textBoxCount.TabIndex = 3;
//
// ButtonSave
//
ButtonSave.Location = new Point(108, 73);
ButtonSave.Name = "ButtonSave";
ButtonSave.Size = new Size(143, 31);
ButtonSave.TabIndex = 4;
ButtonSave.Text = "Сохранить";
ButtonSave.UseVisualStyleBackColor = true;
ButtonSave.Click += ButtonSave_Click;
//
// ButtonCancel
//
ButtonCancel.Location = new Point(257, 73);
ButtonCancel.Name = "ButtonCancel";
ButtonCancel.Size = new Size(137, 31);
ButtonCancel.TabIndex = 5;
ButtonCancel.Text = "Отмена";
ButtonCancel.UseVisualStyleBackColor = true;
ButtonCancel.Click += ButtonCancel_Click;
//
// comboBoxComponent
//
comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoxComponent.FormattingEnabled = true;
comboBoxComponent.Location = new Point(108, 6);
comboBoxComponent.Name = "comboBoxComponent";
comboBoxComponent.Size = new Size(281, 28);
comboBoxComponent.TabIndex = 6;
//
// FormReinforcedComponent
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(401, 124);
Controls.Add(comboBoxComponent);
Controls.Add(ButtonCancel);
Controls.Add(ButtonSave);
Controls.Add(textBoxCount);
Controls.Add(labelCount);
Controls.Add(labelComp);
Name = "FormReinforcedComponent";
Text = "Компонент изделия";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label labelComp;
private Label labelCount;
private TextBox textBoxCount;
private Button ButtonSave;
private Button ButtonCancel;
private ComboBox comboBoxComponent;
}
}