изменил свойство кнопок в формах
This commit is contained in:
parent
b9691cc763
commit
b10755b6bb
@ -116,6 +116,7 @@
|
||||
//
|
||||
// buttoтCreateWarPlane
|
||||
//
|
||||
buttoтCreateWarPlane.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||||
buttoтCreateWarPlane.Location = new Point(205, 493);
|
||||
buttoтCreateWarPlane.Name = "buttoтCreateWarPlane";
|
||||
buttoтCreateWarPlane.Size = new Size(237, 31);
|
||||
@ -126,6 +127,7 @@
|
||||
//
|
||||
// buttonStrategyStep
|
||||
//
|
||||
buttonStrategyStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
buttonStrategyStep.Location = new Point(851, 63);
|
||||
buttonStrategyStep.Name = "buttonStrategyStep";
|
||||
buttonStrategyStep.Size = new Size(87, 29);
|
||||
@ -136,6 +138,7 @@
|
||||
//
|
||||
// comboBoxStrategy
|
||||
//
|
||||
comboBoxStrategy.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
comboBoxStrategy.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBoxStrategy.FormattingEnabled = true;
|
||||
comboBoxStrategy.Items.AddRange(new object[] { "К центру", "К краю" });
|
||||
|
Loading…
Reference in New Issue
Block a user