Browse Source

pid上限由1000改为10000

jianfeng1.wang 2 năm trước cách đây
mục cha
commit
cdf2ac9658
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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});