|
|
|
@ -29,6 +29,12 @@
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox2 = 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.buttonLeft = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonRight = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDown = new System.Windows.Forms.Button();
|
|
|
|
@ -38,16 +44,10 @@
|
|
|
|
|
this.buttonRemoveTrolleybus = new System.Windows.Forms.Button();
|
|
|
|
|
this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.buttonAddTrolleybus = new System.Windows.Forms.Button();
|
|
|
|
|
this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.textBoxNewMapName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.buttonAddMap = new System.Windows.Forms.Button();
|
|
|
|
|
this.listBoxMaps = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.buttonDeleteMap = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
@ -63,125 +63,15 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.maskedTextBoxPosition);
|
|
|
|
|
this.groupBox1.Controls.Add(this.buttonAddTrolleybus);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(600, 0);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(900, 0);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 648);
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(300, 997);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Инструменты";
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
this.buttonLeft.BackgroundImage = global::Trolleybus.Properties.Resources.left30;
|
|
|
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonLeft.Location = new System.Drawing.Point(80, 605);
|
|
|
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
|
|
|
this.buttonLeft.Size = new System.Drawing.Size(32, 31);
|
|
|
|
|
this.buttonLeft.TabIndex = 9;
|
|
|
|
|
this.buttonLeft.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonLeft.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRight
|
|
|
|
|
//
|
|
|
|
|
this.buttonRight.BackgroundImage = global::Trolleybus.Properties.Resources.right30;
|
|
|
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonRight.Location = new System.Drawing.Point(156, 605);
|
|
|
|
|
this.buttonRight.Name = "buttonRight";
|
|
|
|
|
this.buttonRight.Size = new System.Drawing.Size(32, 31);
|
|
|
|
|
this.buttonRight.TabIndex = 8;
|
|
|
|
|
this.buttonRight.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDown
|
|
|
|
|
//
|
|
|
|
|
this.buttonDown.BackgroundImage = global::Trolleybus.Properties.Resources.down30;
|
|
|
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonDown.Location = new System.Drawing.Point(118, 605);
|
|
|
|
|
this.buttonDown.Name = "buttonDown";
|
|
|
|
|
this.buttonDown.Size = new System.Drawing.Size(32, 31);
|
|
|
|
|
this.buttonDown.TabIndex = 7;
|
|
|
|
|
this.buttonDown.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDown.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUp
|
|
|
|
|
//
|
|
|
|
|
this.buttonUp.BackgroundImage = global::Trolleybus.Properties.Resources.up30;
|
|
|
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonUp.Location = new System.Drawing.Point(118, 568);
|
|
|
|
|
this.buttonUp.Name = "buttonUp";
|
|
|
|
|
this.buttonUp.Size = new System.Drawing.Size(32, 31);
|
|
|
|
|
this.buttonUp.TabIndex = 6;
|
|
|
|
|
this.buttonUp.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonShowOnMap
|
|
|
|
|
//
|
|
|
|
|
this.buttonShowOnMap.Location = new System.Drawing.Point(7, 511);
|
|
|
|
|
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
|
|
|
|
this.buttonShowOnMap.Size = new System.Drawing.Size(181, 23);
|
|
|
|
|
this.buttonShowOnMap.TabIndex = 5;
|
|
|
|
|
this.buttonShowOnMap.Text = "Посмотреть карту";
|
|
|
|
|
this.buttonShowOnMap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonShowOnMap.Click += new System.EventHandler(this.ButtonShowOnMap_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonShowStorage
|
|
|
|
|
//
|
|
|
|
|
this.buttonShowStorage.Location = new System.Drawing.Point(7, 471);
|
|
|
|
|
this.buttonShowStorage.Name = "buttonShowStorage";
|
|
|
|
|
this.buttonShowStorage.Size = new System.Drawing.Size(181, 23);
|
|
|
|
|
this.buttonShowStorage.TabIndex = 4;
|
|
|
|
|
this.buttonShowStorage.Text = "Посмотреть хранилище";
|
|
|
|
|
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRemoveTrolleybus
|
|
|
|
|
//
|
|
|
|
|
this.buttonRemoveTrolleybus.Location = new System.Drawing.Point(6, 425);
|
|
|
|
|
this.buttonRemoveTrolleybus.Name = "buttonRemoveTrolleybus";
|
|
|
|
|
this.buttonRemoveTrolleybus.Size = new System.Drawing.Size(182, 23);
|
|
|
|
|
this.buttonRemoveTrolleybus.TabIndex = 3;
|
|
|
|
|
this.buttonRemoveTrolleybus.Text = "Удалить троллейбус";
|
|
|
|
|
this.buttonRemoveTrolleybus.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRemoveTrolleybus.Click += new System.EventHandler(this.ButtonRemoveTrolleybus_Click);
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxPosition
|
|
|
|
|
//
|
|
|
|
|
this.maskedTextBoxPosition.Location = new System.Drawing.Point(7, 383);
|
|
|
|
|
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
|
|
|
|
this.maskedTextBoxPosition.Size = new System.Drawing.Size(181, 20);
|
|
|
|
|
this.maskedTextBoxPosition.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// buttonAddTrolleybus
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddTrolleybus.Location = new System.Drawing.Point(7, 340);
|
|
|
|
|
this.buttonAddTrolleybus.Name = "buttonAddTrolleybus";
|
|
|
|
|
this.buttonAddTrolleybus.Size = new System.Drawing.Size(181, 23);
|
|
|
|
|
this.buttonAddTrolleybus.TabIndex = 1;
|
|
|
|
|
this.buttonAddTrolleybus.Text = "Добавить троллейбус";
|
|
|
|
|
this.buttonAddTrolleybus.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddTrolleybus.Click += new System.EventHandler(this.ButtonAddTrolleybus_Click);
|
|
|
|
|
//
|
|
|
|
|
// comboBoxSelectorMap
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxSelectorMap.FormattingEnabled = true;
|
|
|
|
|
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
|
|
|
|
"Простая карта",
|
|
|
|
|
"Сложная карта"});
|
|
|
|
|
this.comboBoxSelectorMap.Location = new System.Drawing.Point(6, 44);
|
|
|
|
|
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
|
|
|
|
this.comboBoxSelectorMap.Size = new System.Drawing.Size(169, 21);
|
|
|
|
|
this.comboBoxSelectorMap.TabIndex = 0;
|
|
|
|
|
this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// 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(600, 648);
|
|
|
|
|
this.pictureBox.TabIndex = 1;
|
|
|
|
|
this.pictureBox.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonDeleteMap);
|
|
|
|
@ -189,60 +79,194 @@
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonAddMap);
|
|
|
|
|
this.groupBox2.Controls.Add(this.textBoxNewMapName);
|
|
|
|
|
this.groupBox2.Controls.Add(this.comboBoxSelectorMap);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(9, 29);
|
|
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(181, 287);
|
|
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(272, 442);
|
|
|
|
|
this.groupBox2.TabIndex = 2;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "Карты";
|
|
|
|
|
//
|
|
|
|
|
// textBoxNewMapName
|
|
|
|
|
// buttonDeleteMap
|
|
|
|
|
//
|
|
|
|
|
this.textBoxNewMapName.Location = new System.Drawing.Point(7, 18);
|
|
|
|
|
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
|
|
|
|
this.textBoxNewMapName.Size = new System.Drawing.Size(168, 20);
|
|
|
|
|
this.textBoxNewMapName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// buttonAddMap
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddMap.Location = new System.Drawing.Point(7, 72);
|
|
|
|
|
this.buttonAddMap.Name = "buttonAddMap";
|
|
|
|
|
this.buttonAddMap.Size = new System.Drawing.Size(168, 23);
|
|
|
|
|
this.buttonAddMap.TabIndex = 2;
|
|
|
|
|
this.buttonAddMap.Text = "Добавить Карту";
|
|
|
|
|
this.buttonAddMap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDeleteMap.Location = new System.Drawing.Point(10, 314);
|
|
|
|
|
this.buttonDeleteMap.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonDeleteMap.Name = "buttonDeleteMap";
|
|
|
|
|
this.buttonDeleteMap.Size = new System.Drawing.Size(252, 35);
|
|
|
|
|
this.buttonDeleteMap.TabIndex = 4;
|
|
|
|
|
this.buttonDeleteMap.Text = "Удалить Карту";
|
|
|
|
|
this.buttonDeleteMap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click);
|
|
|
|
|
//
|
|
|
|
|
// listBoxMaps
|
|
|
|
|
//
|
|
|
|
|
this.listBoxMaps.FormattingEnabled = true;
|
|
|
|
|
this.listBoxMaps.Location = new System.Drawing.Point(7, 102);
|
|
|
|
|
this.listBoxMaps.ItemHeight = 20;
|
|
|
|
|
this.listBoxMaps.Location = new System.Drawing.Point(10, 157);
|
|
|
|
|
this.listBoxMaps.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.listBoxMaps.Name = "listBoxMaps";
|
|
|
|
|
this.listBoxMaps.Size = new System.Drawing.Size(168, 95);
|
|
|
|
|
this.listBoxMaps.Size = new System.Drawing.Size(250, 144);
|
|
|
|
|
this.listBoxMaps.TabIndex = 3;
|
|
|
|
|
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// buttonDeleteMap
|
|
|
|
|
// buttonAddMap
|
|
|
|
|
//
|
|
|
|
|
this.buttonDeleteMap.Location = new System.Drawing.Point(7, 204);
|
|
|
|
|
this.buttonDeleteMap.Name = "buttonDeleteMap";
|
|
|
|
|
this.buttonDeleteMap.Size = new System.Drawing.Size(168, 23);
|
|
|
|
|
this.buttonDeleteMap.TabIndex = 4;
|
|
|
|
|
this.buttonDeleteMap.Text = "Удалить Карту";
|
|
|
|
|
this.buttonDeleteMap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddMap.Location = new System.Drawing.Point(10, 111);
|
|
|
|
|
this.buttonAddMap.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonAddMap.Name = "buttonAddMap";
|
|
|
|
|
this.buttonAddMap.Size = new System.Drawing.Size(252, 35);
|
|
|
|
|
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(10, 28);
|
|
|
|
|
this.textBoxNewMapName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.textBoxNewMapName.Name = "textBoxNewMapName";
|
|
|
|
|
this.textBoxNewMapName.Size = new System.Drawing.Size(250, 26);
|
|
|
|
|
this.textBoxNewMapName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// comboBoxSelectorMap
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxSelectorMap.FormattingEnabled = true;
|
|
|
|
|
this.comboBoxSelectorMap.Items.AddRange(new object[] {
|
|
|
|
|
"Простая карта",
|
|
|
|
|
"Сложная карта"});
|
|
|
|
|
this.comboBoxSelectorMap.Location = new System.Drawing.Point(9, 68);
|
|
|
|
|
this.comboBoxSelectorMap.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.comboBoxSelectorMap.Name = "comboBoxSelectorMap";
|
|
|
|
|
this.comboBoxSelectorMap.Size = new System.Drawing.Size(252, 28);
|
|
|
|
|
this.comboBoxSelectorMap.TabIndex = 0;
|
|
|
|
|
this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
this.buttonLeft.BackgroundImage = global::Trolleybus.Properties.Resources.left30;
|
|
|
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonLeft.Location = new System.Drawing.Point(120, 931);
|
|
|
|
|
this.buttonLeft.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
|
|
|
this.buttonLeft.Size = new System.Drawing.Size(48, 48);
|
|
|
|
|
this.buttonLeft.TabIndex = 9;
|
|
|
|
|
this.buttonLeft.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonLeft.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRight
|
|
|
|
|
//
|
|
|
|
|
this.buttonRight.BackgroundImage = global::Trolleybus.Properties.Resources.right30;
|
|
|
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonRight.Location = new System.Drawing.Point(234, 931);
|
|
|
|
|
this.buttonRight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonRight.Name = "buttonRight";
|
|
|
|
|
this.buttonRight.Size = new System.Drawing.Size(48, 48);
|
|
|
|
|
this.buttonRight.TabIndex = 8;
|
|
|
|
|
this.buttonRight.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDown
|
|
|
|
|
//
|
|
|
|
|
this.buttonDown.BackgroundImage = global::Trolleybus.Properties.Resources.down30;
|
|
|
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonDown.Location = new System.Drawing.Point(177, 931);
|
|
|
|
|
this.buttonDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonDown.Name = "buttonDown";
|
|
|
|
|
this.buttonDown.Size = new System.Drawing.Size(48, 48);
|
|
|
|
|
this.buttonDown.TabIndex = 7;
|
|
|
|
|
this.buttonDown.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDown.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUp
|
|
|
|
|
//
|
|
|
|
|
this.buttonUp.BackgroundImage = global::Trolleybus.Properties.Resources.up30;
|
|
|
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonUp.Location = new System.Drawing.Point(177, 874);
|
|
|
|
|
this.buttonUp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonUp.Name = "buttonUp";
|
|
|
|
|
this.buttonUp.Size = new System.Drawing.Size(48, 48);
|
|
|
|
|
this.buttonUp.TabIndex = 6;
|
|
|
|
|
this.buttonUp.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonShowOnMap
|
|
|
|
|
//
|
|
|
|
|
this.buttonShowOnMap.Location = new System.Drawing.Point(10, 786);
|
|
|
|
|
this.buttonShowOnMap.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonShowOnMap.Name = "buttonShowOnMap";
|
|
|
|
|
this.buttonShowOnMap.Size = new System.Drawing.Size(272, 35);
|
|
|
|
|
this.buttonShowOnMap.TabIndex = 5;
|
|
|
|
|
this.buttonShowOnMap.Text = "Посмотреть карту";
|
|
|
|
|
this.buttonShowOnMap.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonShowOnMap.Click += new System.EventHandler(this.ButtonShowOnMap_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonShowStorage
|
|
|
|
|
//
|
|
|
|
|
this.buttonShowStorage.Location = new System.Drawing.Point(10, 725);
|
|
|
|
|
this.buttonShowStorage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonShowStorage.Name = "buttonShowStorage";
|
|
|
|
|
this.buttonShowStorage.Size = new System.Drawing.Size(272, 35);
|
|
|
|
|
this.buttonShowStorage.TabIndex = 4;
|
|
|
|
|
this.buttonShowStorage.Text = "Посмотреть хранилище";
|
|
|
|
|
this.buttonShowStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonShowStorage.Click += new System.EventHandler(this.ButtonShowStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRemoveTrolleybus
|
|
|
|
|
//
|
|
|
|
|
this.buttonRemoveTrolleybus.Location = new System.Drawing.Point(9, 654);
|
|
|
|
|
this.buttonRemoveTrolleybus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonRemoveTrolleybus.Name = "buttonRemoveTrolleybus";
|
|
|
|
|
this.buttonRemoveTrolleybus.Size = new System.Drawing.Size(273, 35);
|
|
|
|
|
this.buttonRemoveTrolleybus.TabIndex = 3;
|
|
|
|
|
this.buttonRemoveTrolleybus.Text = "Удалить троллейбус";
|
|
|
|
|
this.buttonRemoveTrolleybus.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRemoveTrolleybus.Click += new System.EventHandler(this.ButtonRemoveTrolleybus_Click);
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxPosition
|
|
|
|
|
//
|
|
|
|
|
this.maskedTextBoxPosition.Location = new System.Drawing.Point(10, 589);
|
|
|
|
|
this.maskedTextBoxPosition.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
|
|
|
|
this.maskedTextBoxPosition.Size = new System.Drawing.Size(270, 26);
|
|
|
|
|
this.maskedTextBoxPosition.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// buttonAddTrolleybus
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddTrolleybus.Location = new System.Drawing.Point(10, 523);
|
|
|
|
|
this.buttonAddTrolleybus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.buttonAddTrolleybus.Name = "buttonAddTrolleybus";
|
|
|
|
|
this.buttonAddTrolleybus.Size = new System.Drawing.Size(272, 35);
|
|
|
|
|
this.buttonAddTrolleybus.TabIndex = 1;
|
|
|
|
|
this.buttonAddTrolleybus.Text = "Добавить троллейбус";
|
|
|
|
|
this.buttonAddTrolleybus.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddTrolleybus.Click += new System.EventHandler(this.ButtonAddTrolleybus_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(4, 5, 4, 5);
|
|
|
|
|
this.pictureBox.Name = "pictureBox";
|
|
|
|
|
this.pictureBox.Size = new System.Drawing.Size(900, 997);
|
|
|
|
|
this.pictureBox.TabIndex = 1;
|
|
|
|
|
this.pictureBox.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// FormMapWithSetTrolleybus
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 648);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1200, 997);
|
|
|
|
|
this.Controls.Add(this.pictureBox);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.Name = "FormMapWithSetTrolleybus";
|
|
|
|
|
this.Text = "FormMapWithSetTrolleybus";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|