diff --git a/Airbus/Airbus/FormAirplaneConfig.Designer.cs b/Airbus/Airbus/FormAirplaneConfig.Designer.cs index 09118e9..d5a5297 100644 --- a/Airbus/Airbus/FormAirplaneConfig.Designer.cs +++ b/Airbus/Airbus/FormAirplaneConfig.Designer.cs @@ -234,7 +234,7 @@ this.numericUpDownWeight.Size = new System.Drawing.Size(90, 23); this.numericUpDownWeight.TabIndex = 3; this.numericUpDownWeight.Value = new decimal(new int[] { - 750, + 200, 0, 0, 0}); @@ -261,7 +261,7 @@ this.numericUpDownSpeed.Size = new System.Drawing.Size(90, 23); this.numericUpDownSpeed.TabIndex = 1; this.numericUpDownSpeed.Value = new decimal(new int[] { - 1000, + 200, 0, 0, 0}); @@ -328,7 +328,7 @@ // this.buttonOk.Location = new System.Drawing.Point(660, 165); this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.buttonOk.Name = "buttonAddObject"; + this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(104, 28); this.buttonOk.TabIndex = 3; this.buttonOk.Text = "Добавить";