338 lines
17 KiB
C#
338 lines
17 KiB
C#
namespace Airbus
|
||
{
|
||
partial class FormMapWithSetAirplane
|
||
{
|
||
/// <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.groupBoxTools = new System.Windows.Forms.GroupBox();
|
||
this.groupBoxMaps = new System.Windows.Forms.GroupBox();
|
||
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
||
this.buttonDelMap = new System.Windows.Forms.Button();
|
||
this.buttonAddMap = new System.Windows.Forms.Button();
|
||
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
||
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
||
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.buttonShowOnMap = new System.Windows.Forms.Button();
|
||
this.buttonStorage = new System.Windows.Forms.Button();
|
||
this.buttonRemoveAirplane = new System.Windows.Forms.Button();
|
||
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
||
this.buttonAddAirplane = new System.Windows.Forms.Button();
|
||
this.pictureBox = new System.Windows.Forms.PictureBox();
|
||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
||
this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.SaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.LoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||
this.groupBoxTools.SuspendLayout();
|
||
this.groupBoxMaps.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
||
this.menuStrip.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBoxTools
|
||
//
|
||
this.groupBoxTools.Controls.Add(this.groupBoxMaps);
|
||
this.groupBoxTools.Controls.Add(this.buttonDown);
|
||
this.groupBoxTools.Controls.Add(this.buttonRight);
|
||
this.groupBoxTools.Controls.Add(this.buttonLeft);
|
||
this.groupBoxTools.Controls.Add(this.buttonUp);
|
||
this.groupBoxTools.Controls.Add(this.buttonShowOnMap);
|
||
this.groupBoxTools.Controls.Add(this.buttonStorage);
|
||
this.groupBoxTools.Controls.Add(this.buttonRemoveAirplane);
|
||
this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition);
|
||
this.groupBoxTools.Controls.Add(this.buttonAddAirplane);
|
||
this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.groupBoxTools.Location = new System.Drawing.Point(631, 24);
|
||
this.groupBoxTools.Name = "groupBoxTools";
|
||
this.groupBoxTools.Size = new System.Drawing.Size(200, 569);
|
||
this.groupBoxTools.TabIndex = 0;
|
||
this.groupBoxTools.TabStop = false;
|
||
this.groupBoxTools.Text = "Инструменты";
|
||
//
|
||
// groupBoxMaps
|
||
//
|
||
this.groupBoxMaps.Controls.Add(this.listBoxMaps);
|
||
this.groupBoxMaps.Controls.Add(this.buttonDelMap);
|
||
this.groupBoxMaps.Controls.Add(this.buttonAddMap);
|
||
this.groupBoxMaps.Controls.Add(this.textBoxNewMapName);
|
||
this.groupBoxMaps.Controls.Add(this.comboBoxSelectorMap);
|
||
this.groupBoxMaps.Location = new System.Drawing.Point(6, 22);
|
||
this.groupBoxMaps.Name = "groupBoxMaps";
|
||
this.groupBoxMaps.Size = new System.Drawing.Size(188, 211);
|
||
this.groupBoxMaps.TabIndex = 10;
|
||
this.groupBoxMaps.TabStop = false;
|
||
this.groupBoxMaps.Text = "Карты";
|
||
//
|
||
// listBoxMaps
|
||
//
|
||
this.listBoxMaps.FormattingEnabled = true;
|
||
this.listBoxMaps.ItemHeight = 15;
|
||
this.listBoxMaps.Location = new System.Drawing.Point(6, 105);
|
||
this.listBoxMaps.Name = "listBoxMaps";
|
||
this.listBoxMaps.Size = new System.Drawing.Size(170, 64);
|
||
this.listBoxMaps.TabIndex = 4;
|
||
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
|
||
//
|
||
// buttonDelMap
|
||
//
|
||
this.buttonDelMap.Location = new System.Drawing.Point(43, 175);
|
||
this.buttonDelMap.Name = "buttonDelMap";
|
||
this.buttonDelMap.Size = new System.Drawing.Size(106, 23);
|
||
this.buttonDelMap.TabIndex = 3;
|
||
this.buttonDelMap.Text = "Удалить карту";
|
||
this.buttonDelMap.UseVisualStyleBackColor = true;
|
||
this.buttonDelMap.Click += new System.EventHandler(this.buttonDelMap_Click);
|
||
//
|
||
// buttonAddMap
|
||
//
|
||
this.buttonAddMap.Location = new System.Drawing.Point(6, 76);
|
||
this.buttonAddMap.Name = "buttonAddMap";
|
||
this.buttonAddMap.Size = new System.Drawing.Size(170, 23);
|
||
this.buttonAddMap.TabIndex = 2;
|
||
this.buttonAddMap.Text = "добавить карту";
|
||
this.buttonAddMap.UseVisualStyleBackColor = true;
|
||
this.buttonAddMap.Click += new System.EventHandler(this.buttonAddMap_Click);
|
||
//
|
||
// textBoxNewMapName
|
||
//
|
||
this.textBoxNewMapName.Location = new System.Drawing.Point(6, 18);
|
||
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
||
this.textBoxNewMapName.Size = new System.Drawing.Size(170, 23);
|
||
this.textBoxNewMapName.TabIndex = 1;
|
||
//
|
||
// comboBoxSelectorMap
|
||
//
|
||
this.comboBoxSelectorMap.FormattingEnabled = true;
|
||
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
||
"Первая карта",
|
||
"Вторая карта",
|
||
"Третья карта"});
|
||
this.comboBoxSelectorMap.Location = new System.Drawing.Point(6, 47);
|
||
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
||
this.comboBoxSelectorMap.Size = new System.Drawing.Size(170, 23);
|
||
this.comboBoxSelectorMap.TabIndex = 0;
|
||
//
|
||
// buttonDown
|
||
//
|
||
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonDown.BackgroundImage = global::Airbus.Properties.Resources.v4;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonDown.Location = new System.Drawing.Point(80, 499);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(35, 35);
|
||
this.buttonDown.TabIndex = 9;
|
||
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::Airbus.Properties.Resources.v3;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonRight.Location = new System.Drawing.Point(112, 467);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(35, 35);
|
||
this.buttonRight.TabIndex = 8;
|
||
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::Airbus.Properties.Resources.v1;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonLeft.Location = new System.Drawing.Point(49, 467);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(35, 35);
|
||
this.buttonLeft.TabIndex = 7;
|
||
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.Properties.Resources.v2;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonUp.Location = new System.Drawing.Point(80, 435);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(35, 35);
|
||
this.buttonUp.TabIndex = 6;
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// buttonShowOnMap
|
||
//
|
||
this.buttonShowOnMap.Location = new System.Drawing.Point(62, 370);
|
||
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
||
this.buttonShowOnMap.Size = new System.Drawing.Size(75, 23);
|
||
this.buttonShowOnMap.TabIndex = 5;
|
||
this.buttonShowOnMap.Text = "карта";
|
||
this.buttonShowOnMap.UseVisualStyleBackColor = true;
|
||
this.buttonShowOnMap.Click += new System.EventHandler(this.buttonShowOnMap_Click);
|
||
//
|
||
// buttonStorage
|
||
//
|
||
this.buttonStorage.Location = new System.Drawing.Point(6, 399);
|
||
this.buttonStorage.Name = "buttonStorage";
|
||
this.buttonStorage.Size = new System.Drawing.Size(188, 23);
|
||
this.buttonStorage.TabIndex = 4;
|
||
this.buttonStorage.Text = "Хранилище";
|
||
this.buttonStorage.UseVisualStyleBackColor = true;
|
||
this.buttonStorage.Click += new System.EventHandler(this.buttonStorage_Click);
|
||
//
|
||
// buttonRemoveAirplane
|
||
//
|
||
this.buttonRemoveAirplane.Location = new System.Drawing.Point(12, 297);
|
||
this.buttonRemoveAirplane.Name = "buttonRemoveAirplane";
|
||
this.buttonRemoveAirplane.Size = new System.Drawing.Size(182, 23);
|
||
this.buttonRemoveAirplane.TabIndex = 3;
|
||
this.buttonRemoveAirplane.Text = "Удалить";
|
||
this.buttonRemoveAirplane.UseVisualStyleBackColor = true;
|
||
this.buttonRemoveAirplane.Click += new System.EventHandler(this.buttonRemoveAirplane_Click);
|
||
//
|
||
// maskedTextBoxPosition
|
||
//
|
||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(12, 268);
|
||
this.maskedTextBoxPosition.Mask = "00";
|
||
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(182, 23);
|
||
this.maskedTextBoxPosition.TabIndex = 2;
|
||
//
|
||
// buttonAddAirplane
|
||
//
|
||
this.buttonAddAirplane.Location = new System.Drawing.Point(12, 239);
|
||
this.buttonAddAirplane.Name = "buttonAddAirplane";
|
||
this.buttonAddAirplane.Size = new System.Drawing.Size(182, 23);
|
||
this.buttonAddAirplane.TabIndex = 1;
|
||
this.buttonAddAirplane.Text = "Добавить Самолёт";
|
||
this.buttonAddAirplane.UseVisualStyleBackColor = true;
|
||
this.buttonAddAirplane.Click += new System.EventHandler(this.buttonAddAirplane_Click);
|
||
//
|
||
// pictureBox
|
||
//
|
||
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox.Location = new System.Drawing.Point(0, 24);
|
||
this.pictureBox.Name = "pictureBox";
|
||
this.pictureBox.Size = new System.Drawing.Size(631, 569);
|
||
this.pictureBox.TabIndex = 1;
|
||
this.pictureBox.TabStop = false;
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.файлToolStripMenuItem});
|
||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip.Name = "menuStrip";
|
||
this.menuStrip.Size = new System.Drawing.Size(831, 24);
|
||
this.menuStrip.TabIndex = 2;
|
||
this.menuStrip.Text = "menuStrip1";
|
||
//
|
||
// файлToolStripMenuItem
|
||
//
|
||
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.SaveToolStripMenuItem,
|
||
this.LoadToolStripMenuItem});
|
||
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
||
this.файлToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
||
this.файлToolStripMenuItem.Text = "Файл";
|
||
//
|
||
// SaveToolStripMenuItem
|
||
//
|
||
this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
||
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.SaveToolStripMenuItem.Text = "Сохранение";
|
||
this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
||
//
|
||
// LoadToolStripMenuItem
|
||
//
|
||
this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
||
this.LoadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.LoadToolStripMenuItem.Text = "Загрузка";
|
||
this.LoadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click);
|
||
//
|
||
// openFileDialog
|
||
//
|
||
this.openFileDialog.Filter = "txt file | *.txt";
|
||
//
|
||
// saveFileDialog
|
||
//
|
||
this.saveFileDialog.Filter = "txt file | *.txt";
|
||
//
|
||
// FormMapWithSetAirplane
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(831, 593);
|
||
this.Controls.Add(this.pictureBox);
|
||
this.Controls.Add(this.groupBoxTools);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.MainMenuStrip = this.menuStrip;
|
||
this.Name = "FormMapWithSetAirplane";
|
||
this.Text = "FormMapWithSetAirplane";
|
||
this.groupBoxTools.ResumeLayout(false);
|
||
this.groupBoxTools.PerformLayout();
|
||
this.groupBoxMaps.ResumeLayout(false);
|
||
this.groupBoxMaps.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxTools;
|
||
private Button buttonShowOnMap;
|
||
private Button buttonStorage;
|
||
private Button buttonRemoveAirplane;
|
||
private MaskedTextBox maskedTextBoxPosition;
|
||
private Button buttonAddAirplane;
|
||
private ComboBox comboBoxSelectorMap;
|
||
private PictureBox pictureBox;
|
||
private Button buttonUp;
|
||
private Button buttonLeft;
|
||
private Button buttonRight;
|
||
private Button buttonDown;
|
||
private GroupBox groupBoxMaps;
|
||
private ListBox listBoxMaps;
|
||
private Button buttonDelMap;
|
||
private Button buttonAddMap;
|
||
private TextBox textBoxNewMapName;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem файлToolStripMenuItem;
|
||
private ToolStripMenuItem SaveToolStripMenuItem;
|
||
private ToolStripMenuItem LoadToolStripMenuItem;
|
||
private OpenFileDialog openFileDialog;
|
||
private SaveFileDialog saveFileDialog;
|
||
}
|
||
} |