зафиксировал меню и шаг вверху-справа
This commit is contained in:
parent
373a50c33e
commit
40c301658b
@ -124,6 +124,7 @@
|
|||||||
//
|
//
|
||||||
// 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[] { "К центру", "К краю" });
|
||||||
@ -134,6 +135,7 @@
|
|||||||
//
|
//
|
||||||
// buttonStrategyStep
|
// buttonStrategyStep
|
||||||
//
|
//
|
||||||
|
buttonStrategyStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||||
buttonStrategyStep.Location = new Point(713, 41);
|
buttonStrategyStep.Location = new Point(713, 41);
|
||||||
buttonStrategyStep.Name = "buttonStrategyStep";
|
buttonStrategyStep.Name = "buttonStrategyStep";
|
||||||
buttonStrategyStep.Size = new Size(75, 23);
|
buttonStrategyStep.Size = new Size(75, 23);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user