добавлено описание

This commit is contained in:
Kirill 2024-04-04 09:01:44 +04:00
parent 5673bdc341
commit f200d8607a
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
namespace ProjectRoadTrain.Drawnings;
/// <summary>
/// Класс, отвечающий за прорисовку и перемещение объект-сущности
/// Класс, отвечающий за прорисовку и перемещение базового объект-сущности
/// </summary>
public class DrawningRoadTrain : DrawningTrain
{
@ -57,4 +57,4 @@ public class DrawningRoadTrain : DrawningTrain
g.DrawRectangle(pen, _startPosX.Value + 185, _startPosY.Value + 50, 2, 45);
}
}
}
}

View File

@ -121,6 +121,7 @@
//
// comboBoxStrategy
//
comboBoxStrategy.Anchor = AnchorStyles.Top | AnchorStyles.Right;
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoxStrategy.FormattingEnabled = true;
comboBoxStrategy.Items.AddRange(new object[] { "К центру", "К краю" });
@ -131,6 +132,7 @@
//
// buttonStrategyStep
//
buttonStrategyStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
buttonStrategyStep.Location = new Point(713, 41);
buttonStrategyStep.Name = "buttonStrategyStep";
buttonStrategyStep.Size = new Size(75, 23);