25103101 配置为4个串口扫码枪

This commit is contained in:
moxiliang
2025-10-31 11:56:23 +08:00
parent 5d98792d3e
commit deecfd3acb
24 changed files with 931 additions and 263 deletions

View File

@@ -273,6 +273,8 @@
this.pictureBox11 = new System.Windows.Forms.PictureBox();
this.label25 = new System.Windows.Forms.Label();
this.pictureBox12 = new System.Windows.Forms.PictureBox();
this.SerialPort_CH3Saoma = new System.IO.Ports.SerialPort(this.components);
this.SerialPort_CH4Saoma = new System.IO.Ports.SerialPort(this.components);
this.uiGroupBox5.SuspendLayout();
this.nb_MainMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_MESswitch)).BeginInit();
@@ -2593,6 +2595,14 @@
this.pictureBox12.TabIndex = 440;
this.pictureBox12.TabStop = false;
//
// SerialPort_CH3Saoma
//
this.SerialPort_CH3Saoma.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort_CH3Saoma_DataReceived);
//
// SerialPort_CH4Saoma
//
this.SerialPort_CH4Saoma.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort_CH4Saoma_DataReceived);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@@ -2613,7 +2623,7 @@
this.Controls.Add(this.uiGroupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = " LL28_V25102401";
this.Text = " LL28-C_V25103101";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.uiGroupBox5.ResumeLayout(false);
@@ -2833,6 +2843,8 @@
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label lb_Total;
private System.Windows.Forms.Label label1;
public System.IO.Ports.SerialPort SerialPort_CH3Saoma;
public System.IO.Ports.SerialPort SerialPort_CH4Saoma;
}
}