Explorar el Código

pid上限由1000改为10000

jianfeng1.wang hace 2 años
padre
commit
cdf2ac9658
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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});