173 lines
7.7 KiB
C#
173 lines
7.7 KiB
C#
namespace ProjectAirplaneWithRadar
|
||
{
|
||
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();
|
||
maskedTextBoxPosition = new MaskedTextBox();
|
||
buttonAddAirplaneWithRadar = 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(maskedTextBoxPosition);
|
||
groupBoxTools.Controls.Add(buttonAddAirplaneWithRadar);
|
||
groupBoxTools.Controls.Add(buttonAddAirplane);
|
||
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
||
groupBoxTools.Dock = DockStyle.Right;
|
||
groupBoxTools.Location = new Point(888, 0);
|
||
groupBoxTools.Name = "groupBoxTools";
|
||
groupBoxTools.Size = new Size(200, 542);
|
||
groupBoxTools.TabIndex = 0;
|
||
groupBoxTools.TabStop = false;
|
||
groupBoxTools.Text = "Инструменты";
|
||
//
|
||
// buttonRefresh
|
||
//
|
||
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonRefresh.Location = new Point(101, 455);
|
||
buttonRefresh.Name = "buttonRefresh";
|
||
buttonRefresh.Size = new Size(93, 60);
|
||
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(6, 455);
|
||
buttonGoToCheck.Name = "buttonGoToCheck";
|
||
buttonGoToCheck.Size = new Size(93, 60);
|
||
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(101, 166);
|
||
buttonRemoveAirplane.Name = "buttonRemoveAirplane";
|
||
buttonRemoveAirplane.Size = new Size(93, 43);
|
||
buttonRemoveAirplane.TabIndex = 4;
|
||
buttonRemoveAirplane.Text = "Удалить самолет";
|
||
buttonRemoveAirplane.UseVisualStyleBackColor = true;
|
||
buttonRemoveAirplane.Click += ButtonRemoveAirplane_Click;
|
||
//
|
||
// maskedTextBoxPosition
|
||
//
|
||
maskedTextBoxPosition.Location = new Point(6, 177);
|
||
maskedTextBoxPosition.Mask = "00";
|
||
maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||
maskedTextBoxPosition.Size = new Size(75, 23);
|
||
maskedTextBoxPosition.TabIndex = 3;
|
||
maskedTextBoxPosition.ValidatingType = typeof(int);
|
||
//
|
||
// buttonAddAirplaneWithRadar
|
||
//
|
||
buttonAddAirplaneWithRadar.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonAddAirplaneWithRadar.Location = new Point(101, 73);
|
||
buttonAddAirplaneWithRadar.Name = "buttonAddAirplaneWithRadar";
|
||
buttonAddAirplaneWithRadar.Size = new Size(93, 60);
|
||
buttonAddAirplaneWithRadar.TabIndex = 2;
|
||
buttonAddAirplaneWithRadar.Text = "Добавить самолет с радаром";
|
||
buttonAddAirplaneWithRadar.UseVisualStyleBackColor = true;
|
||
buttonAddAirplaneWithRadar.Click += ButtonAddAirplaneWithRadar_Click;
|
||
//
|
||
// buttonAddAirplane
|
||
//
|
||
buttonAddAirplane.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonAddAirplane.Location = new Point(6, 73);
|
||
buttonAddAirplane.Name = "buttonAddAirplane";
|
||
buttonAddAirplane.Size = new Size(93, 60);
|
||
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(6, 22);
|
||
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
||
comboBoxSelectorCompany.Size = new Size(188, 23);
|
||
comboBoxSelectorCompany.TabIndex = 0;
|
||
comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged;
|
||
//
|
||
// pictureBox
|
||
//
|
||
pictureBox.Dock = DockStyle.Fill;
|
||
pictureBox.Location = new Point(0, 0);
|
||
pictureBox.Name = "pictureBox";
|
||
pictureBox.Size = new Size(888, 542);
|
||
pictureBox.TabIndex = 1;
|
||
pictureBox.TabStop = false;
|
||
//
|
||
// FormAirplaneCollection
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(1088, 542);
|
||
Controls.Add(pictureBox);
|
||
Controls.Add(groupBoxTools);
|
||
Name = "FormAirplaneCollection";
|
||
Text = "Коллекция самолетов";
|
||
groupBoxTools.ResumeLayout(false);
|
||
groupBoxTools.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxTools;
|
||
private ComboBox comboBoxSelectorCompany;
|
||
private Button buttonAddAirplaneWithRadar;
|
||
private Button buttonAddAirplane;
|
||
private PictureBox pictureBox;
|
||
private Button buttonRefresh;
|
||
private Button buttonGoToCheck;
|
||
private Button buttonRemoveAirplane;
|
||
private MaskedTextBox maskedTextBoxPosition;
|
||
}
|
||
} |