365 lines
19 KiB
C#
365 lines
19 KiB
C#
namespace AntiAircraftGun
|
||
{
|
||
partial class FormMapWithSetAntiAircraftGuns
|
||
{
|
||
/// <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.groupBox = new System.Windows.Forms.GroupBox();
|
||
this.buttonShowOnMap = new System.Windows.Forms.Button();
|
||
this.buttonShowStorage = new System.Windows.Forms.Button();
|
||
this.buttonRemoveAntiAircraftGun = new System.Windows.Forms.Button();
|
||
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
||
this.buttonAddAntiAircraftGun = 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.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
||
this.pictureBox = new System.Windows.Forms.PictureBox();
|
||
this.groupBoxMaps = new System.Windows.Forms.GroupBox();
|
||
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
||
this.buttonDeleteMap = new System.Windows.Forms.Button();
|
||
this.buttonAddMap = new System.Windows.Forms.Button();
|
||
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
||
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.ButtonSortByType = new System.Windows.Forms.Button();
|
||
this.ButtonSortByColor = new System.Windows.Forms.Button();
|
||
this.groupBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
||
this.groupBoxMaps.SuspendLayout();
|
||
this.menuStrip.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox
|
||
//
|
||
this.groupBox.Controls.Add(this.ButtonSortByColor);
|
||
this.groupBox.Controls.Add(this.ButtonSortByType);
|
||
this.groupBox.Controls.Add(this.buttonShowOnMap);
|
||
this.groupBox.Controls.Add(this.buttonShowStorage);
|
||
this.groupBox.Controls.Add(this.buttonRemoveAntiAircraftGun);
|
||
this.groupBox.Controls.Add(this.maskedTextBoxPosition);
|
||
this.groupBox.Controls.Add(this.buttonAddAntiAircraftGun);
|
||
this.groupBox.Controls.Add(this.buttonDown);
|
||
this.groupBox.Controls.Add(this.buttonRight);
|
||
this.groupBox.Controls.Add(this.buttonLeft);
|
||
this.groupBox.Controls.Add(this.buttonUp);
|
||
this.groupBox.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.groupBox.Location = new System.Drawing.Point(574, 28);
|
||
this.groupBox.Name = "groupBox";
|
||
this.groupBox.Size = new System.Drawing.Size(238, 658);
|
||
this.groupBox.TabIndex = 0;
|
||
this.groupBox.TabStop = false;
|
||
this.groupBox.Text = "Инструменты";
|
||
//
|
||
// buttonShowOnMap
|
||
//
|
||
this.buttonShowOnMap.Location = new System.Drawing.Point(20, 540);
|
||
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
||
this.buttonShowOnMap.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonShowOnMap.TabIndex = 16;
|
||
this.buttonShowOnMap.Text = "Посмотреть карту";
|
||
this.buttonShowOnMap.UseVisualStyleBackColor = true;
|
||
this.buttonShowOnMap.Click += new System.EventHandler(this.ButtonShowOnMap_Click);
|
||
//
|
||
// buttonShowStorage
|
||
//
|
||
this.buttonShowStorage.Location = new System.Drawing.Point(20, 505);
|
||
this.buttonShowStorage.Name = "buttonShowStorage";
|
||
this.buttonShowStorage.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonShowStorage.TabIndex = 15;
|
||
this.buttonShowStorage.Text = "Посмотреть хранилище";
|
||
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
||
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
||
//
|
||
// buttonRemoveAntiAircraftGun
|
||
//
|
||
this.buttonRemoveAntiAircraftGun.Location = new System.Drawing.Point(20, 470);
|
||
this.buttonRemoveAntiAircraftGun.Name = "buttonRemoveAntiAircraftGun";
|
||
this.buttonRemoveAntiAircraftGun.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonRemoveAntiAircraftGun.TabIndex = 14;
|
||
this.buttonRemoveAntiAircraftGun.Text = "Удалить орудие";
|
||
this.buttonRemoveAntiAircraftGun.UseVisualStyleBackColor = true;
|
||
this.buttonRemoveAntiAircraftGun.Click += new System.EventHandler(this.ButtonRemoveAntiAircraftGun_Click);
|
||
//
|
||
// maskedTextBoxPosition
|
||
//
|
||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(22, 437);
|
||
this.maskedTextBoxPosition.Mask = "00";
|
||
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(194, 27);
|
||
this.maskedTextBoxPosition.TabIndex = 13;
|
||
//
|
||
// buttonAddAntiAircraftGun
|
||
//
|
||
this.buttonAddAntiAircraftGun.Location = new System.Drawing.Point(20, 402);
|
||
this.buttonAddAntiAircraftGun.Name = "buttonAddAntiAircraftGun";
|
||
this.buttonAddAntiAircraftGun.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonAddAntiAircraftGun.TabIndex = 12;
|
||
this.buttonAddAntiAircraftGun.Text = "Добавить орудие";
|
||
this.buttonAddAntiAircraftGun.UseVisualStyleBackColor = true;
|
||
this.buttonAddAntiAircraftGun.Click += new System.EventHandler(this.ButtonAddAntiAircraftGun_Click);
|
||
//
|
||
// buttonDown
|
||
//
|
||
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonDown.BackgroundImage = global::AntiAircraftGun.Properties.Resources.arrowDown;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonDown.Location = new System.Drawing.Point(103, 613);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(30, 29);
|
||
this.buttonDown.TabIndex = 10;
|
||
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::AntiAircraftGun.Properties.Resources.arrowRight;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonRight.Location = new System.Drawing.Point(138, 613);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(30, 29);
|
||
this.buttonRight.TabIndex = 9;
|
||
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::AntiAircraftGun.Properties.Resources.arrowLeft;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonLeft.Location = new System.Drawing.Point(66, 613);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(30, 29);
|
||
this.buttonLeft.TabIndex = 8;
|
||
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::AntiAircraftGun.Properties.Resources.arrowUp;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonUp.Location = new System.Drawing.Point(103, 575);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(30, 29);
|
||
this.buttonUp.TabIndex = 7;
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// comboBoxSelectorMap
|
||
//
|
||
this.comboBoxSelectorMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBoxSelectorMap.FormattingEnabled = true;
|
||
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
||
"Простая карта",
|
||
"Простая карта 2"});
|
||
this.comboBoxSelectorMap.Location = new System.Drawing.Point(14, 59);
|
||
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
||
this.comboBoxSelectorMap.Size = new System.Drawing.Size(194, 28);
|
||
this.comboBoxSelectorMap.TabIndex = 11;
|
||
//
|
||
// pictureBox
|
||
//
|
||
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox.Location = new System.Drawing.Point(0, 28);
|
||
this.pictureBox.Name = "pictureBox";
|
||
this.pictureBox.Size = new System.Drawing.Size(574, 658);
|
||
this.pictureBox.TabIndex = 1;
|
||
this.pictureBox.TabStop = false;
|
||
//
|
||
// groupBoxMaps
|
||
//
|
||
this.groupBoxMaps.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBoxMaps.Controls.Add(this.listBoxMaps);
|
||
this.groupBoxMaps.Controls.Add(this.buttonDeleteMap);
|
||
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(580, 26);
|
||
this.groupBoxMaps.Name = "groupBoxMaps";
|
||
this.groupBoxMaps.Size = new System.Drawing.Size(220, 277);
|
||
this.groupBoxMaps.TabIndex = 17;
|
||
this.groupBoxMaps.TabStop = false;
|
||
this.groupBoxMaps.Text = "Карты";
|
||
//
|
||
// listBoxMaps
|
||
//
|
||
this.listBoxMaps.FormattingEnabled = true;
|
||
this.listBoxMaps.ItemHeight = 20;
|
||
this.listBoxMaps.Location = new System.Drawing.Point(14, 126);
|
||
this.listBoxMaps.Name = "listBoxMaps";
|
||
this.listBoxMaps.Size = new System.Drawing.Size(194, 104);
|
||
this.listBoxMaps.TabIndex = 14;
|
||
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
|
||
//
|
||
// buttonDeleteMap
|
||
//
|
||
this.buttonDeleteMap.Location = new System.Drawing.Point(14, 236);
|
||
this.buttonDeleteMap.Name = "buttonDeleteMap";
|
||
this.buttonDeleteMap.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonDeleteMap.TabIndex = 13;
|
||
this.buttonDeleteMap.Text = "Удалить карту";
|
||
this.buttonDeleteMap.UseVisualStyleBackColor = true;
|
||
this.buttonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click);
|
||
//
|
||
// buttonAddMap
|
||
//
|
||
this.buttonAddMap.Location = new System.Drawing.Point(14, 93);
|
||
this.buttonAddMap.Name = "buttonAddMap";
|
||
this.buttonAddMap.Size = new System.Drawing.Size(194, 29);
|
||
this.buttonAddMap.TabIndex = 12;
|
||
this.buttonAddMap.Text = "Добавить карту";
|
||
this.buttonAddMap.UseVisualStyleBackColor = true;
|
||
this.buttonAddMap.Click += new System.EventHandler(this.ButtonAddMap_Click);
|
||
//
|
||
// textBoxNewMapName
|
||
//
|
||
this.textBoxNewMapName.Location = new System.Drawing.Point(14, 26);
|
||
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
||
this.textBoxNewMapName.Size = new System.Drawing.Size(194, 27);
|
||
this.textBoxNewMapName.TabIndex = 0;
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
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(812, 28);
|
||
this.menuStrip.TabIndex = 18;
|
||
//
|
||
// файл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(59, 24);
|
||
this.файлToolStripMenuItem.Text = "Файл";
|
||
//
|
||
// SaveToolStripMenuItem
|
||
//
|
||
this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
||
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
||
this.SaveToolStripMenuItem.Text = "Сохранение";
|
||
this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
||
//
|
||
// LoadToolStripMenuItem
|
||
//
|
||
this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
||
this.LoadToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
||
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";
|
||
//
|
||
// ButtonSortByType
|
||
//
|
||
this.ButtonSortByType.Location = new System.Drawing.Point(22, 297);
|
||
this.ButtonSortByType.Name = "ButtonSortByType";
|
||
this.ButtonSortByType.Size = new System.Drawing.Size(192, 29);
|
||
this.ButtonSortByType.TabIndex = 17;
|
||
this.ButtonSortByType.Text = "Сортировать по типу";
|
||
this.ButtonSortByType.UseVisualStyleBackColor = true;
|
||
this.ButtonSortByType.Click += new System.EventHandler(this.ButtonSortByType_Click);
|
||
//
|
||
// ButtonSortByColor
|
||
//
|
||
this.ButtonSortByColor.Location = new System.Drawing.Point(22, 346);
|
||
this.ButtonSortByColor.Name = "ButtonSortByColor";
|
||
this.ButtonSortByColor.Size = new System.Drawing.Size(194, 29);
|
||
this.ButtonSortByColor.TabIndex = 18;
|
||
this.ButtonSortByColor.Text = "Сортировать по цвету";
|
||
this.ButtonSortByColor.UseVisualStyleBackColor = true;
|
||
this.ButtonSortByColor.Click += new System.EventHandler(this.ButtonSortByColor_Click);
|
||
//
|
||
// FormMapWithSetAntiAircraftGuns
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(812, 686);
|
||
this.Controls.Add(this.groupBoxMaps);
|
||
this.Controls.Add(this.pictureBox);
|
||
this.Controls.Add(this.groupBox);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.MainMenuStrip = this.menuStrip;
|
||
this.Name = "FormMapWithSetAntiAircraftGuns";
|
||
this.Text = "FormMapWithSetAntiAircraftGuns";
|
||
this.groupBox.ResumeLayout(false);
|
||
this.groupBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
||
this.groupBoxMaps.ResumeLayout(false);
|
||
this.groupBoxMaps.PerformLayout();
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBox;
|
||
private PictureBox pictureBox;
|
||
private Button buttonDown;
|
||
private Button buttonRight;
|
||
private Button buttonLeft;
|
||
private Button buttonUp;
|
||
private Button buttonShowOnMap;
|
||
private Button buttonShowStorage;
|
||
private Button buttonRemoveAntiAircraftGun;
|
||
private MaskedTextBox maskedTextBoxPosition;
|
||
private Button buttonAddAntiAircraftGun;
|
||
private ComboBox comboBoxSelectorMap;
|
||
private GroupBox groupBoxMaps;
|
||
private ListBox listBoxMaps;
|
||
private Button buttonDeleteMap;
|
||
private Button buttonAddMap;
|
||
private TextBox textBoxNewMapName;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem файлToolStripMenuItem;
|
||
private ToolStripMenuItem SaveToolStripMenuItem;
|
||
private ToolStripMenuItem LoadToolStripMenuItem;
|
||
private OpenFileDialog openFileDialog;
|
||
private SaveFileDialog saveFileDialog;
|
||
private Button ButtonSortByColor;
|
||
private Button ButtonSortByType;
|
||
}
|
||
} |