Browse Source

pid上限由1000改为10000

jianfeng1.wang 2 years ago
parent
commit
cdf2ac9658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Views/Main.Designer.cs

+ 1 - 1
FactoryTool_CShare/Views/Main.Designer.cs

@@ -279,7 +279,7 @@
             // 
             resources.ApplyResources(this.PID_Num, "PID_Num");
             this.PID_Num.Maximum = new decimal(new int[] {
-            1000,
+            10000,
             0,
             0,
             0});