Добавил пару подписей
This commit is contained in:
parent
d8b8e68bb7
commit
2383016c2c
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
namespace ProjectContainerShip.Drawings;
|
namespace ProjectContainerShip.Drawings;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Класс, отвечающий за прорисовку и перемещение объекта-сущности
|
||||||
|
/// </summary>
|
||||||
public class DrawningContainerShip : DrawningShip
|
public class DrawningContainerShip : DrawningShip
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -21,7 +21,7 @@ public class EntityContainerShip : EntityShip
|
|||||||
public bool Container { get; private set; }
|
public bool Container { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Инициализация поле объекта-класса Контейнеровоза
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="speed">Скорость</param>
|
/// <param name="speed">Скорость</param>
|
||||||
/// <param name="weight">Вес контейнеровоза</param>
|
/// <param name="weight">Вес контейнеровоза</param>
|
||||||
|
@ -123,6 +123,7 @@ namespace ProjectContainerShip
|
|||||||
//
|
//
|
||||||
// comboBoxStrategy
|
// comboBoxStrategy
|
||||||
//
|
//
|
||||||
|
comboBoxStrategy.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||||
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
|
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||||
comboBoxStrategy.FormattingEnabled = true;
|
comboBoxStrategy.FormattingEnabled = true;
|
||||||
comboBoxStrategy.Items.AddRange(new object[] { "К центру ", "К краю" });
|
comboBoxStrategy.Items.AddRange(new object[] { "К центру ", "К краю" });
|
||||||
@ -133,6 +134,7 @@ namespace ProjectContainerShip
|
|||||||
//
|
//
|
||||||
// buttonStrategyStep
|
// buttonStrategyStep
|
||||||
//
|
//
|
||||||
|
buttonStrategyStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||||
buttonStrategyStep.Location = new Point(1094, 58);
|
buttonStrategyStep.Location = new Point(1094, 58);
|
||||||
buttonStrategyStep.Name = "buttonStrategyStep";
|
buttonStrategyStep.Name = "buttonStrategyStep";
|
||||||
buttonStrategyStep.Size = new Size(150, 46);
|
buttonStrategyStep.Size = new Size(150, 46);
|
||||||
|
Loading…
Reference in New Issue
Block a user