300 lines
16 KiB
C#
300 lines
16 KiB
C#
namespace GasolineTanker
|
|
{
|
|
partial class FormMapWithSetGasolineTanker
|
|
{
|
|
/// <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.groupBoxTools = new System.Windows.Forms.GroupBox();
|
|
this.groupBoxMaps = new System.Windows.Forms.GroupBox();
|
|
this.buttonDeleteMap = new System.Windows.Forms.Button();
|
|
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
|
this.buttonAddMap = new System.Windows.Forms.Button();
|
|
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
|
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
|
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
|
this.keyRight = new System.Windows.Forms.Button();
|
|
this.keyLeft = new System.Windows.Forms.Button();
|
|
this.keyUp = new System.Windows.Forms.Button();
|
|
this.keyDown = new System.Windows.Forms.Button();
|
|
this.buttonShowOnMap = new System.Windows.Forms.Button();
|
|
this.buttonShowStorage = new System.Windows.Forms.Button();
|
|
this.buttonRemoveGasolineTanker = new System.Windows.Forms.Button();
|
|
this.buttonAddGasolineTanker = new System.Windows.Forms.Button();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBoxTools.SuspendLayout();
|
|
this.groupBoxMaps.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxTools
|
|
//
|
|
this.groupBoxTools.Controls.Add(this.groupBoxMaps);
|
|
this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition);
|
|
this.groupBoxTools.Controls.Add(this.keyRight);
|
|
this.groupBoxTools.Controls.Add(this.keyLeft);
|
|
this.groupBoxTools.Controls.Add(this.keyUp);
|
|
this.groupBoxTools.Controls.Add(this.keyDown);
|
|
this.groupBoxTools.Controls.Add(this.buttonShowOnMap);
|
|
this.groupBoxTools.Controls.Add(this.buttonShowStorage);
|
|
this.groupBoxTools.Controls.Add(this.buttonRemoveGasolineTanker);
|
|
this.groupBoxTools.Controls.Add(this.buttonAddGasolineTanker);
|
|
this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.groupBoxTools.Location = new System.Drawing.Point(793, 0);
|
|
this.groupBoxTools.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBoxTools.Name = "groupBoxTools";
|
|
this.groupBoxTools.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBoxTools.Size = new System.Drawing.Size(229, 839);
|
|
this.groupBoxTools.TabIndex = 0;
|
|
this.groupBoxTools.TabStop = false;
|
|
this.groupBoxTools.Text = "Tools";
|
|
//
|
|
// groupBoxMaps
|
|
//
|
|
this.groupBoxMaps.Controls.Add(this.buttonDeleteMap);
|
|
this.groupBoxMaps.Controls.Add(this.listBoxMaps);
|
|
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(7, 29);
|
|
this.groupBoxMaps.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBoxMaps.Name = "groupBoxMaps";
|
|
this.groupBoxMaps.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBoxMaps.Size = new System.Drawing.Size(217, 407);
|
|
this.groupBoxMaps.TabIndex = 13;
|
|
this.groupBoxMaps.TabStop = false;
|
|
this.groupBoxMaps.Text = "Maps";
|
|
//
|
|
// buttonDeleteMap
|
|
//
|
|
this.buttonDeleteMap.Location = new System.Drawing.Point(7, 321);
|
|
this.buttonDeleteMap.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonDeleteMap.Name = "buttonDeleteMap";
|
|
this.buttonDeleteMap.Size = new System.Drawing.Size(200, 65);
|
|
this.buttonDeleteMap.TabIndex = 16;
|
|
this.buttonDeleteMap.Text = "Delete Map";
|
|
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(7, 188);
|
|
this.listBoxMaps.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.listBoxMaps.Name = "listBoxMaps";
|
|
this.listBoxMaps.Size = new System.Drawing.Size(201, 124);
|
|
this.listBoxMaps.TabIndex = 15;
|
|
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
|
|
//
|
|
// buttonAddMap
|
|
//
|
|
this.buttonAddMap.Location = new System.Drawing.Point(7, 112);
|
|
this.buttonAddMap.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonAddMap.Name = "buttonAddMap";
|
|
this.buttonAddMap.Size = new System.Drawing.Size(201, 68);
|
|
this.buttonAddMap.TabIndex = 14;
|
|
this.buttonAddMap.Text = "Add Map";
|
|
this.buttonAddMap.UseVisualStyleBackColor = true;
|
|
this.buttonAddMap.Click += new System.EventHandler(this.buttonAddMap_Click);
|
|
//
|
|
// textBoxNewMapName
|
|
//
|
|
this.textBoxNewMapName.Location = new System.Drawing.Point(7, 32);
|
|
this.textBoxNewMapName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
|
this.textBoxNewMapName.Size = new System.Drawing.Size(203, 27);
|
|
this.textBoxNewMapName.TabIndex = 13;
|
|
//
|
|
// comboBoxSelectorMap
|
|
//
|
|
this.comboBoxSelectorMap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxSelectorMap.FormattingEnabled = true;
|
|
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
|
"Simple map",
|
|
"Long map"});
|
|
this.comboBoxSelectorMap.Location = new System.Drawing.Point(7, 71);
|
|
this.comboBoxSelectorMap.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
|
this.comboBoxSelectorMap.Size = new System.Drawing.Size(203, 28);
|
|
this.comboBoxSelectorMap.TabIndex = 12;
|
|
this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged);
|
|
//
|
|
// maskedTextBoxPosition
|
|
//
|
|
this.maskedTextBoxPosition.Location = new System.Drawing.Point(11, 521);
|
|
this.maskedTextBoxPosition.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.maskedTextBoxPosition.Mask = "00";
|
|
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
|
this.maskedTextBoxPosition.Size = new System.Drawing.Size(210, 27);
|
|
this.maskedTextBoxPosition.TabIndex = 11;
|
|
//
|
|
// keyRight
|
|
//
|
|
this.keyRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.keyRight.BackgroundImage = global::GasolineTanker.Properties.Resources.KeyRight;
|
|
this.keyRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.keyRight.Location = new System.Drawing.Point(139, 783);
|
|
this.keyRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.keyRight.Name = "keyRight";
|
|
this.keyRight.Size = new System.Drawing.Size(34, 40);
|
|
this.keyRight.TabIndex = 10;
|
|
this.keyRight.UseVisualStyleBackColor = true;
|
|
this.keyRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// keyLeft
|
|
//
|
|
this.keyLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.keyLeft.BackgroundImage = global::GasolineTanker.Properties.Resources.KeyLeft;
|
|
this.keyLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.keyLeft.Location = new System.Drawing.Point(57, 783);
|
|
this.keyLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.keyLeft.Name = "keyLeft";
|
|
this.keyLeft.Size = new System.Drawing.Size(34, 40);
|
|
this.keyLeft.TabIndex = 9;
|
|
this.keyLeft.UseVisualStyleBackColor = true;
|
|
this.keyLeft.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// keyUp
|
|
//
|
|
this.keyUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.keyUp.BackgroundImage = global::GasolineTanker.Properties.Resources.KeyUp;
|
|
this.keyUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.keyUp.Location = new System.Drawing.Point(98, 735);
|
|
this.keyUp.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.keyUp.Name = "keyUp";
|
|
this.keyUp.Size = new System.Drawing.Size(34, 40);
|
|
this.keyUp.TabIndex = 8;
|
|
this.keyUp.UseVisualStyleBackColor = true;
|
|
this.keyUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// keyDown
|
|
//
|
|
this.keyDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.keyDown.BackgroundImage = global::GasolineTanker.Properties.Resources.KeyDown;
|
|
this.keyDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.keyDown.Location = new System.Drawing.Point(98, 783);
|
|
this.keyDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.keyDown.Name = "keyDown";
|
|
this.keyDown.Size = new System.Drawing.Size(34, 40);
|
|
this.keyDown.TabIndex = 7;
|
|
this.keyDown.UseVisualStyleBackColor = true;
|
|
this.keyDown.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
//
|
|
// buttonShowOnMap
|
|
//
|
|
this.buttonShowOnMap.Location = new System.Drawing.Point(9, 667);
|
|
this.buttonShowOnMap.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
|
this.buttonShowOnMap.Size = new System.Drawing.Size(213, 45);
|
|
this.buttonShowOnMap.TabIndex = 4;
|
|
this.buttonShowOnMap.Text = "Show on map";
|
|
this.buttonShowOnMap.UseVisualStyleBackColor = true;
|
|
this.buttonShowOnMap.Click += new System.EventHandler(this.ButtonShowOnMap_Click);
|
|
//
|
|
// buttonShowStorage
|
|
//
|
|
this.buttonShowStorage.Location = new System.Drawing.Point(9, 613);
|
|
this.buttonShowStorage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonShowStorage.Name = "buttonShowStorage";
|
|
this.buttonShowStorage.Size = new System.Drawing.Size(213, 45);
|
|
this.buttonShowStorage.TabIndex = 3;
|
|
this.buttonShowStorage.Text = "Show storage";
|
|
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
|
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
|
//
|
|
// buttonRemoveGasolineTanker
|
|
//
|
|
this.buttonRemoveGasolineTanker.Location = new System.Drawing.Point(9, 560);
|
|
this.buttonRemoveGasolineTanker.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonRemoveGasolineTanker.Name = "buttonRemoveGasolineTanker";
|
|
this.buttonRemoveGasolineTanker.Size = new System.Drawing.Size(213, 45);
|
|
this.buttonRemoveGasolineTanker.TabIndex = 2;
|
|
this.buttonRemoveGasolineTanker.Text = "Remove gasoline tanker";
|
|
this.buttonRemoveGasolineTanker.UseVisualStyleBackColor = true;
|
|
this.buttonRemoveGasolineTanker.Click += new System.EventHandler(this.buttonRemoveGasolineTanker_Click);
|
|
//
|
|
// buttonAddGasolineTanker
|
|
//
|
|
this.buttonAddGasolineTanker.Location = new System.Drawing.Point(11, 468);
|
|
this.buttonAddGasolineTanker.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.buttonAddGasolineTanker.Name = "buttonAddGasolineTanker";
|
|
this.buttonAddGasolineTanker.Size = new System.Drawing.Size(213, 45);
|
|
this.buttonAddGasolineTanker.TabIndex = 1;
|
|
this.buttonAddGasolineTanker.Text = "Add gasoline tanker";
|
|
this.buttonAddGasolineTanker.UseVisualStyleBackColor = true;
|
|
this.buttonAddGasolineTanker.Click += new System.EventHandler(this.ButtonAddGasolineTanker_Click);
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(793, 839);
|
|
this.pictureBox.TabIndex = 1;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// FormMapWithSetGasolineTanker
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1022, 839);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.groupBoxTools);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "FormMapWithSetGasolineTanker";
|
|
this.Text = "FormMapWithSetGasolineTanker";
|
|
this.groupBoxTools.ResumeLayout(false);
|
|
this.groupBoxTools.PerformLayout();
|
|
this.groupBoxMaps.ResumeLayout(false);
|
|
this.groupBoxMaps.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBoxTools;
|
|
private Button buttonShowOnMap;
|
|
private Button buttonShowStorage;
|
|
private Button buttonRemoveGasolineTanker;
|
|
private Button buttonAddGasolineTanker;
|
|
private ComboBox comboBoxSelectorMap;
|
|
private PictureBox pictureBox;
|
|
private Button keyRight;
|
|
private Button keyLeft;
|
|
private Button keyUp;
|
|
private Button keyDown;
|
|
private MaskedTextBox maskedTextBoxPosition;
|
|
private GroupBox groupBoxMaps;
|
|
private Button buttonAddMap;
|
|
private TextBox textBoxNewMapName;
|
|
private Button buttonDeleteMap;
|
|
private ListBox listBoxMaps;
|
|
}
|
|
} |