25110601 没加华勤MES前

This commit is contained in:
moxiliang
2025-11-06 13:42:42 +08:00
parent 465daa14c4
commit 4eece9db0b
31 changed files with 541 additions and 363 deletions

205
SLC1-N/Form1.Designer.cs generated
View File

@@ -111,11 +111,11 @@
this.label74 = new System.Windows.Forms.Label();
this.label103 = new System.Windows.Forms.Label();
this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
this.tb_CH2Code = new Sunny.UI.UITextBox();
this.lb_CH2_nowPressureUnit = new System.Windows.Forms.Label();
this.label43 = new System.Windows.Forms.Label();
this.lb_CH2nowPressure = new System.Windows.Forms.Label();
this.bt_code2clear = new System.Windows.Forms.Button();
this.lb_CH2Code = new System.Windows.Forms.Label();
this.lb_CH2MES_INstatus = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.tb_CH2codeLeng = new System.Windows.Forms.TextBox();
@@ -136,9 +136,8 @@
this.label52 = new System.Windows.Forms.Label();
this.label51 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.uiHeaderButton1 = new Sunny.UI.UIHeaderButton();
this.nb_MainMenu = new Sunny.UI.UINavBar();
this.label39 = new System.Windows.Forms.Label();
this.chk_SaomaFocus = new System.Windows.Forms.CheckBox();
this.lb_User = new System.Windows.Forms.Label();
this.pb_MESswitch = new System.Windows.Forms.PictureBox();
this.lb_MESswitch = new System.Windows.Forms.Label();
@@ -148,6 +147,7 @@
this.lb_NowTime = new System.Windows.Forms.Label();
this.PLCControl = new Sunny.UI.UIHeaderButton();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.tb_CH1Code = new Sunny.UI.UITextBox();
this.lb_CH1_nowPressureUnit = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lb_CH1nowPressure = new System.Windows.Forms.Label();
@@ -160,7 +160,6 @@
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label18 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.lb_CH1Code = new System.Windows.Forms.Label();
this.lb_CH1MES_INstatus = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.tb_CH1codeLeng = new System.Windows.Forms.TextBox();
@@ -191,6 +190,7 @@
this.timer_SaomaStart = new System.Windows.Forms.Timer(this.components);
this.timer_nowTime = new System.Windows.Forms.Timer(this.components);
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.tb_CH3Code = new Sunny.UI.UITextBox();
this.lb_CH3_nowPressureUnit = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lb_CH3nowPressure = new System.Windows.Forms.Label();
@@ -203,7 +203,6 @@
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.label13 = new System.Windows.Forms.Label();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.lb_CH3Code = new System.Windows.Forms.Label();
this.lb_CH3MES_INstatus = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.tb_CH3codeLeng = new System.Windows.Forms.TextBox();
@@ -227,11 +226,11 @@
this.lb_CH3BigLeak = new System.Windows.Forms.Label();
this.lb_CH3_TestPressure = new System.Windows.Forms.Label();
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
this.tb_CH4Code = new Sunny.UI.UITextBox();
this.lb_CH4_nowPressureUnit = new System.Windows.Forms.Label();
this.label47 = new System.Windows.Forms.Label();
this.lb_CH4nowPressure = new System.Windows.Forms.Label();
this.bt_code4clear = new System.Windows.Forms.Button();
this.lb_CH4Code = new System.Windows.Forms.Label();
this.lb_CH4MES_INstatus = new System.Windows.Forms.Label();
this.label55 = new System.Windows.Forms.Label();
this.tb_CH4codeLeng = new System.Windows.Forms.TextBox();
@@ -524,11 +523,11 @@
//
// uiGroupBox5
//
this.uiGroupBox5.Controls.Add(this.tb_CH2Code);
this.uiGroupBox5.Controls.Add(this.lb_CH2_nowPressureUnit);
this.uiGroupBox5.Controls.Add(this.label43);
this.uiGroupBox5.Controls.Add(this.lb_CH2nowPressure);
this.uiGroupBox5.Controls.Add(this.bt_code2clear);
this.uiGroupBox5.Controls.Add(this.lb_CH2Code);
this.uiGroupBox5.Controls.Add(this.lb_CH2MES_INstatus);
this.uiGroupBox5.Controls.Add(this.label16);
this.uiGroupBox5.Controls.Add(this.tb_CH2codeLeng);
@@ -564,6 +563,27 @@
this.uiGroupBox5.Text = "CH2工位";
this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_CH2Code
//
this.tb_CH2Code.ButtonSymbol = 61761;
this.tb_CH2Code.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_CH2Code.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_CH2Code.Font = new System.Drawing.Font("微软雅黑", 15F);
this.tb_CH2Code.Location = new System.Drawing.Point(91, 95);
this.tb_CH2Code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_CH2Code.Maximum = 2147483647D;
this.tb_CH2Code.Minimum = -2147483648D;
this.tb_CH2Code.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_CH2Code.Multiline = true;
this.tb_CH2Code.Name = "tb_CH2Code";
this.tb_CH2Code.Size = new System.Drawing.Size(389, 34);
this.tb_CH2Code.Style = Sunny.UI.UIStyle.Custom;
this.tb_CH2Code.TabIndex = 464;
this.tb_CH2Code.TabStop = false;
this.tb_CH2Code.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
this.tb_CH2Code.TextChanged += new System.EventHandler(this.CH2Code_TextChanged);
this.tb_CH2Code.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_CHxCode_KeyPress);
//
// lb_CH2_nowPressureUnit
//
this.lb_CH2_nowPressureUnit.AutoSize = true;
@@ -611,17 +631,6 @@
this.bt_code2clear.UseVisualStyleBackColor = true;
this.bt_code2clear.Click += new System.EventHandler(this.button3_Click);
//
// lb_CH2Code
//
this.lb_CH2Code.AutoSize = true;
this.lb_CH2Code.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH2Code.Location = new System.Drawing.Point(67, 95);
this.lb_CH2Code.Name = "lb_CH2Code";
this.lb_CH2Code.Size = new System.Drawing.Size(70, 24);
this.lb_CH2Code.TabIndex = 439;
this.lb_CH2Code.Text = "条码2";
this.lb_CH2Code.TextChanged += new System.EventHandler(this.CH2Code_TextChanged);
//
// lb_CH2MES_INstatus
//
this.lb_CH2MES_INstatus.AutoSize = true;
@@ -850,36 +859,11 @@
this.label32.TabIndex = 427;
this.label32.Text = "条码";
//
// uiHeaderButton1
//
this.uiHeaderButton1.CircleColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.FillColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.FillDisableColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.FillHoverColor = System.Drawing.Color.RosyBrown;
this.uiHeaderButton1.FillPressColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.FillSelectedColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiHeaderButton1.ForeColor = System.Drawing.Color.Transparent;
this.uiHeaderButton1.Location = new System.Drawing.Point(621, -9);
this.uiHeaderButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiHeaderButton1.Name = "uiHeaderButton1";
this.uiHeaderButton1.Padding = new System.Windows.Forms.Padding(0, 8, 0, 3);
this.uiHeaderButton1.Radius = 0;
this.uiHeaderButton1.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
this.uiHeaderButton1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
this.uiHeaderButton1.Size = new System.Drawing.Size(84, 59);
this.uiHeaderButton1.Style = Sunny.UI.UIStyle.Custom;
this.uiHeaderButton1.Symbol = 61579;
this.uiHeaderButton1.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(164)))), ((int)(((byte)(144)))));
this.uiHeaderButton1.TabIndex = 0;
this.uiHeaderButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiHeaderButton1.Click += new System.EventHandler(this.uiHeaderButton1_Click);
//
// nb_MainMenu
//
this.nb_MainMenu.BackColor = System.Drawing.Color.LightBlue;
this.nb_MainMenu.Controls.Add(this.chk_SaomaFocus);
this.nb_MainMenu.Controls.Add(this.bt_test);
this.nb_MainMenu.Controls.Add(this.label39);
this.nb_MainMenu.Controls.Add(this.lb_User);
this.nb_MainMenu.Controls.Add(this.pb_MESswitch);
this.nb_MainMenu.Controls.Add(this.lb_MESswitch);
@@ -887,7 +871,6 @@
this.nb_MainMenu.Controls.Add(this.label4);
this.nb_MainMenu.Controls.Add(this.label22);
this.nb_MainMenu.Controls.Add(this.lb_NowTime);
this.nb_MainMenu.Controls.Add(this.uiHeaderButton1);
this.nb_MainMenu.Dock = System.Windows.Forms.DockStyle.Top;
this.nb_MainMenu.DropMenuFont = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nb_MainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
@@ -968,15 +951,16 @@
this.nb_MainMenu.Text = "uiNavBar1";
this.nb_MainMenu.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick);
//
// label39
// chk_SaomaFocus
//
this.label39.AutoSize = true;
this.label39.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label39.Location = new System.Drawing.Point(661, 30);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(77, 14);
this.label39.TabIndex = 472;
this.label39.Text = "(软件退出)";
this.chk_SaomaFocus.AutoSize = true;
this.chk_SaomaFocus.Location = new System.Drawing.Point(634, 19);
this.chk_SaomaFocus.Name = "chk_SaomaFocus";
this.chk_SaomaFocus.Size = new System.Drawing.Size(90, 20);
this.chk_SaomaFocus.TabIndex = 472;
this.chk_SaomaFocus.Text = "扫码专注";
this.chk_SaomaFocus.UseVisualStyleBackColor = true;
this.chk_SaomaFocus.CheckedChanged += new System.EventHandler(this.chk_SaomaFocus_CheckedChanged);
//
// lb_User
//
@@ -1072,6 +1056,7 @@
//
// uiGroupBox1
//
this.uiGroupBox1.Controls.Add(this.tb_CH1Code);
this.uiGroupBox1.Controls.Add(this.lb_CH1_nowPressureUnit);
this.uiGroupBox1.Controls.Add(this.label6);
this.uiGroupBox1.Controls.Add(this.lb_CH1nowPressure);
@@ -1084,7 +1069,6 @@
this.uiGroupBox1.Controls.Add(this.pictureBox3);
this.uiGroupBox1.Controls.Add(this.label18);
this.uiGroupBox1.Controls.Add(this.pictureBox2);
this.uiGroupBox1.Controls.Add(this.lb_CH1Code);
this.uiGroupBox1.Controls.Add(this.lb_CH1MES_INstatus);
this.uiGroupBox1.Controls.Add(this.label14);
this.uiGroupBox1.Controls.Add(this.tb_CH1codeLeng);
@@ -1118,6 +1102,26 @@
this.uiGroupBox1.Text = "CH1工位";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_CH1Code
//
this.tb_CH1Code.ButtonSymbol = 61761;
this.tb_CH1Code.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_CH1Code.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_CH1Code.Font = new System.Drawing.Font("微软雅黑", 15F);
this.tb_CH1Code.Location = new System.Drawing.Point(85, 95);
this.tb_CH1Code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_CH1Code.Maximum = 2147483647D;
this.tb_CH1Code.Minimum = -2147483648D;
this.tb_CH1Code.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_CH1Code.Multiline = true;
this.tb_CH1Code.Name = "tb_CH1Code";
this.tb_CH1Code.Size = new System.Drawing.Size(389, 34);
this.tb_CH1Code.TabIndex = 452;
this.tb_CH1Code.TabStop = false;
this.tb_CH1Code.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
this.tb_CH1Code.TextChanged += new System.EventHandler(this.CH1Code_TextChanged);
this.tb_CH1Code.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_CHxCode_KeyPress);
//
// lb_CH1_nowPressureUnit
//
this.lb_CH1_nowPressureUnit.AutoSize = true;
@@ -1245,17 +1249,6 @@
this.pictureBox2.TabIndex = 440;
this.pictureBox2.TabStop = false;
//
// lb_CH1Code
//
this.lb_CH1Code.AutoSize = true;
this.lb_CH1Code.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH1Code.Location = new System.Drawing.Point(67, 95);
this.lb_CH1Code.Name = "lb_CH1Code";
this.lb_CH1Code.Size = new System.Drawing.Size(70, 24);
this.lb_CH1Code.TabIndex = 438;
this.lb_CH1Code.Text = "条码1";
this.lb_CH1Code.TextChanged += new System.EventHandler(this.CH1Code_TextChanged);
//
// lb_CH1MES_INstatus
//
this.lb_CH1MES_INstatus.AutoSize = true;
@@ -1603,6 +1596,7 @@
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.tb_CH3Code);
this.uiGroupBox2.Controls.Add(this.lb_CH3_nowPressureUnit);
this.uiGroupBox2.Controls.Add(this.label2);
this.uiGroupBox2.Controls.Add(this.lb_CH3nowPressure);
@@ -1615,7 +1609,6 @@
this.uiGroupBox2.Controls.Add(this.pictureBox7);
this.uiGroupBox2.Controls.Add(this.label13);
this.uiGroupBox2.Controls.Add(this.pictureBox8);
this.uiGroupBox2.Controls.Add(this.lb_CH3Code);
this.uiGroupBox2.Controls.Add(this.lb_CH3MES_INstatus);
this.uiGroupBox2.Controls.Add(this.label19);
this.uiGroupBox2.Controls.Add(this.tb_CH3codeLeng);
@@ -1651,6 +1644,27 @@
this.uiGroupBox2.Text = "CH3工位";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_CH3Code
//
this.tb_CH3Code.ButtonSymbol = 61761;
this.tb_CH3Code.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_CH3Code.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_CH3Code.Font = new System.Drawing.Font("微软雅黑", 15F);
this.tb_CH3Code.Location = new System.Drawing.Point(84, 95);
this.tb_CH3Code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_CH3Code.Maximum = 2147483647D;
this.tb_CH3Code.Minimum = -2147483648D;
this.tb_CH3Code.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_CH3Code.Multiline = true;
this.tb_CH3Code.Name = "tb_CH3Code";
this.tb_CH3Code.Size = new System.Drawing.Size(389, 34);
this.tb_CH3Code.Style = Sunny.UI.UIStyle.Custom;
this.tb_CH3Code.TabIndex = 452;
this.tb_CH3Code.TabStop = false;
this.tb_CH3Code.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
this.tb_CH3Code.TextChanged += new System.EventHandler(this.lb_CH3Code_TextChanged);
this.tb_CH3Code.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_CHxCode_KeyPress);
//
// lb_CH3_nowPressureUnit
//
this.lb_CH3_nowPressureUnit.AutoSize = true;
@@ -1778,17 +1792,6 @@
this.pictureBox8.TabIndex = 440;
this.pictureBox8.TabStop = false;
//
// lb_CH3Code
//
this.lb_CH3Code.AutoSize = true;
this.lb_CH3Code.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH3Code.Location = new System.Drawing.Point(67, 95);
this.lb_CH3Code.Name = "lb_CH3Code";
this.lb_CH3Code.Size = new System.Drawing.Size(70, 24);
this.lb_CH3Code.TabIndex = 438;
this.lb_CH3Code.Text = "条码1";
this.lb_CH3Code.TextChanged += new System.EventHandler(this.lb_CH3Code_TextChanged);
//
// lb_CH3MES_INstatus
//
this.lb_CH3MES_INstatus.AutoSize = true;
@@ -2042,11 +2045,11 @@
//
// uiGroupBox3
//
this.uiGroupBox3.Controls.Add(this.tb_CH4Code);
this.uiGroupBox3.Controls.Add(this.lb_CH4_nowPressureUnit);
this.uiGroupBox3.Controls.Add(this.label47);
this.uiGroupBox3.Controls.Add(this.lb_CH4nowPressure);
this.uiGroupBox3.Controls.Add(this.bt_code4clear);
this.uiGroupBox3.Controls.Add(this.lb_CH4Code);
this.uiGroupBox3.Controls.Add(this.lb_CH4MES_INstatus);
this.uiGroupBox3.Controls.Add(this.label55);
this.uiGroupBox3.Controls.Add(this.tb_CH4codeLeng);
@@ -2082,6 +2085,27 @@
this.uiGroupBox3.Text = "CH4工位";
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_CH4Code
//
this.tb_CH4Code.ButtonSymbol = 61761;
this.tb_CH4Code.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_CH4Code.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_CH4Code.Font = new System.Drawing.Font("微软雅黑", 15F);
this.tb_CH4Code.Location = new System.Drawing.Point(91, 95);
this.tb_CH4Code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_CH4Code.Maximum = 2147483647D;
this.tb_CH4Code.Minimum = -2147483648D;
this.tb_CH4Code.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_CH4Code.Multiline = true;
this.tb_CH4Code.Name = "tb_CH4Code";
this.tb_CH4Code.Size = new System.Drawing.Size(389, 34);
this.tb_CH4Code.Style = Sunny.UI.UIStyle.Custom;
this.tb_CH4Code.TabIndex = 464;
this.tb_CH4Code.TabStop = false;
this.tb_CH4Code.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
this.tb_CH4Code.TextChanged += new System.EventHandler(this.lb_CH4Code_TextChanged);
this.tb_CH4Code.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_CHxCode_KeyPress);
//
// lb_CH4_nowPressureUnit
//
this.lb_CH4_nowPressureUnit.AutoSize = true;
@@ -2129,17 +2153,6 @@
this.bt_code4clear.UseVisualStyleBackColor = true;
this.bt_code4clear.Click += new System.EventHandler(this.bt_code4clear_Click);
//
// lb_CH4Code
//
this.lb_CH4Code.AutoSize = true;
this.lb_CH4Code.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_CH4Code.Location = new System.Drawing.Point(67, 95);
this.lb_CH4Code.Name = "lb_CH4Code";
this.lb_CH4Code.Size = new System.Drawing.Size(70, 24);
this.lb_CH4Code.TabIndex = 439;
this.lb_CH4Code.Text = "条码2";
this.lb_CH4Code.TextChanged += new System.EventHandler(this.lb_CH4Code_TextChanged);
//
// lb_CH4MES_INstatus
//
this.lb_CH4MES_INstatus.AutoSize = true;
@@ -2622,8 +2635,9 @@
this.Controls.Add(this.CH1ReceiveText);
this.Controls.Add(this.uiGroupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "Form1";
this.Text = " LL28-C_V25103101";
this.Text = " LL28-C_V25110601(USB)";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.uiGroupBox5.ResumeLayout(false);
@@ -2691,7 +2705,6 @@
private System.Windows.Forms.Label label52;
private System.Windows.Forms.Label label51;
private System.Windows.Forms.Label label32;
private Sunny.UI.UIHeaderButton uiHeaderButton1;
private Sunny.UI.UINavBar nb_MainMenu;
private System.Windows.Forms.Label lb_NowTime;
private Sunny.UI.UIGroupBox uiGroupBox1;
@@ -2721,8 +2734,6 @@
private System.Windows.Forms.Label label14;
public System.Windows.Forms.TextBox tb_CH2codeLeng;
public System.Windows.Forms.TextBox tb_CH1codeLeng;
private System.Windows.Forms.Label lb_CH1Code;
private System.Windows.Forms.Label lb_CH2Code;
public System.Windows.Forms.Label lb_User;
public System.Windows.Forms.Label label34;
private System.Windows.Forms.PictureBox pictureBox5;
@@ -2734,7 +2745,6 @@
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button bt_code1clear;
private System.Windows.Forms.Button bt_code2clear;
public System.Windows.Forms.Label label39;
private System.Windows.Forms.Timer timer_yiqiRun;
private System.Windows.Forms.Label lb_CH2_nowPressureUnit;
private System.Windows.Forms.Label label43;
@@ -2763,7 +2773,6 @@
private System.Windows.Forms.PictureBox pictureBox7;
public System.Windows.Forms.Label label13;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.Label lb_CH3Code;
public System.Windows.Forms.Label lb_CH3MES_INstatus;
private System.Windows.Forms.Label label19;
public System.Windows.Forms.TextBox tb_CH3codeLeng;
@@ -2791,7 +2800,6 @@
private System.Windows.Forms.Label label47;
private System.Windows.Forms.Label lb_CH4nowPressure;
private System.Windows.Forms.Button bt_code4clear;
private System.Windows.Forms.Label lb_CH4Code;
public System.Windows.Forms.Label lb_CH4MES_INstatus;
private System.Windows.Forms.Label label55;
public System.Windows.Forms.TextBox tb_CH4codeLeng;
@@ -2845,6 +2853,11 @@
private System.Windows.Forms.Label label1;
public System.IO.Ports.SerialPort SerialPort_CH3Saoma;
public System.IO.Ports.SerialPort SerialPort_CH4Saoma;
private System.Windows.Forms.CheckBox chk_SaomaFocus;
private Sunny.UI.UITextBox tb_CH2Code;
private Sunny.UI.UITextBox tb_CH1Code;
private Sunny.UI.UITextBox tb_CH3Code;
private Sunny.UI.UITextBox tb_CH4Code;
}
}

