Selaa lähdekoodia

pid上限由1000改为10000

jianfeng1.wang 2 vuotta sitten
vanhempi
commit
cdf2ac9658
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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});