/
This commit is contained in:
parent
ea6a49ba00
commit
1cd23e10d7
@ -166,7 +166,7 @@
|
||||
checkBoxPlatform.AutoSize = true;
|
||||
checkBoxPlatform.Location = new Point(6, 135);
|
||||
checkBoxPlatform.Name = "checkBoxPlatform";
|
||||
checkBoxPlatform.Size = new Size(148, 19);
|
||||
checkBoxPlatform.Size = new Size(144, 19);
|
||||
checkBoxPlatform.TabIndex = 7;
|
||||
checkBoxPlatform.Text = "Наличие платформы";
|
||||
checkBoxPlatform.UseVisualStyleBackColor = true;
|
||||
@ -176,7 +176,7 @@
|
||||
checkBoxCounterweight.AutoSize = true;
|
||||
checkBoxCounterweight.Location = new Point(6, 110);
|
||||
checkBoxCounterweight.Name = "checkBoxCounterweight";
|
||||
checkBoxCounterweight.Size = new Size(155, 19);
|
||||
checkBoxCounterweight.Size = new Size(148, 19);
|
||||
checkBoxCounterweight.TabIndex = 6;
|
||||
checkBoxCounterweight.Text = "Наличие противовеса";
|
||||
checkBoxCounterweight.UseVisualStyleBackColor = true;
|
||||
@ -206,7 +206,7 @@
|
||||
labelWeight.AutoSize = true;
|
||||
labelWeight.Location = new Point(6, 68);
|
||||
labelWeight.Name = "labelWeight";
|
||||
labelWeight.Size = new Size(28, 15);
|
||||
labelWeight.Size = new Size(26, 15);
|
||||
labelWeight.TabIndex = 3;
|
||||
labelWeight.Text = "Вес";
|
||||
//
|
||||
@ -215,7 +215,7 @@
|
||||
labelSpeed.AutoSize = true;
|
||||
labelSpeed.Location = new Point(6, 33);
|
||||
labelSpeed.Name = "labelSpeed";
|
||||
labelSpeed.Size = new Size(60, 15);
|
||||
labelSpeed.Size = new Size(59, 15);
|
||||
labelSpeed.TabIndex = 2;
|
||||
labelSpeed.Text = "Скорость";
|
||||
//
|
||||
@ -256,6 +256,7 @@
|
||||
//
|
||||
// labelAdditionalColor
|
||||
//
|
||||
labelAdditionalColor.AllowDrop = true;
|
||||
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
||||
labelAdditionalColor.Location = new Point(116, 9);
|
||||
labelAdditionalColor.Name = "labelAdditionalColor";
|
||||
@ -268,6 +269,7 @@
|
||||
//
|
||||
// labelBodyColor
|
||||
//
|
||||
labelBodyColor.AllowDrop = true;
|
||||
labelBodyColor.BorderStyle = BorderStyle.FixedSingle;
|
||||
labelBodyColor.Location = new Point(3, 9);
|
||||
labelBodyColor.Name = "labelBodyColor";
|
||||
|
Loading…
Reference in New Issue
Block a user