215 lines
11 KiB
C#
215 lines
11 KiB
C#
namespace AirFighter
|
|
{
|
|
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.CreateButton = new System.Windows.Forms.Button();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.DownButton = new System.Windows.Forms.Button();
|
|
this.UpButton = new System.Windows.Forms.Button();
|
|
this.LeftButton = new System.Windows.Forms.Button();
|
|
this.RightButton = new System.Windows.Forms.Button();
|
|
this.statusStrip1 = 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.button1 = new System.Windows.Forms.Button();
|
|
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// CreateButton
|
|
//
|
|
this.CreateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CreateButton.Location = new System.Drawing.Point(12, 390);
|
|
this.CreateButton.Name = "CreateButton";
|
|
this.CreateButton.Size = new System.Drawing.Size(94, 29);
|
|
this.CreateButton.TabIndex = 0;
|
|
this.CreateButton.Text = "создание";
|
|
this.CreateButton.UseVisualStyleBackColor = true;
|
|
this.CreateButton.Click += new System.EventHandler(this.CreateButton_Click);
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(800, 450);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox.TabIndex = 1;
|
|
this.pictureBox.TabStop = false;
|
|
this.pictureBox.Resize += new System.EventHandler(this.PictureBox_Resize);
|
|
//
|
|
// DownButton
|
|
//
|
|
this.DownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.DownButton.BackgroundImage = global::AirFighter.Properties.Resources.down;
|
|
this.DownButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.DownButton.Location = new System.Drawing.Point(727, 389);
|
|
this.DownButton.Name = "DownButton";
|
|
this.DownButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.DownButton.Size = new System.Drawing.Size(30, 30);
|
|
this.DownButton.TabIndex = 2;
|
|
this.DownButton.UseVisualStyleBackColor = true;
|
|
this.DownButton.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// UpButton
|
|
//
|
|
this.UpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.UpButton.BackgroundImage = global::AirFighter.Properties.Resources.up;
|
|
this.UpButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.UpButton.Location = new System.Drawing.Point(727, 354);
|
|
this.UpButton.Name = "UpButton";
|
|
this.UpButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.UpButton.Size = new System.Drawing.Size(30, 30);
|
|
this.UpButton.TabIndex = 3;
|
|
this.UpButton.UseVisualStyleBackColor = true;
|
|
this.UpButton.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// LeftButton
|
|
//
|
|
this.LeftButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LeftButton.BackgroundImage = global::AirFighter.Properties.Resources.left;
|
|
this.LeftButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.LeftButton.Location = new System.Drawing.Point(691, 389);
|
|
this.LeftButton.Name = "LeftButton";
|
|
this.LeftButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.LeftButton.Size = new System.Drawing.Size(30, 30);
|
|
this.LeftButton.TabIndex = 4;
|
|
this.LeftButton.UseVisualStyleBackColor = true;
|
|
this.LeftButton.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// RightButton
|
|
//
|
|
this.RightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.RightButton.BackgroundImage = global::AirFighter.Properties.Resources.right;
|
|
this.RightButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.RightButton.Location = new System.Drawing.Point(763, 389);
|
|
this.RightButton.Name = "RightButton";
|
|
this.RightButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.RightButton.Size = new System.Drawing.Size(30, 30);
|
|
this.RightButton.TabIndex = 5;
|
|
this.RightButton.UseVisualStyleBackColor = true;
|
|
this.RightButton.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabelSpeed,
|
|
this.toolStripStatusLabelWeight,
|
|
this.toolStripStatusLabelBodyColor});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 424);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(800, 26);
|
|
this.statusStrip1.TabIndex = 6;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabelSpeed
|
|
//
|
|
this.toolStripStatusLabelSpeed.Name = "toolStripStatusLabelSpeed";
|
|
this.toolStripStatusLabelSpeed.Size = new System.Drawing.Size(74, 20);
|
|
this.toolStripStatusLabelSpeed.Text = "скорость:";
|
|
//
|
|
// toolStripStatusLabelWeight
|
|
//
|
|
this.toolStripStatusLabelWeight.Name = "toolStripStatusLabelWeight";
|
|
this.toolStripStatusLabelWeight.Size = new System.Drawing.Size(35, 20);
|
|
this.toolStripStatusLabelWeight.Text = "вес:";
|
|
//
|
|
// toolStripStatusLabelBodyColor
|
|
//
|
|
this.toolStripStatusLabelBodyColor.Name = "toolStripStatusLabelBodyColor";
|
|
this.toolStripStatusLabelBodyColor.Size = new System.Drawing.Size(43, 20);
|
|
this.toolStripStatusLabelBodyColor.Text = "цвет:";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.button1.Location = new System.Drawing.Point(121, 389);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(148, 29);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "модификация";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.CreateModernButton_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(150, 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.button1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.RightButton);
|
|
this.Controls.Add(this.LeftButton);
|
|
this.Controls.Add(this.UpButton);
|
|
this.Controls.Add(this.DownButton);
|
|
this.Controls.Add(this.CreateButton);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Name = "FormMap";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button CreateButton;
|
|
private PictureBox pictureBox;
|
|
private Button DownButton;
|
|
private Button UpButton;
|
|
private Button LeftButton;
|
|
private Button RightButton;
|
|
private StatusStrip statusStrip1;
|
|
private ToolStripStatusLabel toolStripStatusLabelSpeed;
|
|
private ToolStripStatusLabel toolStripStatusLabelWeight;
|
|
private ToolStripStatusLabel toolStripStatusLabelBodyColor;
|
|
private Button button1;
|
|
private ComboBox comboBoxSelectorMap;
|
|
}
|
|
} |