правки

This commit is contained in:
Игорь Гордеев 2023-11-19 15:41:37 +04:00
parent bf4f0f9881
commit 2eeb6c4c35

View File

@ -48,7 +48,7 @@
//
CollectionPictureBox.Location = new Point(3, 0);
CollectionPictureBox.Name = "CollectionPictureBox";
CollectionPictureBox.Size = new Size(696, 554);
CollectionPictureBox.Size = new Size(696, 473);
CollectionPictureBox.TabIndex = 0;
CollectionPictureBox.TabStop = false;
//
@ -61,7 +61,7 @@
ToolsBox.Controls.Add(AddLocomotive);
ToolsBox.Location = new Point(705, 12);
ToolsBox.Name = "ToolsBox";
ToolsBox.Size = new Size(200, 542);
ToolsBox.Size = new Size(200, 461);
ToolsBox.TabIndex = 1;
ToolsBox.TabStop = false;
ToolsBox.Text = "Инструменты";
@ -74,16 +74,16 @@
NaborGroupBox.Controls.Add(textBoxStorageName);
NaborGroupBox.Location = new Point(7, 22);
NaborGroupBox.Name = "NaborGroupBox";
NaborGroupBox.Size = new Size(185, 329);
NaborGroupBox.Size = new Size(185, 245);
NaborGroupBox.TabIndex = 4;
NaborGroupBox.TabStop = false;
NaborGroupBox.Text = "Наборы";
//
// ButtomRemoveNabor
//
ButtomRemoveNabor.Location = new Point(6, 275);
ButtomRemoveNabor.Location = new Point(6, 203);
ButtomRemoveNabor.Name = "ButtomRemoveNabor";
ButtomRemoveNabor.Size = new Size(173, 48);
ButtomRemoveNabor.Size = new Size(173, 30);
ButtomRemoveNabor.TabIndex = 3;
ButtomRemoveNabor.Text = "Удалить набор";
ButtomRemoveNabor.UseVisualStyleBackColor = true;
@ -93,17 +93,17 @@
//
listBoxStorage.FormattingEnabled = true;
listBoxStorage.ItemHeight = 15;
listBoxStorage.Location = new Point(6, 112);
listBoxStorage.Location = new Point(6, 88);
listBoxStorage.Name = "listBoxStorage";
listBoxStorage.Size = new Size(173, 139);
listBoxStorage.Size = new Size(173, 109);
listBoxStorage.TabIndex = 2;
listBoxStorage.SelectedIndexChanged += listBoxStorage_SelectedIndexChanged;
//
// AddNabor
//
AddNabor.Location = new Point(6, 63);
AddNabor.Location = new Point(6, 51);
AddNabor.Name = "AddNabor";
AddNabor.Size = new Size(173, 43);
AddNabor.Size = new Size(173, 31);
AddNabor.TabIndex = 1;
AddNabor.Text = "Добавить набор";
AddNabor.UseVisualStyleBackColor = true;
@ -111,21 +111,21 @@
//
// textBoxStorageName
//
textBoxStorageName.Location = new Point(6, 34);
textBoxStorageName.Location = new Point(6, 22);
textBoxStorageName.Name = "textBoxStorageName";
textBoxStorageName.Size = new Size(173, 23);
textBoxStorageName.TabIndex = 0;
//
// Input
//
Input.Location = new Point(6, 409);
Input.Location = new Point(6, 325);
Input.Name = "Input";
Input.Size = new Size(186, 23);
Input.TabIndex = 3;
//
// RefreshCollection
//
RefreshCollection.Location = new Point(7, 490);
RefreshCollection.Location = new Point(5, 406);
RefreshCollection.Name = "RefreshCollection";
RefreshCollection.Size = new Size(187, 46);
RefreshCollection.TabIndex = 2;
@ -135,7 +135,7 @@
//
// DelLocomotive
//
DelLocomotive.Location = new Point(6, 438);
DelLocomotive.Location = new Point(6, 354);
DelLocomotive.Name = "DelLocomotive";
DelLocomotive.Size = new Size(187, 46);
DelLocomotive.TabIndex = 1;
@ -145,7 +145,7 @@
//
// AddLocomotive
//
AddLocomotive.Location = new Point(5, 357);
AddLocomotive.Location = new Point(7, 273);
AddLocomotive.Name = "AddLocomotive";
AddLocomotive.Size = new Size(187, 46);
AddLocomotive.TabIndex = 0;
@ -157,7 +157,7 @@
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(917, 566);
ClientSize = new Size(912, 480);
Controls.Add(ToolsBox);
Controls.Add(CollectionPictureBox);
Name = "FormLocomotiveCollection";