Перемещение кнопочек более ровно.
This commit is contained in:
parent
401fa5cbd7
commit
e1a39a5ee5
14
Liner/Liner/FormMapWithSetShips.Designer.cs
generated
14
Liner/Liner/FormMapWithSetShips.Designer.cs
generated
@ -191,7 +191,7 @@
|
||||
//
|
||||
// ButtonShowOnMap
|
||||
//
|
||||
this.ButtonShowOnMap.Location = new System.Drawing.Point(16, 558);
|
||||
this.ButtonShowOnMap.Location = new System.Drawing.Point(16, 527);
|
||||
this.ButtonShowOnMap.Name = "ButtonShowOnMap";
|
||||
this.ButtonShowOnMap.Size = new System.Drawing.Size(222, 29);
|
||||
this.ButtonShowOnMap.TabIndex = 13;
|
||||
@ -201,7 +201,7 @@
|
||||
//
|
||||
// ButtonShowStorage
|
||||
//
|
||||
this.ButtonShowStorage.Location = new System.Drawing.Point(16, 505);
|
||||
this.ButtonShowStorage.Location = new System.Drawing.Point(16, 472);
|
||||
this.ButtonShowStorage.Name = "ButtonShowStorage";
|
||||
this.ButtonShowStorage.Size = new System.Drawing.Size(222, 29);
|
||||
this.ButtonShowStorage.TabIndex = 12;
|
||||
@ -211,7 +211,7 @@
|
||||
//
|
||||
// ButtonRemoveShip
|
||||
//
|
||||
this.ButtonRemoveShip.Location = new System.Drawing.Point(16, 452);
|
||||
this.ButtonRemoveShip.Location = new System.Drawing.Point(16, 437);
|
||||
this.ButtonRemoveShip.Name = "ButtonRemoveShip";
|
||||
this.ButtonRemoveShip.Size = new System.Drawing.Size(222, 29);
|
||||
this.ButtonRemoveShip.TabIndex = 11;
|
||||
@ -221,7 +221,7 @@
|
||||
//
|
||||
// maskedTextBoxPosition
|
||||
//
|
||||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(16, 419);
|
||||
this.maskedTextBoxPosition.Location = new System.Drawing.Point(16, 404);
|
||||
this.maskedTextBoxPosition.Mask = "00";
|
||||
this.maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
||||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(222, 27);
|
||||
@ -229,7 +229,7 @@
|
||||
//
|
||||
// ButtonAddShip
|
||||
//
|
||||
this.ButtonAddShip.Location = new System.Drawing.Point(16, 368);
|
||||
this.ButtonAddShip.Location = new System.Drawing.Point(16, 356);
|
||||
this.ButtonAddShip.Name = "ButtonAddShip";
|
||||
this.ButtonAddShip.Size = new System.Drawing.Size(222, 29);
|
||||
this.ButtonAddShip.TabIndex = 2;
|
||||
@ -268,14 +268,14 @@
|
||||
// SaveToolStripMenuItem
|
||||
//
|
||||
this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
||||
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||||
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
||||
this.SaveToolStripMenuItem.Text = "Сохранение";
|
||||
this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
||||
//
|
||||
// LoadToolStripMenuItem
|
||||
//
|
||||
this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
||||
this.LoadToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||||
this.LoadToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
||||
this.LoadToolStripMenuItem.Text = "Загрузка";
|
||||
this.LoadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click);
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user