+
This commit is contained in:
5
DroneSimulator/FormMain.Designer.cs
generated
5
DroneSimulator/FormMain.Designer.cs
generated
@ -1654,12 +1654,13 @@
|
||||
// numericUpDown_Area_Wind_Resist
|
||||
//
|
||||
numericUpDown_Area_Wind_Resist.DecimalPlaces = 3;
|
||||
numericUpDown_Area_Wind_Resist.Increment = new decimal(new int[] { 1, 0, 0, 131072 });
|
||||
numericUpDown_Area_Wind_Resist.Location = new Point(63, 116);
|
||||
numericUpDown_Area_Wind_Resist.Maximum = new decimal(new int[] { 10, 0, 0, 0 });
|
||||
numericUpDown_Area_Wind_Resist.Maximum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
numericUpDown_Area_Wind_Resist.Name = "numericUpDown_Area_Wind_Resist";
|
||||
numericUpDown_Area_Wind_Resist.Size = new Size(60, 23);
|
||||
numericUpDown_Area_Wind_Resist.TabIndex = 13;
|
||||
numericUpDown_Area_Wind_Resist.Value = new decimal(new int[] { 1, 0, 0, 65536 });
|
||||
numericUpDown_Area_Wind_Resist.Value = new decimal(new int[] { 1, 0, 0, 131072 });
|
||||
numericUpDown_Area_Wind_Resist.ValueChanged += numericUpDown_Area_Wind_Update;
|
||||
//
|
||||
// label64
|
||||
|
Reference in New Issue
Block a user