Pibd-22_Presnyakova.V.V_Cat.../Catamaran/FormMapWithSetBoats.Designer.cs

279 lines
14 KiB
C#
Raw Normal View History

2022-09-25 11:25:29 +04:00
namespace Catamaran
{
2022-11-06 23:24:34 +04:00
partial class FormMapWithSetBoats
2022-09-25 11:25:29 +04:00
{
/// <summary>
2022-10-01 20:41:57 +04:00
/// Required designer variable.
2022-09-25 11:25:29 +04:00
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
2022-10-01 20:41:57 +04:00
/// Clean up any resources being used.
2022-09-25 11:25:29 +04:00
/// </summary>
2022-10-01 20:41:57 +04:00
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
2022-09-25 11:25:29 +04:00
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
2022-10-01 20:41:57 +04:00
#region Windows Form Designer generated code
2022-09-25 11:25:29 +04:00
/// <summary>
2022-10-01 20:41:57 +04:00
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
2022-09-25 11:25:29 +04:00
/// </summary>
private void InitializeComponent()
{
2022-11-06 23:24:34 +04:00
this.groupBoxTools = new System.Windows.Forms.GroupBox();
this.buttonShowOnMap = new System.Windows.Forms.Button();
this.buttonShowStorage = new System.Windows.Forms.Button();
this.buttonRemoveBoat = new System.Windows.Forms.Button();
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
this.buttonAddBoat = new System.Windows.Forms.Button();
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
2022-09-25 11:25:29 +04:00
this.buttonLeft = new System.Windows.Forms.Button();
this.buttonRight = new System.Windows.Forms.Button();
2022-11-06 23:24:34 +04:00
this.buttonUp = new System.Windows.Forms.Button();
this.buttonDown = new System.Windows.Forms.Button();
this.pictureBox = new System.Windows.Forms.PictureBox();
2022-11-06 23:39:21 +04:00
this.groupBoxMaps = new System.Windows.Forms.GroupBox();
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
this.buttonAddMap = new System.Windows.Forms.Button();
this.buttonDeleteMap = new System.Windows.Forms.Button();
this.listBoxMaps = new System.Windows.Forms.ListBox();
2022-11-06 23:24:34 +04:00
this.groupBoxTools.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
2022-11-06 23:39:21 +04:00
this.groupBoxMaps.SuspendLayout();
2022-09-25 11:25:29 +04:00
this.SuspendLayout();
//
2022-11-06 23:24:34 +04:00
// groupBoxTools
//
2022-11-06 23:39:21 +04:00
this.groupBoxTools.Controls.Add(this.groupBoxMaps);
2022-11-06 23:24:34 +04:00
this.groupBoxTools.Controls.Add(this.buttonShowOnMap);
this.groupBoxTools.Controls.Add(this.buttonShowStorage);
this.groupBoxTools.Controls.Add(this.buttonRemoveBoat);
this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition);
this.groupBoxTools.Controls.Add(this.buttonAddBoat);
this.groupBoxTools.Controls.Add(this.buttonLeft);
this.groupBoxTools.Controls.Add(this.buttonRight);
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(653, 0);
this.groupBoxTools.Name = "groupBoxTools";
2022-11-06 23:39:21 +04:00
this.groupBoxTools.Size = new System.Drawing.Size(303, 647);
2022-11-06 23:24:34 +04:00
this.groupBoxTools.TabIndex = 0;
this.groupBoxTools.TabStop = false;
this.groupBoxTools.Text = "Tools";
//
// buttonShowOnMap
//
2022-11-06 23:39:21 +04:00
this.buttonShowOnMap.Location = new System.Drawing.Point(24, 490);
2022-11-06 23:24:34 +04:00
this.buttonShowOnMap.Name = "buttonShowOnMap";
this.buttonShowOnMap.Size = new System.Drawing.Size(191, 31);
this.buttonShowOnMap.TabIndex = 5;
this.buttonShowOnMap.Text = "ShowOnMap";
this.buttonShowOnMap.UseVisualStyleBackColor = true;
this.buttonShowOnMap.Click += new System.EventHandler(this.buttonShowOnMap_Click);
//
// buttonShowStorage
//
2022-11-06 23:39:21 +04:00
this.buttonShowStorage.Location = new System.Drawing.Point(24, 451);
2022-11-06 23:24:34 +04:00
this.buttonShowStorage.Name = "buttonShowStorage";
this.buttonShowStorage.Size = new System.Drawing.Size(191, 33);
this.buttonShowStorage.TabIndex = 4;
this.buttonShowStorage.Text = "ShowStorage";
this.buttonShowStorage.UseVisualStyleBackColor = true;
this.buttonShowStorage.Click += new System.EventHandler(this.buttonShowStorage_Click);
//
// buttonRemoveBoat
//
2022-11-06 23:39:21 +04:00
this.buttonRemoveBoat.Location = new System.Drawing.Point(24, 415);
2022-11-06 23:24:34 +04:00
this.buttonRemoveBoat.Name = "buttonRemoveBoat";
this.buttonRemoveBoat.Size = new System.Drawing.Size(191, 30);
this.buttonRemoveBoat.TabIndex = 3;
this.buttonRemoveBoat.Text = "RemoveBoat";
this.buttonRemoveBoat.UseVisualStyleBackColor = true;
this.buttonRemoveBoat.Click += new System.EventHandler(this.buttonRemoveBoat_Click);
//
// maskedTextBoxPosition
//
2022-11-06 23:39:21 +04:00
this.maskedTextBoxPosition.Location = new System.Drawing.Point(24, 383);
2022-11-06 23:24:34 +04:00
this.maskedTextBoxPosition.Mask = "00";
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
this.maskedTextBoxPosition.Size = new System.Drawing.Size(191, 26);
this.maskedTextBoxPosition.TabIndex = 2;
//
// buttonAddBoat
//
2022-11-06 23:39:21 +04:00
this.buttonAddBoat.Location = new System.Drawing.Point(24, 345);
2022-11-06 23:24:34 +04:00
this.buttonAddBoat.Name = "buttonAddBoat";
this.buttonAddBoat.Size = new System.Drawing.Size(191, 32);
this.buttonAddBoat.TabIndex = 1;
this.buttonAddBoat.Text = "AddBoat";
this.buttonAddBoat.UseVisualStyleBackColor = true;
this.buttonAddBoat.Click += new System.EventHandler(this.buttonAddBoat_Click_1);
2022-09-25 11:25:29 +04:00
//
2022-11-06 23:24:34 +04:00
// comboBoxSelectorMap
2022-09-25 11:25:29 +04:00
//
2022-11-06 23:24:34 +04:00
this.comboBoxSelectorMap.FormattingEnabled = true;
this.comboBoxSelectorMap.Items.AddRange(new object[] {
"SimpleMap",
"SecondMap"});
2022-11-06 23:39:21 +04:00
this.comboBoxSelectorMap.Location = new System.Drawing.Point(14, 77);
2022-11-06 23:24:34 +04:00
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
this.comboBoxSelectorMap.Size = new System.Drawing.Size(191, 28);
this.comboBoxSelectorMap.TabIndex = 0;
2022-11-06 23:39:21 +04:00
//this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged);
2022-09-25 11:25:29 +04:00
//
// buttonLeft
//
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonLeft.BackgroundImage = global::Catamaran.Properties.Resources.Left;
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2022-11-06 23:39:21 +04:00
this.buttonLeft.Location = new System.Drawing.Point(10, 562);
2022-09-25 11:25:29 +04:00
this.buttonLeft.Name = "buttonLeft";
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
this.buttonLeft.TabIndex = 4;
this.buttonLeft.UseVisualStyleBackColor = true;
this.buttonLeft.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::Catamaran.Properties.Resources.Right;
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2022-11-06 23:39:21 +04:00
this.buttonRight.Location = new System.Drawing.Point(70, 562);
2022-09-25 11:25:29 +04:00
this.buttonRight.Name = "buttonRight";
this.buttonRight.Size = new System.Drawing.Size(30, 30);
this.buttonRight.TabIndex = 5;
this.buttonRight.UseVisualStyleBackColor = true;
this.buttonRight.Click += new System.EventHandler(this.buttonMove_Click);
//
2022-11-06 23:24:34 +04:00
// buttonUp
2022-09-25 11:25:29 +04:00
//
2022-11-06 23:24:34 +04:00
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::Catamaran.Properties.Resources.Up;
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2022-11-06 23:39:21 +04:00
this.buttonUp.Location = new System.Drawing.Point(40, 540);
2022-11-06 23:24:34 +04:00
this.buttonUp.Name = "buttonUp";
this.buttonUp.Size = new System.Drawing.Size(30, 30);
this.buttonUp.TabIndex = 2;
this.buttonUp.UseVisualStyleBackColor = true;
this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click);
2022-09-25 11:25:29 +04:00
//
2022-11-06 23:24:34 +04:00
// buttonDown
2022-10-01 20:41:57 +04:00
//
2022-11-06 23:24:34 +04:00
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDown.BackgroundImage = global::Catamaran.Properties.Resources.Down;
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2022-11-06 23:39:21 +04:00
this.buttonDown.Location = new System.Drawing.Point(40, 570);
2022-11-06 23:24:34 +04:00
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(30, 30);
this.buttonDown.TabIndex = 3;
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonMove_Click);
2022-10-01 20:41:57 +04:00
//
2022-11-06 23:24:34 +04:00
// pictureBox
2022-10-01 20:41:57 +04:00
//
2022-11-06 23:24:34 +04:00
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
2022-11-06 23:39:21 +04:00
this.pictureBox.Size = new System.Drawing.Size(653, 647);
2022-11-06 23:24:34 +04:00
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
2022-10-01 20:41:57 +04:00
//
2022-11-06 23:39:21 +04:00
// groupBoxMaps
//
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(10, 25);
this.groupBoxMaps.Name = "groupBoxMaps";
this.groupBoxMaps.Size = new System.Drawing.Size(213, 314);
this.groupBoxMaps.TabIndex = 2;
this.groupBoxMaps.TabStop = false;
this.groupBoxMaps.Text = "Maps";
//
// textBoxNewMapName
//
this.textBoxNewMapName.Location = new System.Drawing.Point(14, 45);
this.textBoxNewMapName.Name = "textBoxNewMapName";
this.textBoxNewMapName.Size = new System.Drawing.Size(191, 26);
this.textBoxNewMapName.TabIndex = 0;
//
// buttonAddMap
//
this.buttonAddMap.Location = new System.Drawing.Point(14, 112);
this.buttonAddMap.Name = "buttonAddMap";
this.buttonAddMap.Size = new System.Drawing.Size(191, 27);
this.buttonAddMap.TabIndex = 1;
this.buttonAddMap.Text = "AddMap";
this.buttonAddMap.UseVisualStyleBackColor = true;
this.buttonAddMap.Click += new System.EventHandler(this.ButtonAddMap_Click);
//
// buttonDeleteMap
//
this.buttonDeleteMap.Location = new System.Drawing.Point(14, 233);
this.buttonDeleteMap.Name = "buttonDeleteMap";
this.buttonDeleteMap.Size = new System.Drawing.Size(191, 25);
this.buttonDeleteMap.TabIndex = 2;
this.buttonDeleteMap.Text = "DeleteMap";
this.buttonDeleteMap.UseVisualStyleBackColor = true;
this.buttonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click);
//
// listBoxMaps
//
this.listBoxMaps.FormattingEnabled = true;
this.listBoxMaps.ItemHeight = 20;
this.listBoxMaps.Location = new System.Drawing.Point(14, 146);
this.listBoxMaps.Name = "listBoxMaps";
this.listBoxMaps.Size = new System.Drawing.Size(191, 84);
this.listBoxMaps.TabIndex = 3;
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
//
2022-11-06 23:24:34 +04:00
// FormMapWithSetBoats
2022-09-25 11:25:29 +04:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2022-11-06 23:39:21 +04:00
this.ClientSize = new System.Drawing.Size(956, 647);
2022-11-06 23:24:34 +04:00
this.Controls.Add(this.pictureBox);
this.Controls.Add(this.groupBoxTools);
this.Name = "FormMapWithSetBoats";
this.Text = "FormMapWithSetBoats";
this.groupBoxTools.ResumeLayout(false);
this.groupBoxTools.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
2022-11-06 23:39:21 +04:00
this.groupBoxMaps.ResumeLayout(false);
this.groupBoxMaps.PerformLayout();
2022-09-25 11:25:29 +04:00
this.ResumeLayout(false);
}
#endregion
2022-11-06 23:24:34 +04:00
private System.Windows.Forms.GroupBox groupBoxTools;
private System.Windows.Forms.ComboBox comboBoxSelectorMap;
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.Button buttonShowOnMap;
private System.Windows.Forms.Button buttonShowStorage;
private System.Windows.Forms.Button buttonRemoveBoat;
private System.Windows.Forms.MaskedTextBox maskedTextBoxPosition;
private System.Windows.Forms.Button buttonAddBoat;
2022-09-25 11:25:29 +04:00
private System.Windows.Forms.Button buttonUp;
private System.Windows.Forms.Button buttonDown;
private System.Windows.Forms.Button buttonLeft;
private System.Windows.Forms.Button buttonRight;
2022-11-06 23:39:21 +04:00
private System.Windows.Forms.GroupBox groupBoxMaps;
private System.Windows.Forms.ListBox listBoxMaps;
private System.Windows.Forms.Button buttonDeleteMap;
private System.Windows.Forms.Button buttonAddMap;
private System.Windows.Forms.TextBox textBoxNewMapName;
2022-09-25 11:25:29 +04:00
}
2022-10-01 20:41:57 +04:00
}