From fe5bb447bbc9d325246cf99b980556af62955254 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 18 七月 2025 17:32:19 +0800
Subject: [PATCH] plot

---
 ErrorAnalysis.UI/FrmMain.Designer.cs |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index 070ee79..c5ddbc4 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -229,6 +229,7 @@
             // nudSoPrecisionRequired
             // 
             nudSoPrecisionRequired.DecimalPlaces = 1;
+            nudSoPrecisionRequired.Increment = new decimal(new int[] { 2, 0, 0, 0 });
             nudSoPrecisionRequired.Location = new Point(185, 43);
             nudSoPrecisionRequired.Name = "nudSoPrecisionRequired";
             nudSoPrecisionRequired.Size = new Size(54, 23);
@@ -247,7 +248,7 @@
             // 
             pnlLockPass.Controls.Add(nudPass);
             pnlLockPass.Controls.Add(label23);
-            pnlLockPass.Location = new Point(185, 186);
+            pnlLockPass.Location = new Point(183, 186);
             pnlLockPass.Name = "pnlLockPass";
             pnlLockPass.Size = new Size(362, 52);
             pnlLockPass.TabIndex = 11;
@@ -294,6 +295,7 @@
             nudSpeed.DecimalPlaces = 1;
             nudSpeed.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
             nudSpeed.Location = new Point(54, 16);
+            nudSpeed.Maximum = new decimal(new int[] { 9999999, 0, 0, 0 });
             nudSpeed.Name = "nudSpeed";
             nudSpeed.Size = new Size(72, 23);
             nudSpeed.TabIndex = 12;
@@ -529,6 +531,7 @@
             nudBHSalinity.DecimalPlaces = 1;
             nudBHSalinity.Increment = new decimal(new int[] { 5, 0, 0, 65536 });
             nudBHSalinity.Location = new Point(143, 26);
+            nudBHSalinity.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudBHSalinity.Name = "nudBHSalinity";
             nudBHSalinity.Size = new Size(55, 23);
             nudBHSalinity.TabIndex = 16;
@@ -601,6 +604,7 @@
             nudOilDensity.DecimalPlaces = 2;
             nudOilDensity.Increment = new decimal(new int[] { 1, 0, 0, 131072 });
             nudOilDensity.Location = new Point(142, 56);
+            nudOilDensity.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudOilDensity.Name = "nudOilDensity";
             nudOilDensity.Size = new Size(56, 23);
             nudOilDensity.TabIndex = 16;
@@ -610,6 +614,7 @@
             nudGasDensity.DecimalPlaces = 2;
             nudGasDensity.Increment = new decimal(new int[] { 1, 0, 0, 131072 });
             nudGasDensity.Location = new Point(142, 87);
+            nudGasDensity.Maximum = new decimal(new int[] { 9999999, 0, 0, 0 });
             nudGasDensity.Name = "nudGasDensity";
             nudGasDensity.Size = new Size(56, 23);
             nudGasDensity.TabIndex = 16;
@@ -960,6 +965,7 @@
             nudReservoirSalinity.DecimalPlaces = 1;
             nudReservoirSalinity.Increment = new decimal(new int[] { 5, 0, 0, 65536 });
             nudReservoirSalinity.Location = new Point(146, 118);
+            nudReservoirSalinity.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudReservoirSalinity.Name = "nudReservoirSalinity";
             nudReservoirSalinity.Size = new Size(71, 23);
             nudReservoirSalinity.TabIndex = 34;
@@ -1141,23 +1147,26 @@
             // nudAlphaProcessingWin
             // 
             nudAlphaProcessingWin.Location = new Point(555, 98);
+            nudAlphaProcessingWin.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudAlphaProcessingWin.Name = "nudAlphaProcessingWin";
             nudAlphaProcessingWin.Size = new Size(47, 23);
             nudAlphaProcessingWin.TabIndex = 13;
             // 
             // nudDepth
             // 
-            nudDepth.Location = new Point(185, 71);
+            nudDepth.Location = new Point(185, 70);
+            nudDepth.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudDepth.Name = "nudDepth";
             nudDepth.Size = new Size(54, 23);
             nudDepth.TabIndex = 13;
             // 
             // nudTargetLoggingInterval
             // 
-            nudTargetLoggingInterval.DecimalPlaces = 1;
-            nudTargetLoggingInterval.Location = new Point(183, 99);
+            nudTargetLoggingInterval.DecimalPlaces = 2;
+            nudTargetLoggingInterval.Location = new Point(185, 99);
+            nudTargetLoggingInterval.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
             nudTargetLoggingInterval.Name = "nudTargetLoggingInterval";
-            nudTargetLoggingInterval.Size = new Size(56, 23);
+            nudTargetLoggingInterval.Size = new Size(54, 23);
             nudTargetLoggingInterval.TabIndex = 13;
             // 
             // label54

--
Gitblit v1.9.3