174 lines
7.4 KiB
C#
174 lines
7.4 KiB
C#
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();
|
||
ButtonCreateAirplane = new Button();
|
||
comboBoxStrategy = new ComboBox();
|
||
buttonStrategyStep = new Button();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxAirplaneWithRadar).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// pictureBoxAirplaneWithRadar
|
||
//
|
||
pictureBoxAirplaneWithRadar.Dock = DockStyle.Fill;
|
||
pictureBoxAirplaneWithRadar.Location = new Point(0, 0);
|
||
pictureBoxAirplaneWithRadar.Name = "pictureBoxAirplaneWithRadar";
|
||
pictureBoxAirplaneWithRadar.Size = new Size(987, 477);
|
||
pictureBoxAirplaneWithRadar.TabIndex = 0;
|
||
pictureBoxAirplaneWithRadar.TabStop = false;
|
||
//
|
||
// buttonCreate
|
||
//
|
||
buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||
buttonCreate.Location = new Point(12, 442);
|
||
buttonCreate.Name = "buttonCreate";
|
||
buttonCreate.Size = new Size(225, 23);
|
||
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;
|
||
buttonLeft.Location = new Point(858, 430);
|
||
buttonLeft.Name = "buttonLeft";
|
||
buttonLeft.Size = new Size(35, 35);
|
||
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;
|
||
buttonRight.Location = new Point(940, 430);
|
||
buttonRight.Name = "buttonRight";
|
||
buttonRight.Size = new Size(35, 35);
|
||
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;
|
||
buttonDown.Location = new Point(899, 430);
|
||
buttonDown.Name = "buttonDown";
|
||
buttonDown.Size = new Size(35, 35);
|
||
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;
|
||
buttonUp.Location = new Point(899, 389);
|
||
buttonUp.Name = "buttonUp";
|
||
buttonUp.Size = new Size(35, 35);
|
||
buttonUp.TabIndex = 5;
|
||
buttonUp.UseVisualStyleBackColor = true;
|
||
buttonUp.Click += ButtonMove_Click;
|
||
//
|
||
// ButtonCreateAirplane
|
||
//
|
||
ButtonCreateAirplane.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||
ButtonCreateAirplane.Location = new Point(268, 442);
|
||
ButtonCreateAirplane.Name = "ButtonCreateAirplane";
|
||
ButtonCreateAirplane.Size = new Size(225, 23);
|
||
ButtonCreateAirplane.TabIndex = 6;
|
||
ButtonCreateAirplane.Text = "Создать Самолет";
|
||
ButtonCreateAirplane.UseVisualStyleBackColor = true;
|
||
ButtonCreateAirplane.Click += ButtonCreateAirplane_Click;
|
||
//
|
||
// comboBoxStrategy
|
||
//
|
||
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
|
||
comboBoxStrategy.FormattingEnabled = true;
|
||
comboBoxStrategy.Items.AddRange(new object[] { "К центру", "К краю" });
|
||
comboBoxStrategy.Location = new Point(854, 12);
|
||
comboBoxStrategy.Name = "comboBoxStrategy";
|
||
comboBoxStrategy.Size = new Size(121, 23);
|
||
comboBoxStrategy.TabIndex = 7;
|
||
//
|
||
// buttonStrategyStep
|
||
//
|
||
buttonStrategyStep.Location = new Point(900, 41);
|
||
buttonStrategyStep.Name = "buttonStrategyStep";
|
||
buttonStrategyStep.Size = new Size(75, 23);
|
||
buttonStrategyStep.TabIndex = 8;
|
||
buttonStrategyStep.Text = "Шаг";
|
||
buttonStrategyStep.UseVisualStyleBackColor = true;
|
||
buttonStrategyStep.Click += buttonStrategyStep_Click;
|
||
//
|
||
// FormAirplaneWithRadar
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(987, 477);
|
||
Controls.Add(buttonStrategyStep);
|
||
Controls.Add(comboBoxStrategy);
|
||
Controls.Add(ButtonCreateAirplane);
|
||
Controls.Add(buttonUp);
|
||
Controls.Add(buttonDown);
|
||
Controls.Add(buttonRight);
|
||
Controls.Add(buttonLeft);
|
||
Controls.Add(buttonCreate);
|
||
Controls.Add(pictureBoxAirplaneWithRadar);
|
||
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;
|
||
private Button ButtonCreateAirplane;
|
||
private ComboBox comboBoxStrategy;
|
||
private Button buttonStrategyStep;
|
||
}
|
||
} |