namespace AirFighter
{
partial class FormMapWithSetAircrafts
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.PanelGroupBox = new System.Windows.Forms.GroupBox();
this.MapsGroupBox = new System.Windows.Forms.GroupBox();
this.DeleteMapButton = new System.Windows.Forms.Button();
this.listBoxMaps = new System.Windows.Forms.ListBox();
this.AddMapButton = new System.Windows.Forms.Button();
this.newMapTextBox = new System.Windows.Forms.TextBox();
this.comboBoxMapSelection = new System.Windows.Forms.ComboBox();
this.buttonDown = new System.Windows.Forms.Button();
this.buttonRight = new System.Windows.Forms.Button();
this.ShowMapButton = new System.Windows.Forms.Button();
this.buttonLeft = new System.Windows.Forms.Button();
this.ShowHangarButton = new System.Windows.Forms.Button();
this.buttonUp = new System.Windows.Forms.Button();
this.DeleteAircraftButton = new System.Windows.Forms.Button();
this.maskedTextBoxPostion = new System.Windows.Forms.MaskedTextBox();
this.AddAircraftButton = new System.Windows.Forms.Button();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.PanelGroupBox.SuspendLayout();
this.MapsGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// PanelGroupBox
//
this.PanelGroupBox.Controls.Add(this.MapsGroupBox);
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.Dock = System.Windows.Forms.DockStyle.Right;
this.PanelGroupBox.Location = new System.Drawing.Point(672, 0);
this.PanelGroupBox.Name = "PanelGroupBox";
this.PanelGroupBox.Size = new System.Drawing.Size(218, 623);
this.PanelGroupBox.TabIndex = 0;
this.PanelGroupBox.TabStop = false;
this.PanelGroupBox.Text = "Function panel";
//
// MapsGroupBox
//
this.MapsGroupBox.Controls.Add(this.DeleteMapButton);
this.MapsGroupBox.Controls.Add(this.listBoxMaps);
this.MapsGroupBox.Controls.Add(this.AddMapButton);
this.MapsGroupBox.Controls.Add(this.newMapTextBox);
this.MapsGroupBox.Controls.Add(this.comboBoxMapSelection);
this.MapsGroupBox.Location = new System.Drawing.Point(6, 22);
this.MapsGroupBox.Name = "MapsGroupBox";
this.MapsGroupBox.Size = new System.Drawing.Size(188, 260);
this.MapsGroupBox.TabIndex = 15;
this.MapsGroupBox.TabStop = false;
this.MapsGroupBox.Text = "Maps";
//
// DeleteMapButton
//
this.DeleteMapButton.Location = new System.Drawing.Point(6, 222);
this.DeleteMapButton.Name = "DeleteMapButton";
this.DeleteMapButton.Size = new System.Drawing.Size(176, 32);
this.DeleteMapButton.TabIndex = 13;
this.DeleteMapButton.Text = "Delete map";
this.DeleteMapButton.UseVisualStyleBackColor = true;
this.DeleteMapButton.Click += new System.EventHandler(this.DeleteMapButton_Click);
//
// listBoxMaps
//
this.listBoxMaps.FormattingEnabled = true;
this.listBoxMaps.ItemHeight = 15;
this.listBoxMaps.Location = new System.Drawing.Point(8, 122);
this.listBoxMaps.Name = "listBoxMaps";
this.listBoxMaps.Size = new System.Drawing.Size(174, 94);
this.listBoxMaps.TabIndex = 12;
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
//
// AddMapButton
//
this.AddMapButton.Location = new System.Drawing.Point(6, 81);
this.AddMapButton.Name = "AddMapButton";
this.AddMapButton.Size = new System.Drawing.Size(176, 35);
this.AddMapButton.TabIndex = 11;
this.AddMapButton.Text = "Add map";
this.AddMapButton.UseVisualStyleBackColor = true;
this.AddMapButton.Click += new System.EventHandler(this.AddMapButton_Click);
//
// newMapTextBox
//
this.newMapTextBox.Location = new System.Drawing.Point(6, 22);
this.newMapTextBox.Name = "newMapTextBox";
this.newMapTextBox.Size = new System.Drawing.Size(176, 23);
this.newMapTextBox.TabIndex = 10;
//
// 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, 51);
this.comboBoxMapSelection.Name = "comboBoxMapSelection";
this.comboBoxMapSelection.Size = new System.Drawing.Size(176, 23);
this.comboBoxMapSelection.TabIndex = 9;
//
// 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(99, 581);
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(135, 581);
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);
//
// ShowMapButton
//
this.ShowMapButton.Location = new System.Drawing.Point(6, 483);
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);
//
// 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(63, 581);
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);
//
// ShowHangarButton
//
this.ShowHangarButton.Location = new System.Drawing.Point(6, 447);
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);
//
// 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(99, 545);
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);
//
// DeleteAircraftButton
//
this.DeleteAircraftButton.Location = new System.Drawing.Point(6, 405);
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);
//
// maskedTextBoxPostion
//
this.maskedTextBoxPostion.Location = new System.Drawing.Point(6, 358);
this.maskedTextBoxPostion.Mask = "00";
this.maskedTextBoxPostion.Name = "maskedTextBoxPostion";
this.maskedTextBoxPostion.Size = new System.Drawing.Size(182, 23);
this.maskedTextBoxPostion.TabIndex = 11;
//
// AddAircraftButton
//
this.AddAircraftButton.Location = new System.Drawing.Point(6, 317);
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);
//
// 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(672, 623);
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
//
// FormMapWithSetAircrafts
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(890, 623);
this.Controls.Add(this.pictureBox);
this.Controls.Add(this.PanelGroupBox);
this.Name = "FormMapWithSetAircrafts";
this.Text = "MapWithSelectedAircrafts";
this.PanelGroupBox.ResumeLayout(false);
this.PanelGroupBox.PerformLayout();
this.MapsGroupBox.ResumeLayout(false);
this.MapsGroupBox.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;
private GroupBox MapsGroupBox;
private Button DeleteMapButton;
private ListBox listBoxMaps;
private Button AddMapButton;
private TextBox newMapTextBox;
}
}