283 lines
14 KiB
C#
283 lines
14 KiB
C#
namespace DoubleDeckerBus
|
||
{
|
||
partial class FormMapWithSetBuses
|
||
{
|
||
/// <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.groupBoxSettings = new System.Windows.Forms.GroupBox();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
||
this.ButtonDeleteMap = new System.Windows.Forms.Button();
|
||
this.ButtonAddMap = new System.Windows.Forms.Button();
|
||
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
||
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
||
this.buttonRight = new System.Windows.Forms.Button();
|
||
this.buttonDown = new System.Windows.Forms.Button();
|
||
this.buttonLeft = new System.Windows.Forms.Button();
|
||
this.buttonUp = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.buttonShowStorage = new System.Windows.Forms.Button();
|
||
this.buttonDeleteBus = new System.Windows.Forms.Button();
|
||
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
||
this.buttonAddBus = new System.Windows.Forms.Button();
|
||
this.pictureBox = new System.Windows.Forms.PictureBox();
|
||
this.groupBoxSettings.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBoxSettings
|
||
//
|
||
this.groupBoxSettings.Controls.Add(this.groupBox1);
|
||
this.groupBoxSettings.Controls.Add(this.buttonRight);
|
||
this.groupBoxSettings.Controls.Add(this.buttonDown);
|
||
this.groupBoxSettings.Controls.Add(this.buttonLeft);
|
||
this.groupBoxSettings.Controls.Add(this.buttonUp);
|
||
this.groupBoxSettings.Controls.Add(this.button1);
|
||
this.groupBoxSettings.Controls.Add(this.buttonShowStorage);
|
||
this.groupBoxSettings.Controls.Add(this.buttonDeleteBus);
|
||
this.groupBoxSettings.Controls.Add(this.maskedTextBoxPosition);
|
||
this.groupBoxSettings.Controls.Add(this.buttonAddBus);
|
||
this.groupBoxSettings.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.groupBoxSettings.Location = new System.Drawing.Point(645, 0);
|
||
this.groupBoxSettings.Name = "groupBoxSettings";
|
||
this.groupBoxSettings.Size = new System.Drawing.Size(200, 643);
|
||
this.groupBoxSettings.TabIndex = 0;
|
||
this.groupBoxSettings.TabStop = false;
|
||
this.groupBoxSettings.Text = "Инструменты";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.listBoxMaps);
|
||
this.groupBox1.Controls.Add(this.ButtonDeleteMap);
|
||
this.groupBox1.Controls.Add(this.ButtonAddMap);
|
||
this.groupBox1.Controls.Add(this.textBoxNewMapName);
|
||
this.groupBox1.Controls.Add(this.comboBoxSelectorMap);
|
||
this.groupBox1.Location = new System.Drawing.Point(0, 22);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(200, 339);
|
||
this.groupBox1.TabIndex = 11;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Карты";
|
||
//
|
||
// listBoxMaps
|
||
//
|
||
this.listBoxMaps.FormattingEnabled = true;
|
||
this.listBoxMaps.ItemHeight = 15;
|
||
this.listBoxMaps.Location = new System.Drawing.Point(6, 150);
|
||
this.listBoxMaps.Name = "listBoxMaps";
|
||
this.listBoxMaps.Size = new System.Drawing.Size(188, 124);
|
||
this.listBoxMaps.TabIndex = 4;
|
||
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
|
||
//
|
||
// ButtonDeleteMap
|
||
//
|
||
this.ButtonDeleteMap.Location = new System.Drawing.Point(6, 280);
|
||
this.ButtonDeleteMap.Name = "ButtonDeleteMap";
|
||
this.ButtonDeleteMap.Size = new System.Drawing.Size(194, 53);
|
||
this.ButtonDeleteMap.TabIndex = 3;
|
||
this.ButtonDeleteMap.Text = "Удалить карту";
|
||
this.ButtonDeleteMap.UseVisualStyleBackColor = true;
|
||
this.ButtonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click);
|
||
//
|
||
// ButtonAddMap
|
||
//
|
||
this.ButtonAddMap.Location = new System.Drawing.Point(6, 84);
|
||
this.ButtonAddMap.Name = "ButtonAddMap";
|
||
this.ButtonAddMap.Size = new System.Drawing.Size(194, 53);
|
||
this.ButtonAddMap.TabIndex = 2;
|
||
this.ButtonAddMap.Text = "Добавить карту";
|
||
this.ButtonAddMap.UseVisualStyleBackColor = true;
|
||
this.ButtonAddMap.Click += new System.EventHandler(this.ButtonAddMap_Click);
|
||
//
|
||
// textBoxNewMapName
|
||
//
|
||
this.textBoxNewMapName.Location = new System.Drawing.Point(6, 22);
|
||
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
||
this.textBoxNewMapName.Size = new System.Drawing.Size(188, 23);
|
||
this.textBoxNewMapName.TabIndex = 1;
|
||
//
|
||
// comboBoxSelectorMap
|
||
//
|
||
this.comboBoxSelectorMap.FormattingEnabled = true;
|
||
this.comboBoxSelectorMap.Location = new System.Drawing.Point(6, 55);
|
||
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
||
this.comboBoxSelectorMap.Size = new System.Drawing.Size(188, 23);
|
||
this.comboBoxSelectorMap.TabIndex = 0;
|
||
//
|
||
// buttonRight
|
||
//
|
||
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonRight.BackgroundImage = global::DoubleDeckerBus.Properties.Resources.RightArrow;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonRight.Location = new System.Drawing.Point(109, 591);
|
||
this.buttonRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonRight.TabIndex = 10;
|
||
this.buttonRight.Text = " ";
|
||
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::DoubleDeckerBus.Properties.Resources.DownArrow;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonDown.Location = new System.Drawing.Point(86, 610);
|
||
this.buttonDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonDown.TabIndex = 9;
|
||
this.buttonDown.Text = " ";
|
||
this.buttonDown.UseVisualStyleBackColor = true;
|
||
this.buttonDown.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::DoubleDeckerBus.Properties.Resources.LeftArrow;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonLeft.Location = new System.Drawing.Point(63, 591);
|
||
this.buttonLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonLeft.TabIndex = 8;
|
||
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::DoubleDeckerBus.Properties.Resources.UpArrow;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonUp.Location = new System.Drawing.Point(85, 572);
|
||
this.buttonUp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonUp.TabIndex = 7;
|
||
this.buttonUp.Text = " ";
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(6, 521);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(182, 35);
|
||
this.button1.TabIndex = 5;
|
||
this.button1.Text = "Посмотреть карту";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.ButtonShowOnMap_Click);
|
||
//
|
||
// buttonShowStorage
|
||
//
|
||
this.buttonShowStorage.Location = new System.Drawing.Point(6, 480);
|
||
this.buttonShowStorage.Name = "buttonShowStorage";
|
||
this.buttonShowStorage.Size = new System.Drawing.Size(182, 35);
|
||
this.buttonShowStorage.TabIndex = 4;
|
||
this.buttonShowStorage.Text = "Посмотреть хранилище";
|
||
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
||
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
||
//
|
||
// buttonDeleteBus
|
||
//
|
||
this.buttonDeleteBus.Location = new System.Drawing.Point(6, 438);
|
||
this.buttonDeleteBus.Name = "buttonDeleteBus";
|
||
this.buttonDeleteBus.Size = new System.Drawing.Size(188, 36);
|
||
this.buttonDeleteBus.TabIndex = 3;
|
||
this.buttonDeleteBus.Text = "Удалить автобус";
|
||
this.buttonDeleteBus.UseVisualStyleBackColor = true;
|
||
this.buttonDeleteBus.Click += new System.EventHandler(this.ButtonRemoveBus_Click);
|
||
//
|
||
// maskedTextBoxPosition
|
||
//
|
||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(6, 409);
|
||
this.maskedTextBoxPosition.Mask = "00";
|
||
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(188, 23);
|
||
this.maskedTextBoxPosition.TabIndex = 2;
|
||
//
|
||
// buttonAddBus
|
||
//
|
||
this.buttonAddBus.Location = new System.Drawing.Point(6, 367);
|
||
this.buttonAddBus.Name = "buttonAddBus";
|
||
this.buttonAddBus.Size = new System.Drawing.Size(188, 36);
|
||
this.buttonAddBus.TabIndex = 1;
|
||
this.buttonAddBus.Text = "Добавить автобус";
|
||
this.buttonAddBus.UseVisualStyleBackColor = true;
|
||
this.buttonAddBus.Click += new System.EventHandler(this.ButtonAddBus_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(645, 643);
|
||
this.pictureBox.TabIndex = 1;
|
||
this.pictureBox.TabStop = false;
|
||
//
|
||
// FormMapWithSetBuses
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(845, 643);
|
||
this.Controls.Add(this.pictureBox);
|
||
this.Controls.Add(this.groupBoxSettings);
|
||
this.Name = "FormMapWithSetBuses";
|
||
this.Text = "Карты с набором объектов";
|
||
this.groupBoxSettings.ResumeLayout(false);
|
||
this.groupBoxSettings.PerformLayout();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxSettings;
|
||
private PictureBox pictureBox;
|
||
private Button buttonAddBus;
|
||
private Button buttonDeleteBus;
|
||
private MaskedTextBox maskedTextBoxPosition;
|
||
private Button buttonShowStorage;
|
||
private Button button1;
|
||
private Button buttonRight;
|
||
private Button buttonDown;
|
||
private Button buttonLeft;
|
||
private Button buttonUp;
|
||
private GroupBox groupBox1;
|
||
private TextBox textBoxNewMapName;
|
||
private ComboBox comboBoxSelectorMap;
|
||
private Button ButtonDeleteMap;
|
||
private Button ButtonAddMap;
|
||
private ListBox listBoxMaps;
|
||
}
|
||
} |