перебрал кнопки

This commit is contained in:
antoc0der 2023-10-19 16:35:28 +03:00
parent d9cadbabc4
commit 581a99abcd

View File

@ -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);