2024-02-10 18:11:15 +04:00
|
|
|
|
namespace ProjectAirplaneWithRadar
|
|
|
|
|
{
|
|
|
|
|
partial class FormAirplaneWithRadar
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
pictureBoxAirplaneWithRadar = new PictureBox();
|
|
|
|
|
buttonCreate = new Button();
|
|
|
|
|
buttonLeft = new Button();
|
|
|
|
|
buttonRight = new Button();
|
|
|
|
|
buttonDown = new Button();
|
|
|
|
|
buttonUp = new Button();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxAirplaneWithRadar).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxAirplaneWithRadar
|
|
|
|
|
//
|
|
|
|
|
pictureBoxAirplaneWithRadar.Dock = DockStyle.Fill;
|
|
|
|
|
pictureBoxAirplaneWithRadar.Location = new Point(0, 0);
|
2024-02-21 16:34:26 +04:00
|
|
|
|
pictureBoxAirplaneWithRadar.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
pictureBoxAirplaneWithRadar.Name = "pictureBoxAirplaneWithRadar";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
pictureBoxAirplaneWithRadar.Size = new Size(1128, 636);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
pictureBoxAirplaneWithRadar.TabIndex = 0;
|
|
|
|
|
pictureBoxAirplaneWithRadar.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreate
|
|
|
|
|
//
|
|
|
|
|
buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonCreate.Location = new Point(14, 589);
|
|
|
|
|
buttonCreate.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonCreate.Name = "buttonCreate";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonCreate.Size = new Size(86, 31);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonCreate.TabIndex = 1;
|
|
|
|
|
buttonCreate.Text = "Создать";
|
|
|
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCreate.Click += ButtonCreate_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
buttonLeft.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
buttonLeft.BackgroundImage = Properties.Resources.Стрелка_влево;
|
|
|
|
|
buttonLeft.BackgroundImageLayout = ImageLayout.Stretch;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonLeft.Location = new Point(981, 573);
|
|
|
|
|
buttonLeft.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonLeft.Name = "buttonLeft";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonLeft.Size = new Size(40, 47);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonLeft.TabIndex = 2;
|
|
|
|
|
buttonLeft.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonLeft.Click += ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonRight
|
|
|
|
|
//
|
|
|
|
|
buttonRight.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
buttonRight.BackgroundImage = Properties.Resources.Стрелка_вправо;
|
|
|
|
|
buttonRight.BackgroundImageLayout = ImageLayout.Stretch;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonRight.Location = new Point(1074, 573);
|
|
|
|
|
buttonRight.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonRight.Name = "buttonRight";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonRight.Size = new Size(40, 47);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonRight.TabIndex = 3;
|
|
|
|
|
buttonRight.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonRight.Click += ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonDown
|
|
|
|
|
//
|
|
|
|
|
buttonDown.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
buttonDown.BackgroundImage = Properties.Resources.Стрелка_вниз;
|
|
|
|
|
buttonDown.BackgroundImageLayout = ImageLayout.Stretch;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonDown.Location = new Point(1027, 573);
|
|
|
|
|
buttonDown.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonDown.Name = "buttonDown";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonDown.Size = new Size(40, 47);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonDown.TabIndex = 4;
|
|
|
|
|
buttonDown.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonDown.Click += ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonUp
|
|
|
|
|
//
|
|
|
|
|
buttonUp.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
buttonUp.BackgroundImage = Properties.Resources.Стрелка_вверх;
|
|
|
|
|
buttonUp.BackgroundImageLayout = ImageLayout.Stretch;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonUp.Location = new Point(1027, 519);
|
|
|
|
|
buttonUp.Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonUp.Name = "buttonUp";
|
2024-02-21 16:34:26 +04:00
|
|
|
|
buttonUp.Size = new Size(40, 47);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
buttonUp.TabIndex = 5;
|
|
|
|
|
buttonUp.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonUp.Click += ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// FormAirplaneWithRadar
|
|
|
|
|
//
|
2024-02-21 16:34:26 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-02-21 16:34:26 +04:00
|
|
|
|
ClientSize = new Size(1128, 636);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
Controls.Add(buttonUp);
|
|
|
|
|
Controls.Add(buttonDown);
|
|
|
|
|
Controls.Add(buttonRight);
|
|
|
|
|
Controls.Add(buttonLeft);
|
|
|
|
|
Controls.Add(buttonCreate);
|
|
|
|
|
Controls.Add(pictureBoxAirplaneWithRadar);
|
2024-02-21 16:34:26 +04:00
|
|
|
|
Margin = new Padding(3, 4, 3, 4);
|
2024-02-10 18:11:15 +04:00
|
|
|
|
Name = "FormAirplaneWithRadar";
|
|
|
|
|
Text = "Самолет с радаром";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxAirplaneWithRadar).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private PictureBox pictureBoxAirplaneWithRadar;
|
|
|
|
|
private Button buttonCreate;
|
|
|
|
|
private Button buttonLeft;
|
|
|
|
|
private Button buttonRight;
|
|
|
|
|
private Button buttonDown;
|
|
|
|
|
private Button buttonUp;
|
|
|
|
|
}
|
|
|
|
|
}
|