LL18_25070202得辉达增加条码前缀检测

This commit is contained in:
jfp
2025-07-02 15:59:02 +08:00
parent 50c772abec
commit f337d079f2
6 changed files with 118 additions and 21 deletions

View File

@@ -37,6 +37,8 @@
this.CodeLength = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.codelengthcheck = new System.Windows.Forms.CheckBox();
this.textPreSn = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label4
@@ -63,7 +65,7 @@
//
// Use_Set
//
this.Use_Set.Location = new System.Drawing.Point(152, 206);
this.Use_Set.Location = new System.Drawing.Point(152, 269);
this.Use_Set.Name = "Use_Set";
this.Use_Set.Size = new System.Drawing.Size(103, 43);
this.Use_Set.TabIndex = 160;
@@ -97,7 +99,7 @@
this.label8.Location = new System.Drawing.Point(127, 82);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(103, 16);
this.label8.Size = new System.Drawing.Size(104, 16);
this.label8.TabIndex = 157;
this.label8.Text = "modbus从站号";
//
@@ -115,7 +117,7 @@
this.label19.Location = new System.Drawing.Point(127, 137);
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(87, 16);
this.label19.Size = new System.Drawing.Size(88, 16);
this.label19.TabIndex = 159;
this.label19.Text = "条形码长度";
//
@@ -124,17 +126,35 @@
this.codelengthcheck.AutoSize = true;
this.codelengthcheck.Location = new System.Drawing.Point(294, 159);
this.codelengthcheck.Name = "codelengthcheck";
this.codelengthcheck.Size = new System.Drawing.Size(90, 20);
this.codelengthcheck.Size = new System.Drawing.Size(91, 20);
this.codelengthcheck.TabIndex = 163;
this.codelengthcheck.Text = "长度检测";
this.codelengthcheck.UseVisualStyleBackColor = true;
this.codelengthcheck.Visible = false;
//
// textPreSn
//
this.textPreSn.Location = new System.Drawing.Point(130, 225);
this.textPreSn.Name = "textPreSn";
this.textPreSn.Size = new System.Drawing.Size(157, 26);
this.textPreSn.TabIndex = 164;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(127, 203);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 165;
this.label2.Text = "条码前缀";
//
// Config
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(415, 264);
this.ClientSize = new System.Drawing.Size(415, 324);
this.Controls.Add(this.label2);
this.Controls.Add(this.textPreSn);
this.Controls.Add(this.codelengthcheck);
this.Controls.Add(this.label4);
this.Controls.Add(this.label1);
@@ -163,5 +183,7 @@
private System.Windows.Forms.TextBox CodeLength;
private System.Windows.Forms.Label label19;
public System.Windows.Forms.CheckBox codelengthcheck;
public System.Windows.Forms.TextBox textPreSn;
private System.Windows.Forms.Label label2;
}
}