211 lines
11 KiB
C#
211 lines
11 KiB
C#
namespace Boats
|
||
{
|
||
partial class FormMap
|
||
{
|
||
/// <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.pictureBoxMap = new System.Windows.Forms.PictureBox();
|
||
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
||
this.toolStripStatusLabelSpeed = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.toolStripStatusLabelWeight = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.toolStripStatusLabelBodyColor = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.ButtonCreate = new System.Windows.Forms.Button();
|
||
this.ButtonUp = new System.Windows.Forms.Button();
|
||
this.ButtonLeft = new System.Windows.Forms.Button();
|
||
this.ButtonRight = new System.Windows.Forms.Button();
|
||
this.ButtonDown = new System.Windows.Forms.Button();
|
||
this.ButtonCreateModificate = new System.Windows.Forms.Button();
|
||
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMap)).BeginInit();
|
||
this.statusStrip.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBoxMap
|
||
//
|
||
this.pictureBoxMap.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBoxMap.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBoxMap.Name = "pictureBoxMap";
|
||
this.pictureBoxMap.Size = new System.Drawing.Size(800, 424);
|
||
this.pictureBoxMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.pictureBoxMap.TabIndex = 0;
|
||
this.pictureBoxMap.TabStop = false;
|
||
//
|
||
// statusStrip
|
||
//
|
||
this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripStatusLabelSpeed,
|
||
this.toolStripStatusLabelWeight,
|
||
this.toolStripStatusLabelBodyColor});
|
||
this.statusStrip.Location = new System.Drawing.Point(0, 424);
|
||
this.statusStrip.Name = "statusStrip";
|
||
this.statusStrip.Size = new System.Drawing.Size(800, 26);
|
||
this.statusStrip.TabIndex = 1;
|
||
this.statusStrip.Text = "statusStrip1";
|
||
//
|
||
// toolStripStatusLabelSpeed
|
||
//
|
||
this.toolStripStatusLabelSpeed.Name = "toolStripStatusLabelSpeed";
|
||
this.toolStripStatusLabelSpeed.Size = new System.Drawing.Size(76, 20);
|
||
this.toolStripStatusLabelSpeed.Text = "Скорость:";
|
||
//
|
||
// toolStripStatusLabelWeight
|
||
//
|
||
this.toolStripStatusLabelWeight.Name = "toolStripStatusLabelWeight";
|
||
this.toolStripStatusLabelWeight.Size = new System.Drawing.Size(36, 20);
|
||
this.toolStripStatusLabelWeight.Text = "Вес:";
|
||
//
|
||
// toolStripStatusLabelBodyColor
|
||
//
|
||
this.toolStripStatusLabelBodyColor.Name = "toolStripStatusLabelBodyColor";
|
||
this.toolStripStatusLabelBodyColor.Size = new System.Drawing.Size(45, 20);
|
||
this.toolStripStatusLabelBodyColor.Text = "Цвет:";
|
||
//
|
||
// ButtonCreate
|
||
//
|
||
this.ButtonCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.ButtonCreate.Location = new System.Drawing.Point(12, 381);
|
||
this.ButtonCreate.Name = "ButtonCreate";
|
||
this.ButtonCreate.Size = new System.Drawing.Size(94, 29);
|
||
this.ButtonCreate.TabIndex = 2;
|
||
this.ButtonCreate.Text = "Создать";
|
||
this.ButtonCreate.UseVisualStyleBackColor = true;
|
||
this.ButtonCreate.Click += new System.EventHandler(this.ButtonCreate_Click);
|
||
//
|
||
// ButtonUp
|
||
//
|
||
this.ButtonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonUp.BackgroundImage = global::Boats.Properties.Resources.arrow_up;
|
||
this.ButtonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.ButtonUp.Location = new System.Drawing.Point(710, 344);
|
||
this.ButtonUp.Name = "ButtonUp";
|
||
this.ButtonUp.Size = new System.Drawing.Size(30, 30);
|
||
this.ButtonUp.TabIndex = 3;
|
||
this.ButtonUp.UseVisualStyleBackColor = true;
|
||
this.ButtonUp.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::Boats.Properties.Resources.arrow_left;
|
||
this.ButtonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.ButtonLeft.Location = new System.Drawing.Point(674, 380);
|
||
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::Boats.Properties.Resources.arrow_right;
|
||
this.ButtonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.ButtonRight.Location = new System.Drawing.Point(746, 380);
|
||
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);
|
||
//
|
||
// ButtonDown
|
||
//
|
||
this.ButtonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonDown.BackgroundImage = global::Boats.Properties.Resources.arrow_down;
|
||
this.ButtonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.ButtonDown.Location = new System.Drawing.Point(710, 380);
|
||
this.ButtonDown.Name = "ButtonDown";
|
||
this.ButtonDown.Size = new System.Drawing.Size(30, 30);
|
||
this.ButtonDown.TabIndex = 6;
|
||
this.ButtonDown.UseVisualStyleBackColor = true;
|
||
this.ButtonDown.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// ButtonCreateModificate
|
||
//
|
||
this.ButtonCreateModificate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.ButtonCreateModificate.Location = new System.Drawing.Point(138, 381);
|
||
this.ButtonCreateModificate.Name = "ButtonCreateModificate";
|
||
this.ButtonCreateModificate.Size = new System.Drawing.Size(117, 29);
|
||
this.ButtonCreateModificate.TabIndex = 7;
|
||
this.ButtonCreateModificate.Text = "Модификация";
|
||
this.ButtonCreateModificate.UseVisualStyleBackColor = true;
|
||
this.ButtonCreateModificate.Click += new System.EventHandler(this.ButtonCreateModificate_Click);
|
||
//
|
||
// 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(12, 12);
|
||
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
||
this.comboBoxSelectorMap.Size = new System.Drawing.Size(151, 28);
|
||
this.comboBoxSelectorMap.TabIndex = 8;
|
||
this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged);
|
||
//
|
||
// FormMap
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||
this.Controls.Add(this.comboBoxSelectorMap);
|
||
this.Controls.Add(this.ButtonCreateModificate);
|
||
this.Controls.Add(this.ButtonDown);
|
||
this.Controls.Add(this.ButtonRight);
|
||
this.Controls.Add(this.ButtonLeft);
|
||
this.Controls.Add(this.ButtonUp);
|
||
this.Controls.Add(this.ButtonCreate);
|
||
this.Controls.Add(this.pictureBoxMap);
|
||
this.Controls.Add(this.statusStrip);
|
||
this.Name = "FormMap";
|
||
this.Text = "Лодка";
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMap)).EndInit();
|
||
this.statusStrip.ResumeLayout(false);
|
||
this.statusStrip.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private PictureBox pictureBoxMap;
|
||
private StatusStrip statusStrip;
|
||
private ToolStripStatusLabel toolStripStatusLabelSpeed;
|
||
private ToolStripStatusLabel toolStripStatusLabelWeight;
|
||
private ToolStripStatusLabel toolStripStatusLabelBodyColor;
|
||
private Button ButtonCreate;
|
||
private Button ButtonUp;
|
||
private Button ButtonLeft;
|
||
private Button ButtonRight;
|
||
private Button ButtonDown;
|
||
private Button ButtonCreateModificate;
|
||
private ComboBox comboBoxSelectorMap;
|
||
}
|
||
} |