Commit a6ca39ce 张东亮

添加分隔符:RS,GS。数字可以输入,最大支持9999

1 个父辈 4d051331
......@@ -201,7 +201,7 @@ namespace SmartScan
this.NudMiddleTextCount.Increment = 1F;
this.NudMiddleTextCount.Location = new System.Drawing.Point(176, 172);
this.NudMiddleTextCount.Margin = new System.Windows.Forms.Padding(4);
this.NudMiddleTextCount.Maximum = 100F;
this.NudMiddleTextCount.Maximum = 9999F;
this.NudMiddleTextCount.Minimum = 1F;
this.NudMiddleTextCount.Name = "NudMiddleTextCount";
this.NudMiddleTextCount.Padding = new System.Windows.Forms.Padding(4);
......
......@@ -198,7 +198,7 @@ namespace SmartScan
this.NudMaxLength.Increment = 1F;
this.NudMaxLength.Location = new System.Drawing.Point(514, 228);
this.NudMaxLength.Margin = new System.Windows.Forms.Padding(4);
this.NudMaxLength.Maximum = 100F;
this.NudMaxLength.Maximum = 9999F;
this.NudMaxLength.Minimum = 0F;
this.NudMaxLength.Name = "NudMaxLength";
this.NudMaxLength.Padding = new System.Windows.Forms.Padding(4);
......@@ -237,7 +237,7 @@ namespace SmartScan
this.NudMinLength.Increment = 1F;
this.NudMinLength.Location = new System.Drawing.Point(174, 228);
this.NudMinLength.Margin = new System.Windows.Forms.Padding(4);
this.NudMinLength.Maximum = 100F;
this.NudMinLength.Maximum = 9999F;
this.NudMinLength.Minimum = 0F;
this.NudMinLength.Name = "NudMinLength";
this.NudMinLength.Padding = new System.Windows.Forms.Padding(4);
......@@ -276,7 +276,7 @@ namespace SmartScan
this.NudSplitPart.Increment = 1F;
this.NudSplitPart.Location = new System.Drawing.Point(514, 60);
this.NudSplitPart.Margin = new System.Windows.Forms.Padding(4);
this.NudSplitPart.Maximum = 100F;
this.NudSplitPart.Maximum = 9999F;
this.NudSplitPart.Minimum = 1F;
this.NudSplitPart.Name = "NudSplitPart";
this.NudSplitPart.Padding = new System.Windows.Forms.Padding(4);
......@@ -298,7 +298,7 @@ namespace SmartScan
this.NudLength.Increment = 1F;
this.NudLength.Location = new System.Drawing.Point(514, 116);
this.NudLength.Margin = new System.Windows.Forms.Padding(4);
this.NudLength.Maximum = 100F;
this.NudLength.Maximum = 9999F;
this.NudLength.Minimum = 1F;
this.NudLength.Name = "NudLength";
this.NudLength.Padding = new System.Windows.Forms.Padding(4);
......@@ -352,7 +352,7 @@ namespace SmartScan
this.NudStart.Increment = 1F;
this.NudStart.Location = new System.Drawing.Point(174, 116);
this.NudStart.Margin = new System.Windows.Forms.Padding(4);
this.NudStart.Maximum = 100F;
this.NudStart.Maximum = 9999F;
this.NudStart.Minimum = 0F;
this.NudStart.Name = "NudStart";
this.NudStart.Padding = new System.Windows.Forms.Padding(4);
......
......@@ -166,7 +166,7 @@ namespace SmartScan
this.NumReelIDPlaces.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.NumReelIDPlaces.Increment = 1F;
this.NumReelIDPlaces.Location = new System.Drawing.Point(102, 228);
this.NumReelIDPlaces.Maximum = 100F;
this.NumReelIDPlaces.Maximum = 9999F;
this.NumReelIDPlaces.Minimum = 1F;
this.NumReelIDPlaces.Name = "NumReelIDPlaces";
this.NumReelIDPlaces.Padding = new System.Windows.Forms.Padding(3);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!