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;
}
}