183 lines
9.3 KiB
C#
Raw Normal View History

2023-11-27 13:18:25 +04:00
namespace Airbus_Base
{
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()
{
this.pictureBoxAirbus = new System.Windows.Forms.PictureBox();
2023-11-30 14:13:38 +04:00
this.buttonCreateAirplane = new System.Windows.Forms.Button();
this.buttonCreateAirbus = new System.Windows.Forms.Button();
2023-11-27 13:18:25 +04:00
this.buttonLeft = new System.Windows.Forms.Button();
this.buttonUp = new System.Windows.Forms.Button();
this.buttonRight = new System.Windows.Forms.Button();
this.buttonDown = new System.Windows.Forms.Button();
2023-11-30 14:13:38 +04:00
this.buttonStep = new System.Windows.Forms.Button();
this.comboBoxStrategy = new System.Windows.Forms.ComboBox();
2023-11-27 13:18:25 +04:00
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAirbus)).BeginInit();
this.SuspendLayout();
//
// pictureBoxAirbus
//
this.pictureBoxAirbus.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBoxAirbus.Location = new System.Drawing.Point(0, 0);
this.pictureBoxAirbus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pictureBoxAirbus.Name = "pictureBoxAirbus";
this.pictureBoxAirbus.Size = new System.Drawing.Size(882, 453);
this.pictureBoxAirbus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBoxAirbus.TabIndex = 0;
this.pictureBoxAirbus.TabStop = false;
//
2023-11-30 14:13:38 +04:00
// buttonCreateAirplane
2023-11-27 13:18:25 +04:00
//
2023-11-30 14:13:38 +04:00
this.buttonCreateAirplane.Location = new System.Drawing.Point(12, 393);
this.buttonCreateAirplane.Name = "buttonCreateAirplane";
this.buttonCreateAirplane.Size = new System.Drawing.Size(75, 52);
this.buttonCreateAirplane.TabIndex = 6;
this.buttonCreateAirplane.Text = "Создать самолёт";
this.buttonCreateAirplane.UseVisualStyleBackColor = true;
this.buttonCreateAirplane.Click += new System.EventHandler(this.buttonCreateAirplane_Click);
//
// buttonCreateAirbus
//
this.buttonCreateAirbus.Location = new System.Drawing.Point(115, 393);
this.buttonCreateAirbus.Name = "buttonCreateAirbus";
this.buttonCreateAirbus.Size = new System.Drawing.Size(75, 52);
this.buttonCreateAirbus.TabIndex = 7;
this.buttonCreateAirbus.Text = "Создать аэробус";
this.buttonCreateAirbus.UseVisualStyleBackColor = true;
this.buttonCreateAirbus.Click += new System.EventHandler(this.buttonCreateAirbus_Click);
2023-11-27 13:18:25 +04:00
//
// buttonLeft
//
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonLeft.BackgroundImage = global::Airbus_Base.Properties.Resources.Left;
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonLeft.Location = new System.Drawing.Point(756, 407);
this.buttonLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonLeft.Name = "buttonLeft";
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
this.buttonLeft.TabIndex = 2;
this.buttonLeft.UseVisualStyleBackColor = true;
this.buttonLeft.Click += new System.EventHandler(this.buttonMove_Click);
//
// buttonUp
//
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::Airbus_Base.Properties.Resources.Up;
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonUp.Location = new System.Drawing.Point(792, 368);
this.buttonUp.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonUp.Name = "buttonUp";
this.buttonUp.Size = new System.Drawing.Size(30, 30);
this.buttonUp.TabIndex = 3;
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click);
//
// buttonRight
//
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRight.BackgroundImage = global::Airbus_Base.Properties.Resources.Right;
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonRight.Location = new System.Drawing.Point(828, 407);
this.buttonRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonRight.Name = "buttonRight";
this.buttonRight.Size = new System.Drawing.Size(30, 30);
this.buttonRight.TabIndex = 4;
this.buttonRight.UseVisualStyleBackColor = true;
this.buttonRight.Click += new System.EventHandler(this.buttonMove_Click);
//
// buttonDown
//
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDown.BackgroundImage = global::Airbus_Base.Properties.Resources.Down;
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonDown.Location = new System.Drawing.Point(792, 406);
this.buttonDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(30, 30);
this.buttonDown.TabIndex = 5;
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonMove_Click);
//
2023-11-30 14:13:38 +04:00
// buttonStep
//
this.buttonStep.Location = new System.Drawing.Point(797, 51);
this.buttonStep.Name = "buttonStep";
this.buttonStep.Size = new System.Drawing.Size(75, 29);
this.buttonStep.TabIndex = 8;
this.buttonStep.Text = "Шаг";
this.buttonStep.UseVisualStyleBackColor = true;
this.buttonStep.Click += new System.EventHandler(this.buttonStep_Click);
//
// comboBoxStrategy
//
this.comboBoxStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxStrategy.FormattingEnabled = true;
this.comboBoxStrategy.Items.AddRange(new object[] {
"К центру",
"К краю"});
this.comboBoxStrategy.Location = new System.Drawing.Point(753, 12);
this.comboBoxStrategy.Name = "comboBoxStrategy";
this.comboBoxStrategy.Size = new System.Drawing.Size(121, 28);
this.comboBoxStrategy.TabIndex = 9;
//
2023-11-27 13:18:25 +04:00
// FormAirbus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(882, 453);
this.Controls.Add(this.buttonDown);
this.Controls.Add(this.buttonRight);
this.Controls.Add(this.buttonUp);
this.Controls.Add(this.buttonLeft);
2023-11-30 14:13:38 +04:00
this.Controls.Add(this.buttonCreateAirbus);
this.Controls.Add(this.buttonCreateAirplane);
this.Controls.Add(this.comboBoxStrategy);
this.Controls.Add(this.buttonStep);
2023-11-27 13:18:25 +04:00
this.Controls.Add(this.pictureBoxAirbus);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormAirbus";
this.Text = "FormAirbus";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAirbus)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PictureBox pictureBoxAirbus;
2023-11-30 14:13:38 +04:00
private Button buttonCreateAirplane;
private Button buttonCreateAirbus;
2023-11-27 13:18:25 +04:00
private Button buttonLeft;
private Button buttonUp;
private Button buttonRight;
private Button buttonDown;
2023-11-30 14:13:38 +04:00
private Button buttonStep;
private ComboBox comboBoxStrategy;
2023-11-27 13:18:25 +04:00
}
}