перебрал кнопки
This commit is contained in:
parent
d9cadbabc4
commit
581a99abcd
@ -118,6 +118,7 @@
|
||||
//
|
||||
// comboBoxAirplane
|
||||
//
|
||||
comboBoxAirplane.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
comboBoxAirplane.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBoxAirplane.FormattingEnabled = true;
|
||||
comboBoxAirplane.Items.AddRange(new object[] { "MoveToCenter", "MoveToBorder" });
|
||||
@ -128,6 +129,7 @@
|
||||
//
|
||||
// buttonStep
|
||||
//
|
||||
buttonStep.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||
buttonStep.Location = new Point(724, 46);
|
||||
buttonStep.Name = "buttonStep";
|
||||
buttonStep.Size = new Size(151, 29);
|
||||
|
Loading…
Reference in New Issue
Block a user