216 lines
11 KiB
C#
216 lines
11 KiB
C#
namespace AirFighter
|
|
{
|
|
partial class FormMapWithSetAircrafts
|
|
{
|
|
/// <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.PanelGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.comboBoxMapSelection = new System.Windows.Forms.ComboBox();
|
|
this.AddAircraftButton = new System.Windows.Forms.Button();
|
|
this.maskedTextBoxPostion = new System.Windows.Forms.MaskedTextBox();
|
|
this.DeleteAircraftButton = new System.Windows.Forms.Button();
|
|
this.ShowHangarButton = new System.Windows.Forms.Button();
|
|
this.ShowMapButton = new System.Windows.Forms.Button();
|
|
this.buttonDown = new System.Windows.Forms.Button();
|
|
this.buttonRight = new System.Windows.Forms.Button();
|
|
this.buttonLeft = new System.Windows.Forms.Button();
|
|
this.buttonUp = new System.Windows.Forms.Button();
|
|
this.PanelGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// PanelGroupBox
|
|
//
|
|
this.PanelGroupBox.Controls.Add(this.buttonDown);
|
|
this.PanelGroupBox.Controls.Add(this.buttonRight);
|
|
this.PanelGroupBox.Controls.Add(this.ShowMapButton);
|
|
this.PanelGroupBox.Controls.Add(this.buttonLeft);
|
|
this.PanelGroupBox.Controls.Add(this.ShowHangarButton);
|
|
this.PanelGroupBox.Controls.Add(this.buttonUp);
|
|
this.PanelGroupBox.Controls.Add(this.DeleteAircraftButton);
|
|
this.PanelGroupBox.Controls.Add(this.maskedTextBoxPostion);
|
|
this.PanelGroupBox.Controls.Add(this.AddAircraftButton);
|
|
this.PanelGroupBox.Controls.Add(this.comboBoxMapSelection);
|
|
this.PanelGroupBox.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.PanelGroupBox.Location = new System.Drawing.Point(600, 0);
|
|
this.PanelGroupBox.Name = "PanelGroupBox";
|
|
this.PanelGroupBox.Size = new System.Drawing.Size(200, 450);
|
|
this.PanelGroupBox.TabIndex = 0;
|
|
this.PanelGroupBox.TabStop = false;
|
|
this.PanelGroupBox.Text = "Function panel";
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(600, 450);
|
|
this.pictureBox.TabIndex = 1;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// comboBoxMapSelection
|
|
//
|
|
this.comboBoxMapSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxMapSelection.FormattingEnabled = true;
|
|
this.comboBoxMapSelection.Items.AddRange(new object[] {
|
|
"1. Simple map",
|
|
"2. NightSky map"});
|
|
this.comboBoxMapSelection.Location = new System.Drawing.Point(6, 22);
|
|
this.comboBoxMapSelection.Name = "comboBoxMapSelection";
|
|
this.comboBoxMapSelection.Size = new System.Drawing.Size(182, 23);
|
|
this.comboBoxMapSelection.TabIndex = 9;
|
|
this.comboBoxMapSelection.SelectedIndexChanged += new System.EventHandler(this.comboBoxMapSelection_SelectedIndexChanged);
|
|
//
|
|
// AddAircraftButton
|
|
//
|
|
this.AddAircraftButton.Location = new System.Drawing.Point(6, 80);
|
|
this.AddAircraftButton.Name = "AddAircraftButton";
|
|
this.AddAircraftButton.Size = new System.Drawing.Size(182, 35);
|
|
this.AddAircraftButton.TabIndex = 10;
|
|
this.AddAircraftButton.Text = "Add aircraft";
|
|
this.AddAircraftButton.UseVisualStyleBackColor = true;
|
|
this.AddAircraftButton.Click += new System.EventHandler(this.AddAircraftButton_Click);
|
|
//
|
|
// maskedTextBoxPostion
|
|
//
|
|
this.maskedTextBoxPostion.Location = new System.Drawing.Point(6, 139);
|
|
this.maskedTextBoxPostion.Mask = "00";
|
|
this.maskedTextBoxPostion.Name = "maskedTextBoxPostion";
|
|
this.maskedTextBoxPostion.Size = new System.Drawing.Size(182, 23);
|
|
this.maskedTextBoxPostion.TabIndex = 11;
|
|
//
|
|
// DeleteAircraftButton
|
|
//
|
|
this.DeleteAircraftButton.Location = new System.Drawing.Point(6, 177);
|
|
this.DeleteAircraftButton.Name = "DeleteAircraftButton";
|
|
this.DeleteAircraftButton.Size = new System.Drawing.Size(182, 36);
|
|
this.DeleteAircraftButton.TabIndex = 12;
|
|
this.DeleteAircraftButton.Text = "Delete aircraft";
|
|
this.DeleteAircraftButton.UseVisualStyleBackColor = true;
|
|
this.DeleteAircraftButton.Click += new System.EventHandler(this.DeleteAircraftButton_Click);
|
|
//
|
|
// ShowHangarButton
|
|
//
|
|
this.ShowHangarButton.Location = new System.Drawing.Point(6, 258);
|
|
this.ShowHangarButton.Name = "ShowHangarButton";
|
|
this.ShowHangarButton.Size = new System.Drawing.Size(182, 30);
|
|
this.ShowHangarButton.TabIndex = 13;
|
|
this.ShowHangarButton.Text = "Show hangar";
|
|
this.ShowHangarButton.UseVisualStyleBackColor = true;
|
|
this.ShowHangarButton.Click += new System.EventHandler(this.ShowHangarButton_Click);
|
|
//
|
|
// ShowMapButton
|
|
//
|
|
this.ShowMapButton.Location = new System.Drawing.Point(6, 308);
|
|
this.ShowMapButton.Name = "ShowMapButton";
|
|
this.ShowMapButton.Size = new System.Drawing.Size(182, 36);
|
|
this.ShowMapButton.TabIndex = 14;
|
|
this.ShowMapButton.Text = "Show map";
|
|
this.ShowMapButton.UseVisualStyleBackColor = true;
|
|
this.ShowMapButton.Click += new System.EventHandler(this.ShowMapButton_Click);
|
|
//
|
|
// buttonDown
|
|
//
|
|
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonDown.BackgroundImage = global::AirFighter.Properties.Resources.ArrowDown;
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.buttonDown.Location = new System.Drawing.Point(81, 408);
|
|
this.buttonDown.Name = "buttonDown";
|
|
this.buttonDown.Size = new System.Drawing.Size(30, 30);
|
|
this.buttonDown.TabIndex = 11;
|
|
this.buttonDown.UseVisualStyleBackColor = true;
|
|
this.buttonDown.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::AirFighter.Properties.Resources.ArrowRight;
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.buttonRight.Location = new System.Drawing.Point(117, 408);
|
|
this.buttonRight.Name = "buttonRight";
|
|
this.buttonRight.Size = new System.Drawing.Size(30, 30);
|
|
this.buttonRight.TabIndex = 10;
|
|
this.buttonRight.UseVisualStyleBackColor = true;
|
|
this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// buttonLeft
|
|
//
|
|
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonLeft.BackgroundImage = global::AirFighter.Properties.Resources.ArrowLeft;
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.buttonLeft.Location = new System.Drawing.Point(45, 408);
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
|
|
this.buttonLeft.TabIndex = 9;
|
|
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::AirFighter.Properties.Resources.ArrowUp;
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.buttonUp.Location = new System.Drawing.Point(81, 372);
|
|
this.buttonUp.Name = "buttonUp";
|
|
this.buttonUp.Size = new System.Drawing.Size(30, 30);
|
|
this.buttonUp.TabIndex = 8;
|
|
this.buttonUp.UseVisualStyleBackColor = true;
|
|
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// FormMapWithSetAircrafts
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.PanelGroupBox);
|
|
this.Name = "FormMapWithSetAircrafts";
|
|
this.Text = "MapWithSelectedAircrafts";
|
|
this.PanelGroupBox.ResumeLayout(false);
|
|
this.PanelGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox PanelGroupBox;
|
|
private PictureBox pictureBox;
|
|
private ComboBox comboBoxMapSelection;
|
|
private Button ShowMapButton;
|
|
private Button ShowHangarButton;
|
|
private Button DeleteAircraftButton;
|
|
private MaskedTextBox maskedTextBoxPostion;
|
|
private Button AddAircraftButton;
|
|
private Button buttonDown;
|
|
private Button buttonRight;
|
|
private Button buttonLeft;
|
|
private Button buttonUp;
|
|
}
|
|
} |