145 lines
4.9 KiB
C#
145 lines
4.9 KiB
C#
|
namespace ShipyardView
|
|||
|
{
|
|||
|
partial class FormAddShip
|
|||
|
{
|
|||
|
/// <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.labelShop = new System.Windows.Forms.Label();
|
|||
|
this.labelShip = new System.Windows.Forms.Label();
|
|||
|
this.labelCount = new System.Windows.Forms.Label();
|
|||
|
this.comboBoxShop = new System.Windows.Forms.ComboBox();
|
|||
|
this.comboBoxShip = new System.Windows.Forms.ComboBox();
|
|||
|
this.numericUpDownCount = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.ButtonSave = new System.Windows.Forms.Button();
|
|||
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// labelShop
|
|||
|
//
|
|||
|
this.labelShop.AutoSize = true;
|
|||
|
this.labelShop.Location = new System.Drawing.Point(12, 31);
|
|||
|
this.labelShop.Name = "labelShop";
|
|||
|
this.labelShop.Size = new System.Drawing.Size(69, 20);
|
|||
|
this.labelShop.TabIndex = 0;
|
|||
|
this.labelShop.Text = "Магазин";
|
|||
|
//
|
|||
|
// labelShip
|
|||
|
//
|
|||
|
this.labelShip.AutoSize = true;
|
|||
|
this.labelShip.Location = new System.Drawing.Point(12, 76);
|
|||
|
this.labelShip.Name = "labelShip";
|
|||
|
this.labelShip.Size = new System.Drawing.Size(69, 20);
|
|||
|
this.labelShip.TabIndex = 1;
|
|||
|
this.labelShip.Text = "Корабль";
|
|||
|
//
|
|||
|
// labelCount
|
|||
|
//
|
|||
|
this.labelCount.AutoSize = true;
|
|||
|
this.labelCount.Location = new System.Drawing.Point(12, 127);
|
|||
|
this.labelCount.Name = "labelCount";
|
|||
|
this.labelCount.Size = new System.Drawing.Size(90, 20);
|
|||
|
this.labelCount.TabIndex = 2;
|
|||
|
this.labelCount.Text = "Количество";
|
|||
|
//
|
|||
|
// comboBoxShop
|
|||
|
//
|
|||
|
this.comboBoxShop.FormattingEnabled = true;
|
|||
|
this.comboBoxShop.Location = new System.Drawing.Point(111, 31);
|
|||
|
this.comboBoxShop.Name = "comboBoxShop";
|
|||
|
this.comboBoxShop.Size = new System.Drawing.Size(369, 28);
|
|||
|
this.comboBoxShop.TabIndex = 3;
|
|||
|
//
|
|||
|
// comboBoxShip
|
|||
|
//
|
|||
|
this.comboBoxShip.FormattingEnabled = true;
|
|||
|
this.comboBoxShip.Location = new System.Drawing.Point(111, 76);
|
|||
|
this.comboBoxShip.Name = "comboBoxShip";
|
|||
|
this.comboBoxShip.Size = new System.Drawing.Size(369, 28);
|
|||
|
this.comboBoxShip.TabIndex = 4;
|
|||
|
//
|
|||
|
// numericUpDownCount
|
|||
|
//
|
|||
|
this.numericUpDownCount.Location = new System.Drawing.Point(111, 120);
|
|||
|
this.numericUpDownCount.Name = "numericUpDownCount";
|
|||
|
this.numericUpDownCount.Size = new System.Drawing.Size(369, 27);
|
|||
|
this.numericUpDownCount.TabIndex = 5;
|
|||
|
//
|
|||
|
// ButtonSave
|
|||
|
//
|
|||
|
this.ButtonSave.Location = new System.Drawing.Point(279, 167);
|
|||
|
this.ButtonSave.Name = "ButtonSave";
|
|||
|
this.ButtonSave.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.ButtonSave.TabIndex = 6;
|
|||
|
this.ButtonSave.Text = "Сохранить";
|
|||
|
this.ButtonSave.UseVisualStyleBackColor = true;
|
|||
|
this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|||
|
//
|
|||
|
// ButtonCancel
|
|||
|
//
|
|||
|
this.ButtonCancel.Location = new System.Drawing.Point(386, 167);
|
|||
|
this.ButtonCancel.Name = "ButtonCancel";
|
|||
|
this.ButtonCancel.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.ButtonCancel.TabIndex = 7;
|
|||
|
this.ButtonCancel.Text = "Отмена";
|
|||
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
|||
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|||
|
//
|
|||
|
// FormAddShip
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(492, 207);
|
|||
|
this.Controls.Add(this.ButtonCancel);
|
|||
|
this.Controls.Add(this.ButtonSave);
|
|||
|
this.Controls.Add(this.numericUpDownCount);
|
|||
|
this.Controls.Add(this.comboBoxShip);
|
|||
|
this.Controls.Add(this.comboBoxShop);
|
|||
|
this.Controls.Add(this.labelCount);
|
|||
|
this.Controls.Add(this.labelShip);
|
|||
|
this.Controls.Add(this.labelShop);
|
|||
|
this.Name = "FormAddShip";
|
|||
|
this.Text = "Добавление корабля в магазин";
|
|||
|
this.Load += new System.EventHandler(this.FormAddShip_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Label labelShop;
|
|||
|
private Label labelShip;
|
|||
|
private Label labelCount;
|
|||
|
private ComboBox comboBoxShop;
|
|||
|
private ComboBox comboBoxShip;
|
|||
|
private NumericUpDown numericUpDownCount;
|
|||
|
private Button ButtonSave;
|
|||
|
private Button ButtonCancel;
|
|||
|
}
|
|||
|
}
|