diff --git a/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/FormAirplaneWithRadar.Designer.cs b/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/FormAirplaneWithRadar.Designer.cs index 5de737b..e2930b9 100644 --- a/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/FormAirplaneWithRadar.Designer.cs +++ b/ProjectAirplaneWithRadar/ProjectAirplaneWithRadar/FormAirplaneWithRadar.Designer.cs @@ -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);