From 7071786d3179975a785f6bd5ecde53a267035147 Mon Sep 17 00:00:00 2001 From: NikGapon <45200250+NikGapon@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:37:11 +0400 Subject: [PATCH] speed fix --- Airbus/Airbus/FormAirplaneConfig.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = "Добавить";