184 lines
8.2 KiB
C#
184 lines
8.2 KiB
C#
namespace ProjectStormtrooper
|
|
{
|
|
partial class FormAirplaneCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
groupBoxTools = new GroupBox();
|
|
buttonRefresh = new Button();
|
|
buttonGoToCheck = new Button();
|
|
buttonRemoveAirplane = new Button();
|
|
maskedTextBox = new MaskedTextBox();
|
|
buttonAddStormtrooper = new Button();
|
|
buttonAddAirplane = new Button();
|
|
comboBoxSelectorCompany = new ComboBox();
|
|
pictureBox = new PictureBox();
|
|
groupBoxTools.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// groupBoxTools
|
|
//
|
|
groupBoxTools.Controls.Add(buttonRefresh);
|
|
groupBoxTools.Controls.Add(buttonGoToCheck);
|
|
groupBoxTools.Controls.Add(buttonRemoveAirplane);
|
|
groupBoxTools.Controls.Add(maskedTextBox);
|
|
groupBoxTools.Controls.Add(buttonAddStormtrooper);
|
|
groupBoxTools.Controls.Add(buttonAddAirplane);
|
|
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
|
groupBoxTools.Dock = DockStyle.Right;
|
|
groupBoxTools.Location = new Point(894, 0);
|
|
groupBoxTools.Margin = new Padding(3, 4, 3, 4);
|
|
groupBoxTools.Name = "groupBoxTools";
|
|
groupBoxTools.Padding = new Padding(3, 4, 3, 4);
|
|
groupBoxTools.Size = new Size(205, 821);
|
|
groupBoxTools.TabIndex = 0;
|
|
groupBoxTools.TabStop = false;
|
|
groupBoxTools.Text = "Инструменты";
|
|
//
|
|
// buttonRefresh
|
|
//
|
|
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonRefresh.Location = new Point(7, 665);
|
|
buttonRefresh.Margin = new Padding(3, 4, 3, 4);
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
buttonRefresh.Size = new Size(191, 53);
|
|
buttonRefresh.TabIndex = 6;
|
|
buttonRefresh.Text = "Обновить";
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
buttonRefresh.Click += buttonRefresh_Click;
|
|
//
|
|
// buttonGoToCheck
|
|
//
|
|
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonGoToCheck.Location = new Point(7, 481);
|
|
buttonGoToCheck.Margin = new Padding(3, 4, 3, 4);
|
|
buttonGoToCheck.Name = "buttonGoToCheck";
|
|
buttonGoToCheck.Size = new Size(191, 53);
|
|
buttonGoToCheck.TabIndex = 5;
|
|
buttonGoToCheck.Text = "Передать на тесты";
|
|
buttonGoToCheck.UseVisualStyleBackColor = true;
|
|
buttonGoToCheck.Click += buttonGoToCheck_Click;
|
|
//
|
|
// buttonRemoveAirplane
|
|
//
|
|
buttonRemoveAirplane.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonRemoveAirplane.Location = new Point(7, 335);
|
|
buttonRemoveAirplane.Margin = new Padding(3, 4, 3, 4);
|
|
buttonRemoveAirplane.Name = "buttonRemoveAirplane";
|
|
buttonRemoveAirplane.Size = new Size(191, 53);
|
|
buttonRemoveAirplane.TabIndex = 4;
|
|
buttonRemoveAirplane.Text = "Удалить автомобиль";
|
|
buttonRemoveAirplane.UseVisualStyleBackColor = true;
|
|
buttonRemoveAirplane.Click += buttonRemoveAirplane_Click;
|
|
//
|
|
// maskedTextBox
|
|
//
|
|
maskedTextBox.Location = new Point(7, 296);
|
|
maskedTextBox.Margin = new Padding(3, 4, 3, 4);
|
|
maskedTextBox.Mask = "00";
|
|
maskedTextBox.Name = "maskedTextBox";
|
|
maskedTextBox.Size = new Size(190, 27);
|
|
maskedTextBox.TabIndex = 3;
|
|
maskedTextBox.ValidatingType = typeof(int);
|
|
//
|
|
// buttonAddStormtrooper
|
|
//
|
|
buttonAddStormtrooper.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonAddStormtrooper.Location = new Point(7, 183);
|
|
buttonAddStormtrooper.Margin = new Padding(3, 4, 3, 4);
|
|
buttonAddStormtrooper.Name = "buttonAddStormtrooper";
|
|
buttonAddStormtrooper.Size = new Size(191, 53);
|
|
buttonAddStormtrooper.TabIndex = 2;
|
|
buttonAddStormtrooper.Text = "Добавление штурмовика";
|
|
buttonAddStormtrooper.UseVisualStyleBackColor = true;
|
|
buttonAddStormtrooper.Click += buttonAddStormtrooper_Click;
|
|
//
|
|
// buttonAddAirplane
|
|
//
|
|
buttonAddAirplane.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonAddAirplane.Location = new Point(7, 121);
|
|
buttonAddAirplane.Margin = new Padding(3, 4, 3, 4);
|
|
buttonAddAirplane.Name = "buttonAddAirplane";
|
|
buttonAddAirplane.Size = new Size(191, 53);
|
|
buttonAddAirplane.TabIndex = 1;
|
|
buttonAddAirplane.Text = "Добавление самолета";
|
|
buttonAddAirplane.UseVisualStyleBackColor = true;
|
|
buttonAddAirplane.Click += buttonAddAirplane_Click;
|
|
//
|
|
// comboBoxSelectorCompany
|
|
//
|
|
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxSelectorCompany.FormattingEnabled = true;
|
|
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
|
comboBoxSelectorCompany.Location = new Point(7, 29);
|
|
comboBoxSelectorCompany.Margin = new Padding(3, 4, 3, 4);
|
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
|
comboBoxSelectorCompany.Size = new Size(190, 28);
|
|
comboBoxSelectorCompany.TabIndex = 0;
|
|
comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged;
|
|
//
|
|
// pictureBox
|
|
//
|
|
pictureBox.Dock = DockStyle.Fill;
|
|
pictureBox.Location = new Point(0, 0);
|
|
pictureBox.Margin = new Padding(3, 4, 3, 4);
|
|
pictureBox.Name = "pictureBox";
|
|
pictureBox.Size = new Size(894, 821);
|
|
pictureBox.TabIndex = 1;
|
|
pictureBox.TabStop = false;
|
|
//
|
|
// FormAirplaneCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1099, 821);
|
|
Controls.Add(pictureBox);
|
|
Controls.Add(groupBoxTools);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormAirplaneCollection";
|
|
Text = "Коллекция автомобилей";
|
|
groupBoxTools.ResumeLayout(false);
|
|
groupBoxTools.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBoxTools;
|
|
private ComboBox comboBoxSelectorCompany;
|
|
private Button buttonAddStormtrooper;
|
|
private Button buttonAddAirplane;
|
|
private Button buttonRemoveAirplane;
|
|
private MaskedTextBox maskedTextBox;
|
|
private PictureBox pictureBox;
|
|
private Button buttonGoToCheck;
|
|
private Button buttonRefresh;
|
|
}
|
|
} |