339 lines
17 KiB
C#
339 lines
17 KiB
C#
namespace AircraftCarrier
|
||
{
|
||
partial class FormMapWithSetWarship
|
||
{
|
||
/// <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
|
||
|
||
private void InitializeComponent()
|
||
{
|
||
this.groupBoxTools = new System.Windows.Forms.GroupBox();
|
||
this.groupBoxMaps = new System.Windows.Forms.GroupBox();
|
||
this.buttonAddMap = new System.Windows.Forms.Button();
|
||
this.buttonDeleteMap = new System.Windows.Forms.Button();
|
||
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
||
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
||
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
||
this.buttonShowOnMap = new System.Windows.Forms.Button();
|
||
this.buttonShowStorage = new System.Windows.Forms.Button();
|
||
this.buttonRemoveWarship = new System.Windows.Forms.Button();
|
||
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
||
this.buttonAddWarship = 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.buttonDown = new System.Windows.Forms.Button();
|
||
this.pictureBox = new System.Windows.Forms.PictureBox();
|
||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
||
this.FileToolStripMenuItem = 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.buttonShowOnMap);
|
||
this.groupBoxTools.Controls.Add(this.buttonShowStorage);
|
||
this.groupBoxTools.Controls.Add(this.buttonRemoveWarship);
|
||
this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition);
|
||
this.groupBoxTools.Controls.Add(this.buttonAddWarship);
|
||
this.groupBoxTools.Controls.Add(this.buttonRight);
|
||
this.groupBoxTools.Controls.Add(this.buttonLeft);
|
||
this.groupBoxTools.Controls.Add(this.buttonUp);
|
||
this.groupBoxTools.Controls.Add(this.buttonDown);
|
||
this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.groupBoxTools.Location = new System.Drawing.Point(841, 24);
|
||
this.groupBoxTools.Name = "groupBoxTools";
|
||
this.groupBoxTools.Size = new System.Drawing.Size(217, 650);
|
||
this.groupBoxTools.TabIndex = 0;
|
||
this.groupBoxTools.TabStop = false;
|
||
this.groupBoxTools.Text = "Инструменты";
|
||
//
|
||
// groupBoxMaps
|
||
//
|
||
this.groupBoxMaps.Controls.Add(this.buttonAddMap);
|
||
this.groupBoxMaps.Controls.Add(this.buttonDeleteMap);
|
||
this.groupBoxMaps.Controls.Add(this.listBoxMaps);
|
||
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(205, 257);
|
||
this.groupBoxMaps.TabIndex = 19;
|
||
this.groupBoxMaps.TabStop = false;
|
||
this.groupBoxMaps.Text = "Карты";
|
||
//
|
||
// buttonAddMap
|
||
//
|
||
this.buttonAddMap.Location = new System.Drawing.Point(14, 80);
|
||
this.buttonAddMap.Name = "buttonAddMap";
|
||
this.buttonAddMap.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonAddMap.TabIndex = 2;
|
||
this.buttonAddMap.Text = "Добавить карту";
|
||
this.buttonAddMap.UseVisualStyleBackColor = true;
|
||
this.buttonAddMap.Click += new System.EventHandler(this.ButtonAddMap_Click);
|
||
//
|
||
// buttonDeleteMap
|
||
//
|
||
this.buttonDeleteMap.Location = new System.Drawing.Point(14, 206);
|
||
this.buttonDeleteMap.Name = "buttonDeleteMap";
|
||
this.buttonDeleteMap.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonDeleteMap.TabIndex = 4;
|
||
this.buttonDeleteMap.Text = "Удалить карту";
|
||
this.buttonDeleteMap.UseVisualStyleBackColor = true;
|
||
this.buttonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click);
|
||
//
|
||
// listBoxMaps
|
||
//
|
||
this.listBoxMaps.FormattingEnabled = true;
|
||
this.listBoxMaps.ItemHeight = 15;
|
||
this.listBoxMaps.Location = new System.Drawing.Point(14, 121);
|
||
this.listBoxMaps.Name = "listBoxMaps";
|
||
this.listBoxMaps.Size = new System.Drawing.Size(180, 79);
|
||
this.listBoxMaps.TabIndex = 3;
|
||
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
|
||
//
|
||
// textBoxNewMapName
|
||
//
|
||
this.textBoxNewMapName.Location = new System.Drawing.Point(14, 22);
|
||
this.textBoxNewMapName.Multiline = true;
|
||
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
||
this.textBoxNewMapName.Size = new System.Drawing.Size(180, 23);
|
||
this.textBoxNewMapName.TabIndex = 0;
|
||
//
|
||
// comboBoxSelectorMap
|
||
//
|
||
this.comboBoxSelectorMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBoxSelectorMap.FormattingEnabled = true;
|
||
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
||
"Простая карта",
|
||
"Морская карта"});
|
||
this.comboBoxSelectorMap.Location = new System.Drawing.Point(14, 51);
|
||
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
||
this.comboBoxSelectorMap.Size = new System.Drawing.Size(180, 23);
|
||
this.comboBoxSelectorMap.TabIndex = 9;
|
||
//
|
||
// buttonShowOnMap
|
||
//
|
||
this.buttonShowOnMap.Location = new System.Drawing.Point(20, 489);
|
||
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
||
this.buttonShowOnMap.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonShowOnMap.TabIndex = 18;
|
||
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, 448);
|
||
this.buttonShowStorage.Name = "buttonShowStorage";
|
||
this.buttonShowStorage.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonShowStorage.TabIndex = 17;
|
||
this.buttonShowStorage.Text = "Посмотреть хранилище";
|
||
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
||
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
||
//
|
||
// buttonRemoveWarship
|
||
//
|
||
this.buttonRemoveWarship.Location = new System.Drawing.Point(20, 407);
|
||
this.buttonRemoveWarship.Name = "buttonRemoveWarship";
|
||
this.buttonRemoveWarship.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonRemoveWarship.TabIndex = 16;
|
||
this.buttonRemoveWarship.Text = "Удалить военный корабль";
|
||
this.buttonRemoveWarship.UseVisualStyleBackColor = true;
|
||
this.buttonRemoveWarship.Click += new System.EventHandler(this.ButtonRemoveWarship_Click);
|
||
//
|
||
// maskedTextBoxPosition
|
||
//
|
||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(20, 378);
|
||
this.maskedTextBoxPosition.Mask = "00";
|
||
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(180, 23);
|
||
this.maskedTextBoxPosition.TabIndex = 15;
|
||
this.maskedTextBoxPosition.ValidatingType = typeof(int);
|
||
//
|
||
// buttonAddWarship
|
||
//
|
||
this.buttonAddWarship.Location = new System.Drawing.Point(20, 337);
|
||
this.buttonAddWarship.Name = "buttonAddWarship";
|
||
this.buttonAddWarship.Size = new System.Drawing.Size(180, 35);
|
||
this.buttonAddWarship.TabIndex = 14;
|
||
this.buttonAddWarship.Text = "Добавить военный корабль";
|
||
this.buttonAddWarship.UseVisualStyleBackColor = true;
|
||
this.buttonAddWarship.Click += new System.EventHandler(this.ButtonAddWarship_Click);
|
||
//
|
||
// buttonRight
|
||
//
|
||
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonRight.BackgroundImage = global::AircraftCarrier.Properties.Resources.стрелкаright;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonRight.Location = new System.Drawing.Point(126, 610);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonRight.TabIndex = 13;
|
||
this.buttonRight.Text = " ";
|
||
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::AircraftCarrier.Properties.Resources.стрелка;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonLeft.Location = new System.Drawing.Point(54, 610);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonLeft.TabIndex = 12;
|
||
this.buttonLeft.Text = " ";
|
||
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::AircraftCarrier.Properties.Resources.стрелкаtop;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonUp.Location = new System.Drawing.Point(90, 574);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonUp.TabIndex = 11;
|
||
this.buttonUp.Text = " ";
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.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::AircraftCarrier.Properties.Resources.стрелкаbott;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonDown.Location = new System.Drawing.Point(90, 610);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonDown.TabIndex = 10;
|
||
this.buttonDown.Text = " ";
|
||
this.buttonDown.UseVisualStyleBackColor = true;
|
||
this.buttonDown.Click += new System.EventHandler(this.ButtonMove_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(841, 650);
|
||
this.pictureBox.TabIndex = 1;
|
||
this.pictureBox.TabStop = false;
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.FileToolStripMenuItem});
|
||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip.Name = "menuStrip";
|
||
this.menuStrip.Size = new System.Drawing.Size(1058, 24);
|
||
this.menuStrip.TabIndex = 2;
|
||
//
|
||
// FileToolStripMenuItem
|
||
//
|
||
this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.SaveToolStripMenuItem,
|
||
this.LoadToolStripMenuItem});
|
||
this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
|
||
this.FileToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
||
this.FileToolStripMenuItem.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";
|
||
//
|
||
// FormMapWithSetWarship
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1058, 674);
|
||
this.Controls.Add(this.pictureBox);
|
||
this.Controls.Add(this.groupBoxTools);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.MainMenuStrip = this.menuStrip;
|
||
this.Name = "FormMapWithSetWarship";
|
||
this.Text = "Карта с набором объектов";
|
||
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 PictureBox pictureBox;
|
||
private ComboBox comboBoxSelectorMap;
|
||
private Button buttonRight;
|
||
private Button buttonLeft;
|
||
private Button buttonUp;
|
||
private Button buttonDown;
|
||
private Button buttonShowOnMap;
|
||
private Button buttonShowStorage;
|
||
private Button buttonRemoveWarship;
|
||
private MaskedTextBox maskedTextBoxPosition;
|
||
private Button buttonAddWarship;
|
||
private GroupBox groupBoxMaps;
|
||
private Button buttonAddMap;
|
||
private Button buttonDeleteMap;
|
||
private ListBox listBoxMaps;
|
||
private TextBox textBoxNewMapName;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem FileToolStripMenuItem;
|
||
private ToolStripMenuItem SaveToolStripMenuItem;
|
||
private ToolStripMenuItem LoadToolStripMenuItem;
|
||
private OpenFileDialog openFileDialog;
|
||
private SaveFileDialog saveFileDialog;
|
||
}
|
||
} |