188 lines
7.8 KiB
C#
188 lines
7.8 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();
|
|
((System.ComponentModel.ISupportInitialize)pictureAirBus).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// pictureAirBus
|
|
//
|
|
pictureAirBus.Dock=DockStyle.Fill;
|
|
pictureAirBus.Location=new Point(0, 0);
|
|
pictureAirBus.Name="pictureAirBus";
|
|
pictureAirBus.Size=new Size(790, 410);
|
|
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(679, 309);
|
|
buttonUp.Name="buttonUp";
|
|
buttonUp.Size=new Size(48, 44);
|
|
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(630, 354);
|
|
buttonLeft.Name="buttonLeft";
|
|
buttonLeft.Size=new Size(48, 44);
|
|
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(679, 354);
|
|
buttonDown.Name="buttonDown";
|
|
buttonDown.Size=new Size(48, 44);
|
|
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(728, 354);
|
|
buttonRight.Name="buttonRight";
|
|
buttonRight.Size=new Size(48, 44);
|
|
buttonRight.TabIndex=4;
|
|
buttonRight.UseVisualStyleBackColor=true;
|
|
buttonRight.Click+=buttonMove_Click;
|
|
//
|
|
// buttonCreate
|
|
//
|
|
buttonCreate.Anchor=AnchorStyles.Bottom|AnchorStyles.Left;
|
|
buttonCreate.Location=new Point(12, 347);
|
|
buttonCreate.Name="buttonCreate";
|
|
buttonCreate.Size=new Size(128, 51);
|
|
buttonCreate.TabIndex=5;
|
|
buttonCreate.Text="Создать самолёт";
|
|
buttonCreate.UseVisualStyleBackColor=true;
|
|
buttonCreate.Click+=buttonCreate_Click;
|
|
//
|
|
// buttonCreateSuperAirbus
|
|
//
|
|
buttonCreateSuperAirbus.Anchor=AnchorStyles.Bottom|AnchorStyles.Left;
|
|
buttonCreateSuperAirbus.Location=new Point(146, 347);
|
|
buttonCreateSuperAirbus.Name="buttonCreateSuperAirbus";
|
|
buttonCreateSuperAirbus.Size=new Size(127, 51);
|
|
buttonCreateSuperAirbus.TabIndex=6;
|
|
buttonCreateSuperAirbus.Text="Создать суперсамолёт";
|
|
buttonCreateSuperAirbus.UseVisualStyleBackColor=true;
|
|
buttonCreateSuperAirbus.Click+=buttonCreateSuperAirbus_Click;
|
|
//
|
|
// buttonStep
|
|
//
|
|
buttonStep.Anchor=AnchorStyles.Top|AnchorStyles.Right;
|
|
buttonStep.Location=new Point(671, 51);
|
|
buttonStep.Name="buttonStep";
|
|
buttonStep.Size=new Size(105, 37);
|
|
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(622, 22);
|
|
comboBoxStrategy.Name="comboBoxStrategy";
|
|
comboBoxStrategy.Size=new Size(156, 23);
|
|
comboBoxStrategy.TabIndex=8;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions=new SizeF(7F, 15F);
|
|
AutoScaleMode=AutoScaleMode.Font;
|
|
ClientSize=new Size(790, 410);
|
|
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);
|
|
Name="Form1";
|
|
Text="FormAirbus";
|
|
((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;
|
|
}
|
|
} |