This commit is contained in:
2025-05-23 11:37:04 +03:00
parent 3a462be82d
commit 3d39f7da12
3 changed files with 50 additions and 45 deletions

View File

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