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

@@ -134,6 +134,9 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.timerCH1 = new System.Windows.Forms.Timer(this.components);
this.checkCodeRepeat = new System.Windows.Forms.CheckBox();
this.checkPreSn = new System.Windows.Forms.CheckBox();
this.label41 = new System.Windows.Forms.Label();
this.textPreSn = new System.Windows.Forms.TextBox();
this.myGroupBox4 = new C_Windows_1.MyGroupBox(this.components);
this.PUnit = new System.Windows.Forms.ComboBox();
this.label47 = new System.Windows.Forms.Label();
@@ -755,10 +758,10 @@
// codecheck
//
this.codecheck.Enabled = false;
this.codecheck.Location = new System.Drawing.Point(865, 77);
this.codecheck.Location = new System.Drawing.Point(924, 72);
this.codecheck.Name = "codecheck";
this.codecheck.ReadOnly = true;
this.codecheck.Size = new System.Drawing.Size(100, 21);
this.codecheck.Size = new System.Drawing.Size(90, 21);
this.codecheck.TabIndex = 142;
this.codecheck.TextChanged += new System.EventHandler(this.codecheck_TextChanged);
//
@@ -766,7 +769,7 @@
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(872, 50);
this.label9.Location = new System.Drawing.Point(921, 49);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(88, 16);
this.label9.TabIndex = 143;
@@ -889,7 +892,7 @@
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(870, 172);
this.checkBox2.Location = new System.Drawing.Point(870, 208);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(90, 16);
this.checkBox2.TabIndex = 173;
@@ -1064,7 +1067,7 @@
//
this.label50.AutoSize = true;
this.label50.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label50.Location = new System.Drawing.Point(866, 201);
this.label50.Location = new System.Drawing.Point(866, 237);
this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label50.Name = "label50";
this.label50.Size = new System.Drawing.Size(87, 22);
@@ -1074,7 +1077,7 @@
// textBox3
//
this.textBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox3.Location = new System.Drawing.Point(865, 233);
this.textBox3.Location = new System.Drawing.Point(865, 269);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(148, 101);
@@ -1102,6 +1105,36 @@
this.checkCodeRepeat.UseVisualStyleBackColor = true;
this.checkCodeRepeat.CheckedChanged += new System.EventHandler(this.checkCodeRepeat_CheckedChanged);
//
// checkPreSn
//
this.checkPreSn.AutoSize = true;
this.checkPreSn.Location = new System.Drawing.Point(869, 157);
this.checkPreSn.Name = "checkPreSn";
this.checkPreSn.Size = new System.Drawing.Size(96, 16);
this.checkPreSn.TabIndex = 188;
this.checkPreSn.Text = "条码前缀检测";
this.checkPreSn.UseVisualStyleBackColor = true;
this.checkPreSn.CheckedChanged += new System.EventHandler(this.checkPreCheck_CheckedChanged);
//
// label41
//
this.label41.AutoSize = true;
this.label41.Font = new System.Drawing.Font("宋体", 12F);
this.label41.Location = new System.Drawing.Point(827, 49);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(72, 16);
this.label41.TabIndex = 189;
this.label41.Text = "条码前缀";
//
// textPreSn
//
this.textPreSn.Enabled = false;
this.textPreSn.Location = new System.Drawing.Point(824, 72);
this.textPreSn.Name = "textPreSn";
this.textPreSn.ReadOnly = true;
this.textPreSn.Size = new System.Drawing.Size(96, 21);
this.textPreSn.TabIndex = 190;
//
// myGroupBox4
//
this.myGroupBox4.Controls.Add(this.PUnit);
@@ -1753,6 +1786,9 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1021, 675);
this.Controls.Add(this.textPreSn);
this.Controls.Add(this.label41);
this.Controls.Add(this.checkPreSn);
this.Controls.Add(this.checkCodeRepeat);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label50);
@@ -1810,7 +1846,7 @@
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "LL18-25070103";
this.Text = "LL18-25070202";
this.Activated += new System.EventHandler(this.Form1_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
@@ -2004,5 +2040,8 @@
private System.Windows.Forms.Timer timerCH1;
private System.Windows.Forms.CheckBox checkCodeRepeat;
private System.Windows.Forms.ToolStripMenuItem mESSetToolStripMenuItem;
private System.Windows.Forms.CheckBox checkPreSn;
private System.Windows.Forms.Label label41;
public System.Windows.Forms.TextBox textPreSn;
}
}