211 lines
9.2 KiB
C#
211 lines
9.2 KiB
C#
namespace ProjectAirbus
|
|
{
|
|
partial class FormAirbus
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirbus));
|
|
pictureAirBus = new PictureBox();
|
|
buttonUp = new Button();
|
|
buttonLeft = new Button();
|
|
buttonDown = new Button();
|
|
buttonRight = new Button();
|
|
buttonCreate = new Button();
|
|
buttonCreateSuperAirbus = new Button();
|
|
buttonStep = new Button();
|
|
comboBoxStrategy = new ComboBox();
|
|
buttonSelectedAirbus = new Button();
|
|
((System.ComponentModel.ISupportInitialize)pictureAirBus).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// pictureAirBus
|
|
//
|
|
pictureAirBus.Dock = DockStyle.Fill;
|
|
pictureAirBus.Location = new Point(0, 0);
|
|
pictureAirBus.Margin = new Padding(3, 4, 3, 4);
|
|
pictureAirBus.Name = "pictureAirBus";
|
|
pictureAirBus.Size = new Size(903, 547);
|
|
pictureAirBus.SizeMode = PictureBoxSizeMode.AutoSize;
|
|
pictureAirBus.TabIndex = 0;
|
|
pictureAirBus.TabStop = false;
|
|
//
|
|
// buttonUp
|
|
//
|
|
buttonUp.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonUp.BackgroundImage = (Image)resources.GetObject("buttonUp.BackgroundImage");
|
|
buttonUp.BackgroundImageLayout = ImageLayout.Stretch;
|
|
buttonUp.FlatAppearance.BorderColor = Color.Black;
|
|
buttonUp.FlatAppearance.BorderSize = 7;
|
|
buttonUp.Location = new Point(776, 412);
|
|
buttonUp.Margin = new Padding(3, 4, 3, 4);
|
|
buttonUp.Name = "buttonUp";
|
|
buttonUp.Size = new Size(55, 59);
|
|
buttonUp.TabIndex = 1;
|
|
buttonUp.UseVisualStyleBackColor = true;
|
|
buttonUp.Click += buttonMove_Click;
|
|
//
|
|
// buttonLeft
|
|
//
|
|
buttonLeft.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonLeft.BackColor = SystemColors.Control;
|
|
buttonLeft.BackgroundImage = (Image)resources.GetObject("buttonLeft.BackgroundImage");
|
|
buttonLeft.BackgroundImageLayout = ImageLayout.Stretch;
|
|
buttonLeft.FlatAppearance.BorderColor = Color.Black;
|
|
buttonLeft.FlatAppearance.BorderSize = 7;
|
|
buttonLeft.Location = new Point(720, 472);
|
|
buttonLeft.Margin = new Padding(3, 4, 3, 4);
|
|
buttonLeft.Name = "buttonLeft";
|
|
buttonLeft.Size = new Size(55, 59);
|
|
buttonLeft.TabIndex = 2;
|
|
buttonLeft.UseVisualStyleBackColor = false;
|
|
buttonLeft.Click += buttonMove_Click;
|
|
//
|
|
// buttonDown
|
|
//
|
|
buttonDown.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonDown.BackgroundImage = (Image)resources.GetObject("buttonDown.BackgroundImage");
|
|
buttonDown.BackgroundImageLayout = ImageLayout.Stretch;
|
|
buttonDown.FlatAppearance.BorderColor = Color.Black;
|
|
buttonDown.FlatAppearance.BorderSize = 7;
|
|
buttonDown.Location = new Point(776, 472);
|
|
buttonDown.Margin = new Padding(3, 4, 3, 4);
|
|
buttonDown.Name = "buttonDown";
|
|
buttonDown.Size = new Size(55, 59);
|
|
buttonDown.TabIndex = 3;
|
|
buttonDown.UseVisualStyleBackColor = true;
|
|
buttonDown.Click += buttonMove_Click;
|
|
//
|
|
// buttonRight
|
|
//
|
|
buttonRight.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonRight.BackgroundImage = (Image)resources.GetObject("buttonRight.BackgroundImage");
|
|
buttonRight.BackgroundImageLayout = ImageLayout.Stretch;
|
|
buttonRight.FlatAppearance.BorderColor = Color.Black;
|
|
buttonRight.FlatAppearance.BorderSize = 7;
|
|
buttonRight.Location = new Point(832, 472);
|
|
buttonRight.Margin = new Padding(3, 4, 3, 4);
|
|
buttonRight.Name = "buttonRight";
|
|
buttonRight.Size = new Size(55, 59);
|
|
buttonRight.TabIndex = 4;
|
|
buttonRight.UseVisualStyleBackColor = true;
|
|
buttonRight.Click += buttonMove_Click;
|
|
//
|
|
// buttonCreate
|
|
//
|
|
buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
buttonCreate.Location = new Point(14, 481);
|
|
buttonCreate.Margin = new Padding(3, 4, 3, 4);
|
|
buttonCreate.Name = "buttonCreate";
|
|
buttonCreate.Size = new Size(146, 50);
|
|
buttonCreate.TabIndex = 5;
|
|
buttonCreate.Text = "Создать аэробус";
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
buttonCreate.Click += buttonCreate_Click;
|
|
//
|
|
// buttonCreateSuperAirbus
|
|
//
|
|
buttonCreateSuperAirbus.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
buttonCreateSuperAirbus.Location = new Point(166, 481);
|
|
buttonCreateSuperAirbus.Margin = new Padding(3, 4, 3, 4);
|
|
buttonCreateSuperAirbus.Name = "buttonCreateSuperAirbus";
|
|
buttonCreateSuperAirbus.Size = new Size(145, 50);
|
|
buttonCreateSuperAirbus.TabIndex = 6;
|
|
buttonCreateSuperAirbus.Text = "Создать самолёт";
|
|
buttonCreateSuperAirbus.UseVisualStyleBackColor = true;
|
|
buttonCreateSuperAirbus.Click += buttonCreateSuperAirbus_Click;
|
|
//
|
|
// buttonStep
|
|
//
|
|
buttonStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
buttonStep.Location = new Point(767, 68);
|
|
buttonStep.Margin = new Padding(3, 4, 3, 4);
|
|
buttonStep.Name = "buttonStep";
|
|
buttonStep.Size = new Size(120, 49);
|
|
buttonStep.TabIndex = 7;
|
|
buttonStep.Text = "Шаг";
|
|
buttonStep.UseVisualStyleBackColor = true;
|
|
buttonStep.Click += buttonStep_Click;
|
|
//
|
|
// comboBoxStrategy
|
|
//
|
|
comboBoxStrategy.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxStrategy.FormattingEnabled = true;
|
|
comboBoxStrategy.Items.AddRange(new object[] { "1", "2" });
|
|
comboBoxStrategy.Location = new Point(711, 29);
|
|
comboBoxStrategy.Margin = new Padding(3, 4, 3, 4);
|
|
comboBoxStrategy.Name = "comboBoxStrategy";
|
|
comboBoxStrategy.Size = new Size(178, 28);
|
|
comboBoxStrategy.TabIndex = 8;
|
|
//
|
|
// buttonSelectedAirbus
|
|
//
|
|
buttonSelectedAirbus.Location = new Point(427, 481);
|
|
buttonSelectedAirbus.Name = "buttonSelectedAirbus";
|
|
buttonSelectedAirbus.Size = new Size(137, 50);
|
|
buttonSelectedAirbus.TabIndex = 9;
|
|
buttonSelectedAirbus.Text = "Выбрать";
|
|
buttonSelectedAirbus.UseVisualStyleBackColor = true;
|
|
buttonSelectedAirbus.Click += buttonSelectedAirbus_Click;
|
|
//
|
|
// FormPlane
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(903, 547);
|
|
Controls.Add(buttonSelectedAirbus);
|
|
Controls.Add(comboBoxStrategy);
|
|
Controls.Add(buttonStep);
|
|
Controls.Add(buttonCreateSuperAirbus);
|
|
Controls.Add(buttonCreate);
|
|
Controls.Add(buttonRight);
|
|
Controls.Add(buttonDown);
|
|
Controls.Add(buttonLeft);
|
|
Controls.Add(buttonUp);
|
|
Controls.Add(pictureAirBus);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormPlane";
|
|
Text = "FormPlane";
|
|
((System.ComponentModel.ISupportInitialize)pictureAirBus).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private PictureBox pictureAirBus;
|
|
private Button buttonUp;
|
|
private Button buttonLeft;
|
|
private Button buttonDown;
|
|
private Button buttonRight;
|
|
private Button buttonCreate;
|
|
private Button buttonCreateSuperAirbus;
|
|
private Button buttonStep;
|
|
private ComboBox comboBoxStrategy;
|
|
private Button buttonSelectedAirbus;
|
|
}
|
|
} |