PIbd-23_Starostin_I.K._Ship.../ShipyardView/FormShipComponent.Designer.cs

118 lines
4.1 KiB
C#

namespace ShipyardView
{
partial class FormShipComponent
{
/// <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()
{
comboBoxComponent = new ComboBox();
textBoxCount = new TextBox();
ButtonSave = new Button();
ButtonCancel = new Button();
label1 = new Label();
label2 = new Label();
SuspendLayout();
//
// comboBoxComponent
//
comboBoxComponent.FormattingEnabled = true;
comboBoxComponent.Location = new Point(300, 76);
comboBoxComponent.Name = "comboBoxComponent";
comboBoxComponent.Size = new Size(260, 28);
comboBoxComponent.TabIndex = 0;
//
// textBoxCount
//
textBoxCount.Location = new Point(300, 158);
textBoxCount.Name = "textBoxCount";
textBoxCount.Size = new Size(260, 27);
textBoxCount.TabIndex = 1;
//
// ButtonSave
//
ButtonSave.Location = new Point(300, 218);
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(466, 218);
ButtonCancel.Name = "ButtonCancel";
ButtonCancel.Size = new Size(94, 29);
ButtonCancel.TabIndex = 3;
ButtonCancel.Text = "отмена";
ButtonCancel.UseVisualStyleBackColor = true;
ButtonCancel.Click += ButtonCancel_Click;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(300, 53);
label1.Name = "label1";
label1.Size = new Size(157, 20);
label1.TabIndex = 4;
label1.Text = "выберете компонент";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(300, 135);
label2.Name = "label2";
label2.Size = new Size(88, 20);
label2.TabIndex = 5;
label2.Text = "количество";
//
// FormShipComponent
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 276);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(ButtonCancel);
Controls.Add(ButtonSave);
Controls.Add(textBoxCount);
Controls.Add(comboBoxComponent);
Name = "FormShipComponent";
Text = "FormShipComponent";
ResumeLayout(false);
PerformLayout();
}
#endregion
private ComboBox comboBoxComponent;
private TextBox textBoxCount;
private Button ButtonSave;
private Button ButtonCancel;
private Label label1;
private Label label2;
}
}