View File

@@ -101,13 +101,13 @@ namespace SLC1_N
//Control.CheckForIllegalCrossThreadCalls = true;
// 界面初始化
lb_CH1Code.Text = "";
lb_CH2Code.Text = "";
tb_CH1Code.Text = "";
tb_CH2Code.Text = "";
lb_CH1_Result.Text = " ";
lb_CH2_Result.Text = " ";
lb_CH3Code.Text = "";
lb_CH4Code.Text = "";
tb_CH3Code.Text = "";
tb_CH4Code.Text = "";
lb_CH3_Result.Text = " ";
lb_CH4_Result.Text = " ";
@@ -716,7 +716,7 @@ namespace SLC1_N
return;
}
ch1_oldcode = CODE;
lb_CH1Code.Text = CODE;
tb_CH1Code.Text = CODE;
if (MESswitch)
{
@@ -754,7 +754,7 @@ namespace SLC1_N
return;
}
ch2_oldcode = CODE;
lb_CH2Code.Text = CODE;
tb_CH2Code.Text = CODE;
if (MESswitch)
{
@@ -1394,7 +1394,7 @@ namespace SLC1_N
// 表格
DataGridView1.Invoke(new System.Action<int, bool, string>(Display),
1, result, lb_CH1Code.Text);
1, result, tb_CH1Code.Text);
bool testfinish = false; // 测试结束标志位
@@ -1434,12 +1434,12 @@ namespace SLC1_N
UploadProductionData(m_production.GetTotal(), m_production.GetOK(), m_production.GetNG(), m_production.GetOKRate()); // 更新产能
// 文件
CreateFile(1, result, lb_CH1Code.Text);
CreateFile(1, result, tb_CH1Code.Text);
// MES
if (MESswitch)
{
RtValue rdata = chuzhan(1, lb_CH1Code.Text, result);
RtValue rdata = chuzhan(1, tb_CH1Code.Text, result);
if (rdata.result)
{
SetLabelText(lb_CH1MES_OUTstatus, "PASS", Color.Green);
@@ -1468,7 +1468,7 @@ namespace SLC1_N
}
CH1testCount = 0; // 重置测试次数
lb_CH1Code.Text = "";
tb_CH1Code.Text = "";
ch1workstation = (int)yiqi.standby;
}
}
@@ -1694,7 +1694,7 @@ namespace SLC1_N
// 表格
DataGridView2.Invoke(new System.Action<int, bool, string>(Display),
2, result, lb_CH2Code.Text);
2, result, tb_CH2Code.Text);
bool testfinish = false; // 测试结束标志位
@@ -1734,12 +1734,12 @@ namespace SLC1_N
UploadProductionData(m_production.GetTotal(), m_production.GetOK(), m_production.GetNG(), m_production.GetOKRate()); // 更新产能
// 文件
CreateFile(2, result, lb_CH2Code.Text);
CreateFile(2, result, tb_CH2Code.Text);
// MES
if (MESswitch)
{
RtValue rdata = chuzhan(2, lb_CH2Code.Text, result);
RtValue rdata = chuzhan(2, tb_CH2Code.Text, result);
if (rdata.result)
{
SetLabelText(lb_CH2MES_OUTstatus, "PASS", Color.Green);
@@ -1768,7 +1768,7 @@ namespace SLC1_N
}
CH2testCount = 0; // 重置测试次数
lb_CH2Code.Text = "";
tb_CH2Code.Text = "";
ch2workstation = (int)yiqi.standby;
}
}
@@ -1993,7 +1993,7 @@ namespace SLC1_N
// 表格
DataGridView1.Invoke(new System.Action<int, bool, string>(Display),
3, result, lb_CH3Code.Text);
3, result, tb_CH3Code.Text);
bool testfinish = false; // 测试结束标志位
@@ -2033,12 +2033,12 @@ namespace SLC1_N
UploadProductionData(m_production.GetTotal(), m_production.GetOK(), m_production.GetNG(), m_production.GetOKRate()); // 更新产能
// 文件
CreateFile(3, result, lb_CH3Code.Text);
CreateFile(3, result, tb_CH3Code.Text);
// MES
if (MESswitch)
{
RtValue rdata = chuzhan(3, lb_CH3Code.Text, result);
RtValue rdata = chuzhan(3, tb_CH3Code.Text, result);
if (rdata.result)
{
SetLabelText(lb_CH3MES_OUTstatus, "PASS", Color.Green);
@@ -2067,7 +2067,7 @@ namespace SLC1_N
}
CH3testCount = 0; // 重置测试次数
lb_CH3Code.Text = "";
tb_CH3Code.Text = "";
ch3workstation = (int)yiqi.standby;
}
}
@@ -2294,7 +2294,7 @@ namespace SLC1_N
// 表格
DataGridView2.Invoke(new System.Action<int, bool, string>(Display),
4, result, lb_CH4Code.Text);
4, result, tb_CH4Code.Text);
bool testfinish = false; // 测试结束标志位
@@ -2334,12 +2334,12 @@ namespace SLC1_N
UploadProductionData(m_production.GetTotal(), m_production.GetOK(), m_production.GetNG(), m_production.GetOKRate()); // 更新产能
// 文件
CreateFile(4, result, lb_CH4Code.Text);
CreateFile(4, result, tb_CH4Code.Text);
// MES
if (MESswitch)
{
RtValue rdata = chuzhan(4, lb_CH4Code.Text, result);
RtValue rdata = chuzhan(4, tb_CH4Code.Text, result);
if (rdata.result)
{
SetLabelText(lb_CH4MES_OUTstatus, "PASS", Color.Green);
@@ -2368,7 +2368,7 @@ namespace SLC1_N
}
CH4testCount = 0; // 重置测试次数
lb_CH4Code.Text = "";
tb_CH4Code.Text = "";
ch4workstation = (int)yiqi.standby;
}
}
@@ -3966,7 +3966,7 @@ namespace SLC1_N
// 清除条码1
private void button2_Click(object sender, EventArgs e)
{
lb_CH1Code.Text = "";
tb_CH1Code.Text = "";
ch1_oldcode = "";
lb_CH1MES_INstatus.Text = "##";
}
@@ -3974,21 +3974,21 @@ namespace SLC1_N
// 清除条码2
private void button3_Click(object sender, EventArgs e)
{
lb_CH2Code.Text = "";
tb_CH2Code.Text = "";
ch1_oldcode = "";
lb_CH2MES_INstatus.Text = "##";
}
// 清除条码3
private void bt_code3clear_Click(object sender, EventArgs e)
{
lb_CH3Code.Text = "";
tb_CH3Code.Text = "";
ch1_oldcode = "";
lb_CH3MES_INstatus.Text = "##";
}
// 清除条码4
private void bt_code4clear_Click(object sender, EventArgs e)
{
lb_CH4Code.Text = "";
tb_CH4Code.Text = "";
ch1_oldcode = "";
lb_CH4MES_INstatus.Text = "##";
}
@@ -4153,24 +4153,24 @@ namespace SLC1_N
private void UpdateCodeBox(string CODE)
{
// 1-4顺序放
if (string.IsNullOrEmpty(lb_CH1Code.Text))
if (string.IsNullOrEmpty(tb_CH1Code.Text))
{
lb_CH1Code.Text = CODE;
tb_CH1Code.Text = CODE;
lastUseCodebox = 1;
}
else if (string.IsNullOrEmpty(lb_CH2Code.Text))
else if (string.IsNullOrEmpty(tb_CH2Code.Text))
{
lb_CH2Code.Text = CODE;
tb_CH2Code.Text = CODE;
lastUseCodebox = 2;
}
else if (string.IsNullOrEmpty(lb_CH3Code.Text))
else if (string.IsNullOrEmpty(tb_CH3Code.Text))
{
lb_CH3Code.Text = CODE;
tb_CH3Code.Text = CODE;
lastUseCodebox = 3;
}
else if (string.IsNullOrEmpty(lb_CH4Code.Text))
else if (string.IsNullOrEmpty(tb_CH4Code.Text))
{
lb_CH4Code.Text = CODE;
tb_CH4Code.Text = CODE;
lastUseCodebox = 4;
}
else // suoy 所有框都有条码时
@@ -4179,10 +4179,10 @@ namespace SLC1_N
switch (lastUseCodebox)
{
case 1: lb_CH1Code.Text = CODE; break;
case 2: lb_CH2Code.Text = CODE; break;
case 3: lb_CH3Code.Text = CODE; break;
case 4: lb_CH4Code.Text = CODE; break;
case 1: tb_CH1Code.Text = CODE; break;
case 2: tb_CH2Code.Text = CODE; break;
case 3: tb_CH3Code.Text = CODE; break;
case 4: tb_CH4Code.Text = CODE; break;
}
}
}
@@ -4215,7 +4215,7 @@ namespace SLC1_N
return;
lastCode = code; // 保存
if (lb_CH1Code.Text == code || lb_CH2Code.Text == code || lb_CH3Code.Text == code || lb_CH4Code.Text == code)
if (tb_CH1Code.Text == code || tb_CH2Code.Text == code || tb_CH3Code.Text == code || tb_CH4Code.Text == code)
{
//MessageBox.Show($"条码 {CODE} 已存在", "重复提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
return;
@@ -4277,9 +4277,9 @@ namespace SLC1_N
Console.WriteLine("扫码枪2串口收到:" + code);
if (codelen == tb_CH2codeLeng.Text.Trim())
{
if (code != lb_CH2Code.Text)
if (code != tb_CH2Code.Text)
{
lb_CH2Code.Text = code;
tb_CH2Code.Text = code;
SetUITextBox(tb_CH2MainMessage, "CH2扫码完成");
}
else
@@ -4326,7 +4326,7 @@ namespace SLC1_N
//code = code.Split(';')[0];
//Console.WriteLine("扫码枪3串口去掉分隔符:" + code);
if (lb_CH1Code.Text == code || lb_CH2Code.Text == code || lb_CH3Code.Text == code || lb_CH4Code.Text == code)
if (tb_CH1Code.Text == code || tb_CH2Code.Text == code || tb_CH3Code.Text == code || tb_CH4Code.Text == code)
{
//MessageBox.Show($"条码 {CODE} 已存在", "重复提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
SerialPort_CH3Saoma.DiscardInBuffer();
@@ -4335,7 +4335,7 @@ namespace SLC1_N
if (code.Length.ToString() == tb_CH3codeLeng.Text.Trim())
{
lb_CH3Code.Text = code;
tb_CH3Code.Text = code;
}
else
{
@@ -4376,7 +4376,7 @@ namespace SLC1_N
//code = code.Split(';')[0];
//Console.WriteLine("扫码枪4串口去掉分隔符:" + code);
if (lb_CH1Code.Text == code || lb_CH2Code.Text == code || lb_CH3Code.Text == code || lb_CH4Code.Text == code)
if (tb_CH1Code.Text == code || tb_CH2Code.Text == code || tb_CH3Code.Text == code || tb_CH4Code.Text == code)
{
//MessageBox.Show($"条码 {CODE} 已存在", "重复提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
SerialPort_CH4Saoma.DiscardInBuffer();
@@ -4385,7 +4385,7 @@ namespace SLC1_N
if (code.Length.ToString() == tb_CH4codeLeng.Text.Trim())
{
lb_CH4Code.Text = code;
tb_CH4Code.Text = code;
}
else
{
@@ -4409,12 +4409,12 @@ namespace SLC1_N
// 条码变化函数
private void CH1Code_TextChanged(object sender, EventArgs e)
{
if (!lb_CH1Code.Text.IsNullOrEmpty())
if (!tb_CH1Code.Text.IsNullOrEmpty())
{
bool len_bool = lb_CH1Code.Text.Length.ToString() == tb_CH1codeLeng.Text.Trim(); // 长度
bool rep_bool = (lb_CH1Code.Text != lb_CH2Code.Text &&
lb_CH1Code.Text != lb_CH3Code.Text &&
lb_CH1Code.Text != lb_CH4Code.Text); // 重复
bool len_bool = tb_CH1Code.Text.Length.ToString() == tb_CH1codeLeng.Text.Trim(); // 长度
bool rep_bool = (tb_CH1Code.Text != tb_CH2Code.Text &&
tb_CH1Code.Text != tb_CH3Code.Text &&
tb_CH1Code.Text != tb_CH4Code.Text); // 重复
if (len_bool && rep_bool)
{
Console.WriteLine("CH1Code_TextChanged()");
@@ -4426,7 +4426,7 @@ namespace SLC1_N
Task.Run(() =>
{
// MES入站
RtValue ret = ruzhan(1, lb_CH1Code.Text);
RtValue ret = ruzhan(1, tb_CH1Code.Text);
if (ret.result)
{
SetLabelText(lb_CH1MES_INstatus, "PASS", Color.Green);
@@ -4491,22 +4491,22 @@ namespace SLC1_N
else
{
if(!len_bool)
SetUITextBox(tb_CH1MainMessage, $"[CH1]当前条码长度{lb_CH1Code.Text.Length},限定{tb_CH1codeLeng.Text}");
SetUITextBox(tb_CH1MainMessage, $"[CH1]当前条码长度{tb_CH1Code.Text.Length},限定{tb_CH1codeLeng.Text}");
else if(!rep_bool)
SetUITextBox(tb_CH1MainMessage, "[CH1]当前条码重复"); // 看起来条码接收函数处理了,这里不会触发
lb_CH1Code.Text = "";
tb_CH1Code.Text = "";
}
}
}
private void CH2Code_TextChanged(object sender, EventArgs e)
{
if (!lb_CH2Code.Text.IsNullOrEmpty())
if (!tb_CH2Code.Text.IsNullOrEmpty())
{
bool len_bool = lb_CH2Code.Text.Length.ToString() == tb_CH2codeLeng.Text.Trim();
bool rep_bool = (lb_CH2Code.Text != lb_CH1Code.Text &&
lb_CH2Code.Text != lb_CH3Code.Text &&
lb_CH2Code.Text != lb_CH4Code.Text);
bool len_bool = tb_CH2Code.Text.Length.ToString() == tb_CH2codeLeng.Text.Trim();
bool rep_bool = (tb_CH2Code.Text != tb_CH1Code.Text &&
tb_CH2Code.Text != tb_CH3Code.Text &&
tb_CH2Code.Text != tb_CH4Code.Text);
if (len_bool && rep_bool)
{
Console.WriteLine("CH2Code_TextChanged()");
@@ -4518,7 +4518,7 @@ namespace SLC1_N
Task.Run(() =>
{
// MES入站
RtValue ret = ruzhan(2, lb_CH2Code.Text);
RtValue ret = ruzhan(2, tb_CH2Code.Text);
if (ret.result)
{
SetLabelText(lb_CH2MES_INstatus, "PASS", Color.Green);
@@ -4583,10 +4583,10 @@ namespace SLC1_N
else
{
if (!len_bool)
SetUITextBox(tb_CH2MainMessage, $"[CH2]当前条码长度{lb_CH2Code.Text.Length},限定{tb_CH2codeLeng.Text}");
SetUITextBox(tb_CH2MainMessage, $"[CH2]当前条码长度{tb_CH2Code.Text.Length},限定{tb_CH2codeLeng.Text}");
else if (!rep_bool)
SetUITextBox(tb_CH2MainMessage, "[CH2]当前条码重复");
lb_CH2Code.Text = "";
tb_CH2Code.Text = "";
}
}
}
@@ -4594,12 +4594,12 @@ namespace SLC1_N
private void lb_CH3Code_TextChanged(object sender, EventArgs e)
{
if (!lb_CH3Code.Text.IsNullOrEmpty())
if (!tb_CH3Code.Text.IsNullOrEmpty())
{
bool len_bool = lb_CH3Code.Text.Length.ToString() == tb_CH3codeLeng.Text.Trim();
bool rep_bool = (lb_CH3Code.Text != lb_CH1Code.Text &&
lb_CH3Code.Text != lb_CH2Code.Text &&
lb_CH3Code.Text != lb_CH4Code.Text);
bool len_bool = tb_CH3Code.Text.Length.ToString() == tb_CH3codeLeng.Text.Trim();
bool rep_bool = (tb_CH3Code.Text != tb_CH1Code.Text &&
tb_CH3Code.Text != tb_CH2Code.Text &&
tb_CH3Code.Text != tb_CH4Code.Text);
if (len_bool && rep_bool)
{
Console.WriteLine("CH3Code_TextChanged()");
@@ -4611,7 +4611,7 @@ namespace SLC1_N
Task.Run(() =>
{
// MES入站
RtValue ret = ruzhan(3, lb_CH3Code.Text);
RtValue ret = ruzhan(3, tb_CH3Code.Text);
if (ret.result)
{
SetLabelText(lb_CH3MES_INstatus, "PASS", Color.Green);
@@ -4676,22 +4676,22 @@ namespace SLC1_N
else
{
if (!len_bool)
SetUITextBox(tb_CH1MainMessage, $"[CH3]当前条码长度{lb_CH3Code.Text.Length},限定{tb_CH3codeLeng.Text}");
SetUITextBox(tb_CH1MainMessage, $"[CH3]当前条码长度{tb_CH3Code.Text.Length},限定{tb_CH3codeLeng.Text}");
else if (!rep_bool)
SetUITextBox(tb_CH1MainMessage, "[CH3]当前条码重复");
lb_CH3Code.Text = "";
tb_CH3Code.Text = "";
}
}
}
private void lb_CH4Code_TextChanged(object sender, EventArgs e)
{
if (!lb_CH4Code.Text.IsNullOrEmpty())
if (!tb_CH4Code.Text.IsNullOrEmpty())
{
bool len_bool = lb_CH4Code.Text.Length.ToString() == tb_CH4codeLeng.Text.Trim();
bool rep_bool = (lb_CH4Code.Text != lb_CH1Code.Text &&
lb_CH4Code.Text != lb_CH2Code.Text &&
lb_CH4Code.Text != lb_CH3Code.Text);
bool len_bool = tb_CH4Code.Text.Length.ToString() == tb_CH4codeLeng.Text.Trim();
bool rep_bool = (tb_CH4Code.Text != tb_CH1Code.Text &&
tb_CH4Code.Text != tb_CH2Code.Text &&
tb_CH4Code.Text != tb_CH3Code.Text);
if (len_bool && rep_bool)
{
Console.WriteLine("CH4Code_TextChanged()");
@@ -4703,7 +4703,7 @@ namespace SLC1_N
Task.Run(() =>
{
// MES入站
RtValue ret = ruzhan(4, lb_CH4Code.Text);
RtValue ret = ruzhan(4, tb_CH4Code.Text);
if (ret.result)
{
SetLabelText(lb_CH4MES_INstatus, "PASS", Color.Green);
@@ -4768,10 +4768,10 @@ namespace SLC1_N
else
{
if (!len_bool)
SetUITextBox(tb_CH2MainMessage, $"[CH4]当前条码长度{lb_CH4Code.Text.Length},限定{tb_CH4codeLeng.Text}");
SetUITextBox(tb_CH2MainMessage, $"[CH4]当前条码长度{tb_CH4Code.Text.Length},限定{tb_CH4codeLeng.Text}");
else if (!rep_bool)
SetUITextBox(tb_CH2MainMessage, "[CH4]当前条码重复");
lb_CH4Code.Text = "";
tb_CH4Code.Text = "";
}
}
}
@@ -5248,5 +5248,70 @@ namespace SLC1_N
OpenForm(elec, true);
}
}
#region USB扫码
private StringBuilder codeBuff = new StringBuilder();
private DateTime lastKeyTime = DateTime.Now;
private readonly int timeoutMs = 300;
private bool monitorAllInput = false;
private void tb_CHxCode_KeyPress(object sender, KeyPressEventArgs e)
{
if (monitorAllInput || sender is Sunny.UI.UITextBox)
{
ProcessKeyPress(e.KeyChar);
e.Handled = true; // 阻止字符显示
}
}
// 条码字符处理
private void ProcessKeyPress(char keyChar)
{
TimeSpan elapsed = DateTime.Now - lastKeyTime;
if (elapsed.TotalMilliseconds > timeoutMs)
{
codeBuff.Clear();
}
lastKeyTime = DateTime.Now;
if (keyChar == '\r' || keyChar == '\n')
{
string barcode = codeBuff.ToString().Trim();
if (!string.IsNullOrEmpty(barcode))
{
UpdateCodeBox(barcode);
}
codeBuff.Clear();
}
else
{
codeBuff.Append(keyChar);
}
}
// 主窗口的KeyPreview设置为true重写函数捕获所有键盘输入勿删没有引用但是运行会调用
protected override void OnKeyPress(KeyPressEventArgs e)
{
if (monitorAllInput)
{
ProcessKeyPress(e.KeyChar);
e.Handled = true; // 阻止进一步处理
}
base.OnKeyPress(e); // 调用基类实现,确保其他功能正常
}
// 专注扫码复选框
private void chk_SaomaFocus_CheckedChanged(object sender, EventArgs e)
{
monitorAllInput = chk_SaomaFocus.Checked;
if (monitorAllInput)
{
// 监控所有输入时,让文本框获取焦点以便接收键盘事件
this.Focus();
}
}
#endregion
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -16,8 +16,8 @@
"IsWarningEnabled": false,
"IsXXXEnabled": false,
"CodeScanner": "SerialPort",
"CodeLength1": "10",
"CodeLength2": "10",
"CodeLength1": "12",
"CodeLength2": "12",
"ch2ipaddress": "192.168.1.131",
"1params_number1": "1",
"1paraname1": "产品1-1",
@@ -100,12 +100,12 @@
"CSV": false,
"FilePath": "D:\\桌面\\测试记录",
"MESswitch": false,
"CodeLength3": "10",
"CodeLength4": "10",
"CodeLength3": "12",
"CodeLength4": "12",
"ch3AutoConnect": false,
"ch4AutoConnect": false,
"ch3ipaddress": "192.168.1.131",
"ch4ipaddress": "192.168.1.131",
"ch3ipaddress": "192.168.1.136",
"ch4ipaddress": "192.168.1.136",
"mes_urlip": "localhost",
"mes_urlport": "43120",
"mes_partno": "1",
@@ -144,5 +144,5 @@
"SerialPort_CH4BaudRate": "9600",
"SerialPort_CH4PortName": "COM51",
"chk_ContinueTest": true,
"tb_ContinueTestCount": 4
"tb_ContinueTestCount": 20
}

View File

@@ -1,9 +1,9 @@
{
"ProductionData": {
"Total": 5,
"OK": 5,
"Total": 7,
"OK": 7,
"NG": 0,
"LastUpdate": "2025-10-31T16:59:54.9456812+08:00",
"LastUpdate": "2025-11-03T17:21:54.0189826+08:00",
"OKRate": 100.0,
"NGRate": 0.0
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
3c514567681344fb0ba35a3557a2904c933999e44f07d9b963377f8be920f385
c01af3f81e11c80737859ab83d4121a4923acc143099473d022c41a88314d7cc

View File

@@ -494,3 +494,85 @@ D:\桌面\莫禧亮\华勤\华贝LL-28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.cs
D:\桌面\莫禧亮\华勤\华贝LL-28\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华勤\华贝LL-28\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.exe
D:\桌面\莫禧亮\华勤\华贝LL-28\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.cs
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.exe.config
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.exe
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI2.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\HslCommunication.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Spire.XLS.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.Common.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.xml
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.xml
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.AssemblyReference.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\Interop.ADOX.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.ResolveComReference.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Activate.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_hbMESset.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_NetworkSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Electricity.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form1.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLCconnect.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_RootSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.LeakCompensate.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_LogOn.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_SaomaSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Properties.Resources.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Save.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserManagement.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserPassword.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Warning.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.GenerateResource.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.CoreCompileInputs.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.exe
D:\桌面\莫禧亮\华勤\华贝LL-28\直压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.cs
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.exe.config
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.exe
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\LL28-V25102401.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Guna.UI2.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\HslCommunication.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Spire.XLS.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.Common.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\SunnyUI.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\NetWorkHelper.pdb
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\EasyModbus.xml
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\bin\Debug\Newtonsoft.Json.xml
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.AssemblyReference.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\Interop.ADOX.dll
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.ResolveComReference.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Activate.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_hbMESset.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_NetworkSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Electricity.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form1.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_PLCconnect.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_RootSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.LeakCompensate.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_LogOn.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_SaomaSet.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Properties.Resources.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Form_Save.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserManagement.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.UserPassword.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1_N.Warning.resources
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.GenerateResource.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.CoreCompileInputs.cache
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.exe
D:\桌面\莫禧亮\华勤\华贝LL-28\差压\USB扫码枪版本\huabei4tongdao\SLC1-N\obj\Debug\LL28-V25102401.pdb