namespace SLC1_N { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("MES日志"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("MES设置"); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("MES在线/离线"); System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("MES选项", new System.Windows.Forms.TreeNode[] { treeNode1, treeNode2, treeNode3}); System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("测试参数"); System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("存储设置"); System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("产能清零"); System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("CH1仪器启动"); System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("CH2仪器启动"); System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("CH3仪器启动"); System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("CH4仪器启动"); System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("CH1仪器-复位"); System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("CH2仪器-复位"); System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("CH3仪器-复位"); System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("CH4仪器-复位"); System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("厂商配置"); System.Windows.Forms.TreeNode treeNode17 = new System.Windows.Forms.TreeNode("参数设置", new System.Windows.Forms.TreeNode[] { treeNode5, treeNode6, treeNode7, treeNode8, treeNode9, treeNode10, treeNode11, treeNode12, treeNode13, treeNode14, treeNode15, treeNode16}); System.Windows.Forms.TreeNode treeNode18 = new System.Windows.Forms.TreeNode("仪器网络设置"); System.Windows.Forms.TreeNode treeNode19 = new System.Windows.Forms.TreeNode("扫码器设置"); System.Windows.Forms.TreeNode treeNode20 = new System.Windows.Forms.TreeNode("PLC控制"); System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("PLC网口配置"); System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("通讯设置", new System.Windows.Forms.TreeNode[] { treeNode18, treeNode19, treeNode20, treeNode21}); System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("登录"); System.Windows.Forms.TreeNode treeNode24 = new System.Windows.Forms.TreeNode("注销"); System.Windows.Forms.TreeNode treeNode25 = new System.Windows.Forms.TreeNode("权限设置"); System.Windows.Forms.TreeNode treeNode26 = new System.Windows.Forms.TreeNode("用户操作", new System.Windows.Forms.TreeNode[] { treeNode23, treeNode24, treeNode25}); System.Windows.Forms.TreeNode treeNode27 = new System.Windows.Forms.TreeNode("报警记录"); System.Windows.Forms.TreeNode treeNode28 = new System.Windows.Forms.TreeNode("清理日志"); System.Windows.Forms.TreeNode treeNode29 = new System.Windows.Forms.TreeNode("文件管理", new System.Windows.Forms.TreeNode[] { treeNode27, treeNode28}); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.SerialPort_CH1Saoma = new System.IO.Ports.SerialPort(this.components); this.lb_CH2_SmallLeakUnit = new System.Windows.Forms.Label(); this.lb_CH2_PressureUnit = new System.Windows.Forms.Label(); this.lb_CH2_Result = new System.Windows.Forms.Label(); this.lb_CH2_Status = new System.Windows.Forms.Label(); this.pb_CH2progressBar = new Sunny.UI.UIProcessBar(); this.label45 = new System.Windows.Forms.Label(); this.lb_CH2Communication_status = new System.Windows.Forms.Label(); this.lb_CH2_SmallLeak = new System.Windows.Forms.Label(); this.lb_CH1_SmallLeakUnit = new System.Windows.Forms.Label(); this.lb_CH1_PressureUnit = new System.Windows.Forms.Label(); this.lb_CH2_TestPressure = new System.Windows.Forms.Label(); this.label69 = new System.Windows.Forms.Label(); this.CH1_2presstext = new System.Windows.Forms.Label(); this.label75 = new System.Windows.Forms.Label(); this.label103 = new System.Windows.Forms.Label(); this.uiGroupBox5 = new Sunny.UI.UIGroupBox(); this.lb_CH2testTime = new System.Windows.Forms.Label(); this.lb_CH2TestPressureDown = new System.Windows.Forms.Label(); this.label59 = new System.Windows.Forms.Label(); this.label60 = new System.Windows.Forms.Label(); this.tb_CH2Code = new Sunny.UI.UITextBox(); this.lb_CH2TestPressureUp = new System.Windows.Forms.Label(); this.bt_code2clear = new System.Windows.Forms.Button(); this.label63 = new System.Windows.Forms.Label(); this.lb_CH2MES_INstatus = new System.Windows.Forms.Label(); this.lb_CH2ProcessTime4 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label67 = new System.Windows.Forms.Label(); this.tb_CH2codeLeng = new System.Windows.Forms.TextBox(); this.lb_CH2ProcessTime3 = new System.Windows.Forms.Label(); this.label72 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.lb_CH2ProcessTime2 = new System.Windows.Forms.Label(); this.lb_CH2MES_OUTstatus = new System.Windows.Forms.Label(); this.label74 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lb_CH2ProcessTime1 = new System.Windows.Forms.Label(); this.label77 = new System.Windows.Forms.Label(); this.bt_test = new System.Windows.Forms.Button(); this.lb_CH1Communication_status = new System.Windows.Forms.Label(); this.lb_CH1_Result = new System.Windows.Forms.Label(); this.lb_CH1_Status = new System.Windows.Forms.Label(); this.pb_CH1progressBar = new Sunny.UI.UIProcessBar(); this.label50 = new System.Windows.Forms.Label(); this.lb_CH1_SmallLeak = new System.Windows.Forms.Label(); this.lb_CH1_TestPressure = new System.Windows.Forms.Label(); this.label49 = new System.Windows.Forms.Label(); this.CH1_1presstext = new System.Windows.Forms.Label(); this.label51 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.nb_MainMenu = new Sunny.UI.UINavBar(); this.chk_SaomaFocus = new System.Windows.Forms.CheckBox(); this.bt_test2 = new System.Windows.Forms.Button(); this.lb_User = new System.Windows.Forms.Label(); this.pb_MESswitch = new System.Windows.Forms.PictureBox(); this.lb_MESswitch = new System.Windows.Forms.Label(); this.pb_PLC_CommunicationStatus = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.lb_NowTime = new System.Windows.Forms.Label(); this.PLCControl = new Sunny.UI.UIHeaderButton(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.lb_CH1testTime = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.lb_CH1TestPressureDown = new System.Windows.Forms.Label(); this.label43 = new System.Windows.Forms.Label(); this.lb_CH1TestPressureUp = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lb_CH1ProcessTime4 = new System.Windows.Forms.Label(); this.label42 = new System.Windows.Forms.Label(); this.lb_CH1ProcessTime3 = new System.Windows.Forms.Label(); this.label46 = new System.Windows.Forms.Label(); this.lb_CH1ProcessTime2 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.lb_CH1ProcessTime1 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.tb_CH1Code = new Sunny.UI.UITextBox(); this.bt_code1clear = new System.Windows.Forms.Button(); this.label34 = new System.Windows.Forms.Label(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.label31 = new System.Windows.Forms.Label(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label28 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label18 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.lb_CH1MES_INstatus = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.tb_CH1codeLeng = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.lb_CH1MES_OUTstatus = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.DataGridView1 = new Sunny.UI.UIDataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CH2ReceiveText = new System.Windows.Forms.TextBox(); this.CH1ReceiveText = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer_yiqiRun = new System.Windows.Forms.Timer(this.components); this.tb_CH1MainMessage = new Sunny.UI.UITextBox(); this.UserClear = new System.Windows.Forms.Timer(this.components); this.tb_CH2MainMessage = new Sunny.UI.UITextBox(); this.SerialPort_CH2Saoma = new System.IO.Ports.SerialPort(this.components); this.timer_ClearMainMessage = new System.Windows.Forms.Timer(this.components); 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.lb_CH3testTime = new System.Windows.Forms.Label(); this.label39 = new System.Windows.Forms.Label(); this.lb_CH3TestPressureDown = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tb_CH3Code = new Sunny.UI.UITextBox(); this.lb_CH3TestPressureUp = new System.Windows.Forms.Label(); this.bt_code3clear = new System.Windows.Forms.Button(); this.label36 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lb_CH3ProcessTime4 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label44 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lb_CH3ProcessTime3 = new System.Windows.Forms.Label(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.label48 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.lb_CH3ProcessTime2 = new System.Windows.Forms.Label(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.label53 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.lb_CH3ProcessTime1 = new System.Windows.Forms.Label(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.label57 = 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(); this.label20 = new System.Windows.Forms.Label(); this.lb_CH3MES_OUTstatus = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.lb_CH3_SmallLeakUnit = new System.Windows.Forms.Label(); this.lb_CH3_PressureUnit = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.lb_CH3_Result = new System.Windows.Forms.Label(); this.lb_CH3_Status = new System.Windows.Forms.Label(); this.pb_CH3progressBar = new Sunny.UI.UIProcessBar(); this.label33 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.lb_CH3Communication_status = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); this.lb_CH3_SmallLeak = new System.Windows.Forms.Label(); this.lb_CH3_TestPressure = new System.Windows.Forms.Label(); this.uiGroupBox3 = new Sunny.UI.UIGroupBox(); this.lb_CH4testTime = new System.Windows.Forms.Label(); this.label52 = new System.Windows.Forms.Label(); this.lb_CH4TestPressureDown = new System.Windows.Forms.Label(); this.label79 = new System.Windows.Forms.Label(); this.tb_CH4Code = new Sunny.UI.UITextBox(); this.lb_CH4TestPressureUp = new System.Windows.Forms.Label(); this.bt_code4clear = new System.Windows.Forms.Button(); this.label81 = new System.Windows.Forms.Label(); this.lb_CH4MES_INstatus = new System.Windows.Forms.Label(); this.lb_CH4ProcessTime4 = new System.Windows.Forms.Label(); this.label55 = new System.Windows.Forms.Label(); this.label83 = new System.Windows.Forms.Label(); this.tb_CH4codeLeng = new System.Windows.Forms.TextBox(); this.lb_CH4ProcessTime3 = new System.Windows.Forms.Label(); this.pb_CH4progressBar = new Sunny.UI.UIProcessBar(); this.label85 = new System.Windows.Forms.Label(); this.label56 = new System.Windows.Forms.Label(); this.lb_CH4ProcessTime2 = new System.Windows.Forms.Label(); this.lb_CH4MES_OUTstatus = new System.Windows.Forms.Label(); this.label87 = new System.Windows.Forms.Label(); this.label58 = new System.Windows.Forms.Label(); this.lb_CH4ProcessTime1 = new System.Windows.Forms.Label(); this.lb_CH4_SmallLeakUnit = new System.Windows.Forms.Label(); this.label89 = new System.Windows.Forms.Label(); this.lb_CH4_PressureUnit = new System.Windows.Forms.Label(); this.label62 = new System.Windows.Forms.Label(); this.lb_CH4_Result = new System.Windows.Forms.Label(); this.lb_CH4_Status = new System.Windows.Forms.Label(); this.label65 = new System.Windows.Forms.Label(); this.label66 = new System.Windows.Forms.Label(); this.lb_CH4Communication_status = new System.Windows.Forms.Label(); this.label70 = new System.Windows.Forms.Label(); this.label71 = new System.Windows.Forms.Label(); this.lb_CH4_SmallLeak = new System.Windows.Forms.Label(); this.lb_CH4_TestPressure = new System.Windows.Forms.Label(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.uiGroupBox4 = new Sunny.UI.UIGroupBox(); this.lb_OKRate = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.lb_NGnumber = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.lb_OKnumber = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.lb_Total = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.label21 = new System.Windows.Forms.Label(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.label24 = new System.Windows.Forms.Label(); 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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridView2 = new Sunny.UI.UIDataGridView(); this.uiGroupBox5.SuspendLayout(); this.nb_MainMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb_MESswitch)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pb_PLC_CommunicationStatus)).BeginInit(); this.uiGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit(); this.uiGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); this.uiGroupBox3.SuspendLayout(); this.uiGroupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView2)).BeginInit(); this.SuspendLayout(); // // SerialPort_CH1Saoma // this.SerialPort_CH1Saoma.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort_CH1Saoma_DataReceived); // // lb_CH2_SmallLeakUnit // this.lb_CH2_SmallLeakUnit.AutoSize = true; this.lb_CH2_SmallLeakUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH2_SmallLeakUnit.Location = new System.Drawing.Point(354, 151); this.lb_CH2_SmallLeakUnit.Name = "lb_CH2_SmallLeakUnit"; this.lb_CH2_SmallLeakUnit.Size = new System.Drawing.Size(25, 16); this.lb_CH2_SmallLeakUnit.TabIndex = 423; this.lb_CH2_SmallLeakUnit.Text = "Pa"; // // lb_CH2_PressureUnit // this.lb_CH2_PressureUnit.AutoSize = true; this.lb_CH2_PressureUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH2_PressureUnit.Location = new System.Drawing.Point(202, 151); this.lb_CH2_PressureUnit.Name = "lb_CH2_PressureUnit"; this.lb_CH2_PressureUnit.Size = new System.Drawing.Size(34, 16); this.lb_CH2_PressureUnit.TabIndex = 419; this.lb_CH2_PressureUnit.Text = "Kpa"; // // lb_CH2_Result // this.lb_CH2_Result.AutoSize = true; this.lb_CH2_Result.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_Result.Font = new System.Drawing.Font("宋体", 80F); this.lb_CH2_Result.ForeColor = System.Drawing.Color.Red; this.lb_CH2_Result.Location = new System.Drawing.Point(522, 151); this.lb_CH2_Result.Name = "lb_CH2_Result"; this.lb_CH2_Result.Size = new System.Drawing.Size(153, 107); this.lb_CH2_Result.TabIndex = 28; this.lb_CH2_Result.Text = "NG"; // // lb_CH2_Status // this.lb_CH2_Status.AutoSize = true; this.lb_CH2_Status.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_Status.Font = new System.Drawing.Font("宋体", 25F); this.lb_CH2_Status.Location = new System.Drawing.Point(390, 210); this.lb_CH2_Status.Name = "lb_CH2_Status"; this.lb_CH2_Status.Size = new System.Drawing.Size(83, 34); this.lb_CH2_Status.TabIndex = 28; this.lb_CH2_Status.Text = "待机"; // // pb_CH2progressBar // this.pb_CH2progressBar.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pb_CH2progressBar.Location = new System.Drawing.Point(94, 212); this.pb_CH2progressBar.MinimumSize = new System.Drawing.Size(70, 3); this.pb_CH2progressBar.Name = "pb_CH2progressBar"; this.pb_CH2progressBar.Size = new System.Drawing.Size(70, 29); this.pb_CH2progressBar.Style = Sunny.UI.UIStyle.Custom; this.pb_CH2progressBar.TabIndex = 28; this.pb_CH2progressBar.Text = "uiProcessBar1"; // // label45 // this.label45.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.label45.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label45.ForeColor = System.Drawing.Color.Black; this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label45.Location = new System.Drawing.Point(5, 218); this.label45.Name = "label45"; this.label45.Size = new System.Drawing.Size(101, 27); this.label45.TabIndex = 28; this.label45.Text = "测试进度:"; // // lb_CH2Communication_status // this.lb_CH2Communication_status.AutoSize = true; this.lb_CH2Communication_status.BackColor = System.Drawing.Color.Transparent; this.lb_CH2Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH2Communication_status.Location = new System.Drawing.Point(29, 178); this.lb_CH2Communication_status.Name = "lb_CH2Communication_status"; this.lb_CH2Communication_status.Size = new System.Drawing.Size(25, 16); this.lb_CH2Communication_status.TabIndex = 29; this.lb_CH2Communication_status.Text = "NG"; // // lb_CH2_SmallLeak // this.lb_CH2_SmallLeak.AutoSize = true; this.lb_CH2_SmallLeak.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_SmallLeak.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH2_SmallLeak.Location = new System.Drawing.Point(275, 179); this.lb_CH2_SmallLeak.Name = "lb_CH2_SmallLeak"; this.lb_CH2_SmallLeak.Size = new System.Drawing.Size(31, 19); this.lb_CH2_SmallLeak.TabIndex = 412; this.lb_CH2_SmallLeak.Text = "##"; // // lb_CH1_SmallLeakUnit // this.lb_CH1_SmallLeakUnit.AutoSize = true; this.lb_CH1_SmallLeakUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH1_SmallLeakUnit.Location = new System.Drawing.Point(379, 155); this.lb_CH1_SmallLeakUnit.Name = "lb_CH1_SmallLeakUnit"; this.lb_CH1_SmallLeakUnit.Size = new System.Drawing.Size(25, 16); this.lb_CH1_SmallLeakUnit.TabIndex = 423; this.lb_CH1_SmallLeakUnit.Text = "Pa"; // // lb_CH1_PressureUnit // this.lb_CH1_PressureUnit.AutoSize = true; this.lb_CH1_PressureUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH1_PressureUnit.Location = new System.Drawing.Point(230, 155); this.lb_CH1_PressureUnit.Name = "lb_CH1_PressureUnit"; this.lb_CH1_PressureUnit.Size = new System.Drawing.Size(34, 16); this.lb_CH1_PressureUnit.TabIndex = 419; this.lb_CH1_PressureUnit.Text = "Kpa"; // // lb_CH2_TestPressure // this.lb_CH2_TestPressure.AutoSize = true; this.lb_CH2_TestPressure.BackColor = System.Drawing.Color.Transparent; this.lb_CH2_TestPressure.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH2_TestPressure.Location = new System.Drawing.Point(133, 178); this.lb_CH2_TestPressure.Name = "lb_CH2_TestPressure"; this.lb_CH2_TestPressure.Size = new System.Drawing.Size(31, 19); this.lb_CH2_TestPressure.TabIndex = 28; this.lb_CH2_TestPressure.Text = "##"; // // label69 // this.label69.AutoSize = true; this.label69.BackColor = System.Drawing.Color.Transparent; this.label69.Font = new System.Drawing.Font("宋体", 12F); this.label69.Location = new System.Drawing.Point(6, 151); this.label69.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label69.Name = "label69"; this.label69.Size = new System.Drawing.Size(71, 16); this.label69.TabIndex = 407; this.label69.Text = "通讯状态"; // // CH1_2presstext // this.CH1_2presstext.AutoSize = true; this.CH1_2presstext.BackColor = System.Drawing.Color.Transparent; this.CH1_2presstext.Font = new System.Drawing.Font("宋体", 12F); this.CH1_2presstext.Location = new System.Drawing.Point(102, 151); this.CH1_2presstext.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH1_2presstext.Name = "CH1_2presstext"; this.CH1_2presstext.Size = new System.Drawing.Size(71, 16); this.CH1_2presstext.TabIndex = 400; this.CH1_2presstext.Text = "测试压力"; // // label75 // this.label75.AutoSize = true; this.label75.BackColor = System.Drawing.Color.Transparent; this.label75.Font = new System.Drawing.Font("宋体", 12F); this.label75.Location = new System.Drawing.Point(275, 152); this.label75.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label75.Name = "label75"; this.label75.Size = new System.Drawing.Size(55, 16); this.label75.TabIndex = 401; this.label75.Text = "泄漏量"; // // label103 // this.label103.AutoSize = true; this.label103.BackColor = System.Drawing.Color.Transparent; this.label103.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label103.Location = new System.Drawing.Point(3, 95); this.label103.Name = "label103"; this.label103.Size = new System.Drawing.Size(58, 24); this.label103.TabIndex = 427; this.label103.Text = "条码"; // // uiGroupBox5 // this.uiGroupBox5.Controls.Add(this.lb_CH2testTime); this.uiGroupBox5.Controls.Add(this.lb_CH2TestPressureDown); this.uiGroupBox5.Controls.Add(this.label59); this.uiGroupBox5.Controls.Add(this.label60); this.uiGroupBox5.Controls.Add(this.tb_CH2Code); this.uiGroupBox5.Controls.Add(this.lb_CH2TestPressureUp); this.uiGroupBox5.Controls.Add(this.bt_code2clear); this.uiGroupBox5.Controls.Add(this.label63); this.uiGroupBox5.Controls.Add(this.lb_CH2MES_INstatus); this.uiGroupBox5.Controls.Add(this.lb_CH2ProcessTime4); this.uiGroupBox5.Controls.Add(this.label16); this.uiGroupBox5.Controls.Add(this.label67); this.uiGroupBox5.Controls.Add(this.tb_CH2codeLeng); this.uiGroupBox5.Controls.Add(this.lb_CH2ProcessTime3); this.uiGroupBox5.Controls.Add(this.pb_CH2progressBar); this.uiGroupBox5.Controls.Add(this.label72); this.uiGroupBox5.Controls.Add(this.label10); this.uiGroupBox5.Controls.Add(this.lb_CH2ProcessTime2); this.uiGroupBox5.Controls.Add(this.lb_CH2MES_OUTstatus); this.uiGroupBox5.Controls.Add(this.label74); this.uiGroupBox5.Controls.Add(this.label8); this.uiGroupBox5.Controls.Add(this.lb_CH2ProcessTime1); this.uiGroupBox5.Controls.Add(this.lb_CH2_SmallLeakUnit); this.uiGroupBox5.Controls.Add(this.label77); this.uiGroupBox5.Controls.Add(this.lb_CH2_PressureUnit); this.uiGroupBox5.Controls.Add(this.label103); this.uiGroupBox5.Controls.Add(this.lb_CH2_Result); this.uiGroupBox5.Controls.Add(this.lb_CH2_Status); this.uiGroupBox5.Controls.Add(this.label75); this.uiGroupBox5.Controls.Add(this.label45); this.uiGroupBox5.Controls.Add(this.lb_CH2Communication_status); this.uiGroupBox5.Controls.Add(this.CH1_2presstext); this.uiGroupBox5.Controls.Add(this.label69); this.uiGroupBox5.Controls.Add(this.lb_CH2_SmallLeak); this.uiGroupBox5.Controls.Add(this.lb_CH2_TestPressure); this.uiGroupBox5.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox5.Location = new System.Drawing.Point(683, 103); this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox5.Name = "uiGroupBox5"; this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox5.Size = new System.Drawing.Size(686, 262); this.uiGroupBox5.Style = Sunny.UI.UIStyle.Custom; this.uiGroupBox5.TabIndex = 443; this.uiGroupBox5.Text = "CH2工位"; this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // lb_CH2testTime // this.lb_CH2testTime.AutoSize = true; this.lb_CH2testTime.BackColor = System.Drawing.Color.Transparent; this.lb_CH2testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2testTime.Location = new System.Drawing.Point(327, 216); this.lb_CH2testTime.Name = "lb_CH2testTime"; this.lb_CH2testTime.Size = new System.Drawing.Size(29, 20); this.lb_CH2testTime.TabIndex = 490; this.lb_CH2testTime.Text = "##"; // // lb_CH2TestPressureDown // this.lb_CH2TestPressureDown.AutoSize = true; this.lb_CH2TestPressureDown.BackColor = System.Drawing.Color.Transparent; this.lb_CH2TestPressureDown.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2TestPressureDown.Location = new System.Drawing.Point(604, 131); this.lb_CH2TestPressureDown.Name = "lb_CH2TestPressureDown"; this.lb_CH2TestPressureDown.Size = new System.Drawing.Size(29, 20); this.lb_CH2TestPressureDown.TabIndex = 474; this.lb_CH2TestPressureDown.Text = "##"; // // label59 // this.label59.AutoSize = true; this.label59.BackColor = System.Drawing.Color.Transparent; this.label59.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label59.Location = new System.Drawing.Point(191, 216); this.label59.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label59.Name = "label59"; this.label59.Size = new System.Drawing.Size(129, 20); this.label59.TabIndex = 491; this.label59.Text = "测试总时长:"; // // label60 // this.label60.AutoSize = true; this.label60.BackColor = System.Drawing.Color.Transparent; this.label60.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label60.Location = new System.Drawing.Point(448, 131); this.label60.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label60.Name = "label60"; this.label60.Size = new System.Drawing.Size(149, 20); this.label60.TabIndex = 475; this.label60.Text = "测试压力下限:"; // // 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(75, 94); 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(355, 34); this.tb_CH2Code.Style = Sunny.UI.UIStyle.Custom; this.tb_CH2Code.TabIndex = 431; 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_CH2TestPressureUp // this.lb_CH2TestPressureUp.AutoSize = true; this.lb_CH2TestPressureUp.BackColor = System.Drawing.Color.Transparent; this.lb_CH2TestPressureUp.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2TestPressureUp.Location = new System.Drawing.Point(604, 100); this.lb_CH2TestPressureUp.Name = "lb_CH2TestPressureUp"; this.lb_CH2TestPressureUp.Size = new System.Drawing.Size(29, 20); this.lb_CH2TestPressureUp.TabIndex = 472; this.lb_CH2TestPressureUp.Text = "##"; // // bt_code2clear // this.bt_code2clear.Location = new System.Drawing.Point(9, 30); this.bt_code2clear.Name = "bt_code2clear"; this.bt_code2clear.Size = new System.Drawing.Size(61, 51); this.bt_code2clear.TabIndex = 460; this.bt_code2clear.Text = "清除条码"; this.bt_code2clear.UseVisualStyleBackColor = true; this.bt_code2clear.Click += new System.EventHandler(this.button3_Click); // // label63 // this.label63.AutoSize = true; this.label63.BackColor = System.Drawing.Color.Transparent; this.label63.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label63.Location = new System.Drawing.Point(448, 100); this.label63.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label63.Name = "label63"; this.label63.Size = new System.Drawing.Size(149, 20); this.label63.TabIndex = 473; this.label63.Text = "测试压力上限:"; // // lb_CH2MES_INstatus // this.lb_CH2MES_INstatus.AutoSize = true; this.lb_CH2MES_INstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH2MES_INstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2MES_INstatus.Location = new System.Drawing.Point(334, 27); this.lb_CH2MES_INstatus.Name = "lb_CH2MES_INstatus"; this.lb_CH2MES_INstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH2MES_INstatus.TabIndex = 458; this.lb_CH2MES_INstatus.Text = "##"; // // lb_CH2ProcessTime4 // this.lb_CH2ProcessTime4.AutoSize = true; this.lb_CH2ProcessTime4.BackColor = System.Drawing.Color.Transparent; this.lb_CH2ProcessTime4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2ProcessTime4.Location = new System.Drawing.Point(636, 64); this.lb_CH2ProcessTime4.Name = "lb_CH2ProcessTime4"; this.lb_CH2ProcessTime4.Size = new System.Drawing.Size(29, 20); this.lb_CH2ProcessTime4.TabIndex = 470; this.lb_CH2ProcessTime4.Text = "##"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.Location = new System.Drawing.Point(191, 28); this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(139, 20); this.label16.TabIndex = 459; this.label16.Text = "MES入站状态:"; // // label67 // this.label67.AutoSize = true; this.label67.BackColor = System.Drawing.Color.Transparent; this.label67.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label67.Location = new System.Drawing.Point(577, 64); this.label67.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label67.Name = "label67"; this.label67.Size = new System.Drawing.Size(69, 20); this.label67.TabIndex = 471; this.label67.Text = "排气:"; // // tb_CH2codeLeng // this.tb_CH2codeLeng.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH2codeLeng.Location = new System.Drawing.Point(91, 43); this.tb_CH2codeLeng.Name = "tb_CH2codeLeng"; this.tb_CH2codeLeng.Size = new System.Drawing.Size(62, 21); this.tb_CH2codeLeng.TabIndex = 437; this.tb_CH2codeLeng.TextChanged += new System.EventHandler(this.tb_CH2codeLeng_TextChanged); // // lb_CH2ProcessTime3 // this.lb_CH2ProcessTime3.AutoSize = true; this.lb_CH2ProcessTime3.BackColor = System.Drawing.Color.Transparent; this.lb_CH2ProcessTime3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2ProcessTime3.Location = new System.Drawing.Point(507, 64); this.lb_CH2ProcessTime3.Name = "lb_CH2ProcessTime3"; this.lb_CH2ProcessTime3.Size = new System.Drawing.Size(29, 20); this.lb_CH2ProcessTime3.TabIndex = 468; this.lb_CH2ProcessTime3.Text = "##"; // // label72 // this.label72.AutoSize = true; this.label72.BackColor = System.Drawing.Color.Transparent; this.label72.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label72.Location = new System.Drawing.Point(448, 64); this.label72.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label72.Name = "label72"; this.label72.Size = new System.Drawing.Size(69, 20); this.label72.TabIndex = 469; this.label72.Text = "检测:"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("宋体", 12F); this.label10.Location = new System.Drawing.Point(86, 24); this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(87, 16); this.label10.TabIndex = 436; this.label10.Text = "条码长度:"; // // lb_CH2ProcessTime2 // this.lb_CH2ProcessTime2.AutoSize = true; this.lb_CH2ProcessTime2.BackColor = System.Drawing.Color.Transparent; this.lb_CH2ProcessTime2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2ProcessTime2.Location = new System.Drawing.Point(636, 33); this.lb_CH2ProcessTime2.Name = "lb_CH2ProcessTime2"; this.lb_CH2ProcessTime2.Size = new System.Drawing.Size(29, 20); this.lb_CH2ProcessTime2.TabIndex = 466; this.lb_CH2ProcessTime2.Text = "##"; // // lb_CH2MES_OUTstatus // this.lb_CH2MES_OUTstatus.AutoSize = true; this.lb_CH2MES_OUTstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH2MES_OUTstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2MES_OUTstatus.Location = new System.Drawing.Point(335, 58); this.lb_CH2MES_OUTstatus.Name = "lb_CH2MES_OUTstatus"; this.lb_CH2MES_OUTstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH2MES_OUTstatus.TabIndex = 456; this.lb_CH2MES_OUTstatus.Text = "##"; // // label74 // this.label74.AutoSize = true; this.label74.BackColor = System.Drawing.Color.Transparent; this.label74.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label74.Location = new System.Drawing.Point(577, 33); this.label74.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label74.Name = "label74"; this.label74.Size = new System.Drawing.Size(69, 20); this.label74.TabIndex = 467; this.label74.Text = "平衡:"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(191, 58); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(139, 20); this.label8.TabIndex = 457; this.label8.Text = "MES出站状态:"; // // lb_CH2ProcessTime1 // this.lb_CH2ProcessTime1.AutoSize = true; this.lb_CH2ProcessTime1.BackColor = System.Drawing.Color.Transparent; this.lb_CH2ProcessTime1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH2ProcessTime1.Location = new System.Drawing.Point(507, 33); this.lb_CH2ProcessTime1.Name = "lb_CH2ProcessTime1"; this.lb_CH2ProcessTime1.Size = new System.Drawing.Size(29, 20); this.lb_CH2ProcessTime1.TabIndex = 464; this.lb_CH2ProcessTime1.Text = "##"; // // label77 // this.label77.AutoSize = true; this.label77.BackColor = System.Drawing.Color.Transparent; this.label77.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label77.Location = new System.Drawing.Point(448, 33); this.label77.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label77.Name = "label77"; this.label77.Size = new System.Drawing.Size(69, 20); this.label77.TabIndex = 465; this.label77.Text = "充气:"; // // bt_test // this.bt_test.Location = new System.Drawing.Point(270, 0); this.bt_test.Name = "bt_test"; this.bt_test.Size = new System.Drawing.Size(34, 51); this.bt_test.TabIndex = 464; this.bt_test.Text = "测试"; this.bt_test.UseVisualStyleBackColor = true; this.bt_test.Visible = false; this.bt_test.Click += new System.EventHandler(this.bt_test_Click); // // lb_CH1Communication_status // this.lb_CH1Communication_status.AutoSize = true; this.lb_CH1Communication_status.BackColor = System.Drawing.Color.Transparent; this.lb_CH1Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH1Communication_status.Location = new System.Drawing.Point(36, 182); this.lb_CH1Communication_status.Name = "lb_CH1Communication_status"; this.lb_CH1Communication_status.Size = new System.Drawing.Size(25, 16); this.lb_CH1Communication_status.TabIndex = 29; this.lb_CH1Communication_status.Text = "NG"; // // lb_CH1_Result // this.lb_CH1_Result.AutoSize = true; this.lb_CH1_Result.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_Result.Font = new System.Drawing.Font("宋体", 80F); this.lb_CH1_Result.ForeColor = System.Drawing.Color.Red; this.lb_CH1_Result.Location = new System.Drawing.Point(515, 150); this.lb_CH1_Result.Name = "lb_CH1_Result"; this.lb_CH1_Result.Size = new System.Drawing.Size(153, 107); this.lb_CH1_Result.TabIndex = 28; this.lb_CH1_Result.Text = "NG"; // // lb_CH1_Status // this.lb_CH1_Status.AutoSize = true; this.lb_CH1_Status.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_Status.Font = new System.Drawing.Font("宋体", 25F); this.lb_CH1_Status.Location = new System.Drawing.Point(412, 207); this.lb_CH1_Status.Name = "lb_CH1_Status"; this.lb_CH1_Status.Size = new System.Drawing.Size(83, 34); this.lb_CH1_Status.TabIndex = 28; this.lb_CH1_Status.Text = "待机"; // // pb_CH1progressBar // this.pb_CH1progressBar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pb_CH1progressBar.Location = new System.Drawing.Point(88, 211); this.pb_CH1progressBar.MinimumSize = new System.Drawing.Size(70, 3); this.pb_CH1progressBar.Name = "pb_CH1progressBar"; this.pb_CH1progressBar.Size = new System.Drawing.Size(70, 29); this.pb_CH1progressBar.TabIndex = 28; this.pb_CH1progressBar.Text = "uiProcessBar2"; // // label50 // this.label50.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.label50.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label50.ForeColor = System.Drawing.Color.Black; this.label50.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label50.Location = new System.Drawing.Point(4, 213); this.label50.Name = "label50"; this.label50.Size = new System.Drawing.Size(135, 27); this.label50.TabIndex = 28; this.label50.Text = "测试进度:"; // // lb_CH1_SmallLeak // this.lb_CH1_SmallLeak.AutoSize = true; this.lb_CH1_SmallLeak.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_SmallLeak.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH1_SmallLeak.Location = new System.Drawing.Point(298, 182); this.lb_CH1_SmallLeak.Name = "lb_CH1_SmallLeak"; this.lb_CH1_SmallLeak.Size = new System.Drawing.Size(31, 19); this.lb_CH1_SmallLeak.TabIndex = 412; this.lb_CH1_SmallLeak.Text = "##"; // // lb_CH1_TestPressure // this.lb_CH1_TestPressure.AutoSize = true; this.lb_CH1_TestPressure.BackColor = System.Drawing.Color.Transparent; this.lb_CH1_TestPressure.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH1_TestPressure.Location = new System.Drawing.Point(156, 182); this.lb_CH1_TestPressure.Name = "lb_CH1_TestPressure"; this.lb_CH1_TestPressure.Size = new System.Drawing.Size(31, 19); this.lb_CH1_TestPressure.TabIndex = 28; this.lb_CH1_TestPressure.Text = "##"; // // label49 // this.label49.AutoSize = true; this.label49.BackColor = System.Drawing.Color.Transparent; this.label49.Font = new System.Drawing.Font("宋体", 12F); this.label49.Location = new System.Drawing.Point(13, 155); this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label49.Name = "label49"; this.label49.Size = new System.Drawing.Size(71, 16); this.label49.TabIndex = 407; this.label49.Text = "通讯状态"; // // CH1_1presstext // this.CH1_1presstext.AutoSize = true; this.CH1_1presstext.BackColor = System.Drawing.Color.Transparent; this.CH1_1presstext.Font = new System.Drawing.Font("宋体", 12F); this.CH1_1presstext.Location = new System.Drawing.Point(129, 155); this.CH1_1presstext.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.CH1_1presstext.Name = "CH1_1presstext"; this.CH1_1presstext.Size = new System.Drawing.Size(71, 16); this.CH1_1presstext.TabIndex = 400; this.CH1_1presstext.Text = "测试压力"; // // label51 // this.label51.AutoSize = true; this.label51.BackColor = System.Drawing.Color.Transparent; this.label51.Font = new System.Drawing.Font("宋体", 12F); this.label51.Location = new System.Drawing.Point(299, 154); this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label51.Name = "label51"; this.label51.Size = new System.Drawing.Size(55, 16); this.label51.TabIndex = 401; this.label51.Text = "泄漏量"; // // label32 // this.label32.AutoSize = true; this.label32.BackColor = System.Drawing.Color.Transparent; this.label32.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label32.Location = new System.Drawing.Point(3, 95); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(58, 24); this.label32.TabIndex = 427; this.label32.Text = "条码"; // // 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_test2); this.nb_MainMenu.Controls.Add(this.bt_test); this.nb_MainMenu.Controls.Add(this.lb_User); this.nb_MainMenu.Controls.Add(this.pb_MESswitch); this.nb_MainMenu.Controls.Add(this.lb_MESswitch); this.nb_MainMenu.Controls.Add(this.pb_PLC_CommunicationStatus); 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.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))); this.nb_MainMenu.ForeColor = System.Drawing.Color.Black; this.nb_MainMenu.Location = new System.Drawing.Point(0, 0); this.nb_MainMenu.MenuHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(163)))), ((int)(((byte)(133))))); this.nb_MainMenu.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(163)))), ((int)(((byte)(133))))); this.nb_MainMenu.MenuStyle = Sunny.UI.UIMenuStyle.Custom; this.nb_MainMenu.Name = "nb_MainMenu"; this.nb_MainMenu.NodeInterval = 0; treeNode1.Name = "节点1"; treeNode1.Text = "MES日志"; treeNode2.Name = "节点0"; treeNode2.Text = "MES设置"; treeNode3.Name = "节点0"; treeNode3.Text = "MES在线/离线"; treeNode4.Name = "节点0"; treeNode4.Text = "MES选项"; treeNode5.Name = "节点0"; treeNode5.Text = "测试参数"; treeNode6.Name = "节点3"; treeNode6.Text = "存储设置"; treeNode7.Name = "节点0"; treeNode7.Text = "产能清零"; treeNode8.Name = "节点0"; treeNode8.Text = "CH1仪器启动"; treeNode9.Name = "节点0"; treeNode9.Text = "CH2仪器启动"; treeNode10.Name = "节点0"; treeNode10.Text = "CH3仪器启动"; treeNode11.Name = "节点1"; treeNode11.Text = "CH4仪器启动"; treeNode12.Name = "节点0"; treeNode12.Text = "CH1仪器-复位"; treeNode13.Name = "节点1"; treeNode13.Text = "CH2仪器-复位"; treeNode14.Name = "节点2"; treeNode14.Text = "CH3仪器-复位"; treeNode15.Name = "节点3"; treeNode15.Text = "CH4仪器-复位"; treeNode16.Name = "节点0"; treeNode16.Text = "厂商配置"; treeNode17.Name = "节点0"; treeNode17.Text = "参数设置"; treeNode18.Name = "节点1"; treeNode18.Text = "仪器网络设置"; treeNode19.Name = "节点3"; treeNode19.Text = "扫码器设置"; treeNode20.Name = "节点0"; treeNode20.Text = "PLC控制"; treeNode21.Name = "节点0"; treeNode21.Text = "PLC网口配置"; treeNode22.Name = "节点2"; treeNode22.Text = "通讯设置"; treeNode23.Name = "节点5"; treeNode23.Text = "登录"; treeNode24.Name = "节点6"; treeNode24.Text = "注销"; treeNode25.Name = "节点5"; treeNode25.Text = "权限设置"; treeNode26.Name = "节点4"; treeNode26.Text = "用户操作"; treeNode27.Name = "节点9"; treeNode27.Text = "报警记录"; treeNode28.Name = "节点0"; treeNode28.Text = "清理日志"; treeNode29.Name = "节点6"; treeNode29.Text = "文件管理"; this.nb_MainMenu.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode4, treeNode17, treeNode22, treeNode26, treeNode29}); this.nb_MainMenu.SelectedForeColor = System.Drawing.Color.Black; this.nb_MainMenu.SelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(164)))), ((int)(((byte)(144))))); this.nb_MainMenu.Size = new System.Drawing.Size(1370, 50); this.nb_MainMenu.Style = Sunny.UI.UIStyle.Custom; this.nb_MainMenu.TabIndex = 435; this.nb_MainMenu.Text = "uiNavBar1"; this.nb_MainMenu.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick); // // chk_SaomaFocus // this.chk_SaomaFocus.AutoSize = true; this.chk_SaomaFocus.Location = new System.Drawing.Point(611, 17); this.chk_SaomaFocus.Name = "chk_SaomaFocus"; this.chk_SaomaFocus.Size = new System.Drawing.Size(90, 20); this.chk_SaomaFocus.TabIndex = 474; this.chk_SaomaFocus.Text = "扫码专注"; this.chk_SaomaFocus.UseVisualStyleBackColor = true; this.chk_SaomaFocus.CheckedChanged += new System.EventHandler(this.chk_SaomaFocus_CheckedChanged); // // bt_test2 // this.bt_test2.Location = new System.Drawing.Point(305, 0); this.bt_test2.Name = "bt_test2"; this.bt_test2.Size = new System.Drawing.Size(32, 51); this.bt_test2.TabIndex = 473; this.bt_test2.Text = "测试"; this.bt_test2.UseVisualStyleBackColor = true; this.bt_test2.Visible = false; this.bt_test2.Click += new System.EventHandler(this.bt_test2_Click); // // lb_User // this.lb_User.AutoSize = true; this.lb_User.Location = new System.Drawing.Point(203, 19); this.lb_User.Name = "lb_User"; this.lb_User.Size = new System.Drawing.Size(63, 16); this.lb_User.TabIndex = 471; this.lb_User.Text = "label15"; this.lb_User.TabIndexChanged += new System.EventHandler(this.Admin_TabIndexChanged); // // pb_MESswitch // this.pb_MESswitch.Location = new System.Drawing.Point(542, 15); this.pb_MESswitch.Name = "pb_MESswitch"; this.pb_MESswitch.Size = new System.Drawing.Size(52, 31); this.pb_MESswitch.TabIndex = 454; this.pb_MESswitch.TabStop = false; // // lb_MESswitch // this.lb_MESswitch.AutoSize = true; this.lb_MESswitch.Location = new System.Drawing.Point(463, 16); this.lb_MESswitch.Name = "lb_MESswitch"; this.lb_MESswitch.Size = new System.Drawing.Size(63, 16); this.lb_MESswitch.TabIndex = 453; this.lb_MESswitch.Text = "MES离线"; // // pb_PLC_CommunicationStatus // this.pb_PLC_CommunicationStatus.BackColor = System.Drawing.Color.Silver; this.pb_PLC_CommunicationStatus.Location = new System.Drawing.Point(387, 16); this.pb_PLC_CommunicationStatus.Name = "pb_PLC_CommunicationStatus"; this.pb_PLC_CommunicationStatus.Size = new System.Drawing.Size(52, 28); this.pb_PLC_CommunicationStatus.TabIndex = 452; this.pb_PLC_CommunicationStatus.TabStop = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(131, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 16); this.label4.TabIndex = 447; this.label4.Text = "用户:"; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(343, 19); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(31, 16); this.label22.TabIndex = 451; this.label22.Text = "PLC"; // // lb_NowTime // this.lb_NowTime.AutoSize = true; this.lb_NowTime.Font = new System.Drawing.Font("宋体", 15F); this.lb_NowTime.Location = new System.Drawing.Point(16, 15); this.lb_NowTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb_NowTime.Name = "lb_NowTime"; this.lb_NowTime.Size = new System.Drawing.Size(89, 20); this.lb_NowTime.TabIndex = 343; this.lb_NowTime.Text = "HH:mm:ss"; // // PLCControl // this.PLCControl.CircleColor = System.Drawing.Color.Transparent; this.PLCControl.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(215)))), ((int)(((byte)(230))))); this.PLCControl.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(215)))), ((int)(((byte)(230))))); this.PLCControl.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(215)))), ((int)(((byte)(230))))); this.PLCControl.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(215)))), ((int)(((byte)(230))))); this.PLCControl.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(215)))), ((int)(((byte)(230))))); this.PLCControl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.PLCControl.Location = new System.Drawing.Point(1114, 337); this.PLCControl.Margin = new System.Windows.Forms.Padding(2); this.PLCControl.MinimumSize = new System.Drawing.Size(1, 1); this.PLCControl.Name = "PLCControl"; this.PLCControl.Padding = new System.Windows.Forms.Padding(0, 6, 0, 2); this.PLCControl.Radius = 0; this.PLCControl.RadiusSides = Sunny.UI.UICornerRadiusSides.None; this.PLCControl.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None; this.PLCControl.Size = new System.Drawing.Size(88, 82); this.PLCControl.Style = Sunny.UI.UIStyle.Custom; this.PLCControl.Symbol = 61459; this.PLCControl.SymbolOffset = new System.Drawing.Point(-1, 2); this.PLCControl.SymbolSize = 70; this.PLCControl.TabIndex = 446; this.PLCControl.Text = "PLC控制"; this.PLCControl.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.PLCControl.Visible = false; // // uiGroupBox1 // this.uiGroupBox1.Controls.Add(this.lb_CH1testTime); this.uiGroupBox1.Controls.Add(this.label29); this.uiGroupBox1.Controls.Add(this.lb_CH1TestPressureDown); this.uiGroupBox1.Controls.Add(this.label43); this.uiGroupBox1.Controls.Add(this.lb_CH1TestPressureUp); this.uiGroupBox1.Controls.Add(this.label6); this.uiGroupBox1.Controls.Add(this.lb_CH1ProcessTime4); this.uiGroupBox1.Controls.Add(this.label42); this.uiGroupBox1.Controls.Add(this.lb_CH1ProcessTime3); this.uiGroupBox1.Controls.Add(this.label46); this.uiGroupBox1.Controls.Add(this.lb_CH1ProcessTime2); this.uiGroupBox1.Controls.Add(this.label37); this.uiGroupBox1.Controls.Add(this.lb_CH1ProcessTime1); this.uiGroupBox1.Controls.Add(this.label15); this.uiGroupBox1.Controls.Add(this.tb_CH1Code); this.uiGroupBox1.Controls.Add(this.bt_code1clear); this.uiGroupBox1.Controls.Add(this.label34); this.uiGroupBox1.Controls.Add(this.pictureBox5); this.uiGroupBox1.Controls.Add(this.label31); this.uiGroupBox1.Controls.Add(this.pictureBox4); this.uiGroupBox1.Controls.Add(this.label28); this.uiGroupBox1.Controls.Add(this.pictureBox3); this.uiGroupBox1.Controls.Add(this.label18); this.uiGroupBox1.Controls.Add(this.pictureBox2); this.uiGroupBox1.Controls.Add(this.lb_CH1MES_INstatus); this.uiGroupBox1.Controls.Add(this.label14); this.uiGroupBox1.Controls.Add(this.tb_CH1codeLeng); this.uiGroupBox1.Controls.Add(this.label9); this.uiGroupBox1.Controls.Add(this.lb_CH1MES_OUTstatus); this.uiGroupBox1.Controls.Add(this.label7); this.uiGroupBox1.Controls.Add(this.lb_CH1_SmallLeakUnit); this.uiGroupBox1.Controls.Add(this.lb_CH1_PressureUnit); this.uiGroupBox1.Controls.Add(this.label32); this.uiGroupBox1.Controls.Add(this.lb_CH1_Result); this.uiGroupBox1.Controls.Add(this.lb_CH1_Status); this.uiGroupBox1.Controls.Add(this.pb_CH1progressBar); this.uiGroupBox1.Controls.Add(this.label51); this.uiGroupBox1.Controls.Add(this.label50); this.uiGroupBox1.Controls.Add(this.lb_CH1Communication_status); this.uiGroupBox1.Controls.Add(this.CH1_1presstext); this.uiGroupBox1.Controls.Add(this.label49); this.uiGroupBox1.Controls.Add(this.lb_CH1_SmallLeak); this.uiGroupBox1.Controls.Add(this.lb_CH1_TestPressure); this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox1.Location = new System.Drawing.Point(1, 103); this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Size = new System.Drawing.Size(680, 262); this.uiGroupBox1.TabIndex = 436; this.uiGroupBox1.Text = "CH1工位"; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // lb_CH1testTime // this.lb_CH1testTime.AutoSize = true; this.lb_CH1testTime.BackColor = System.Drawing.Color.Transparent; this.lb_CH1testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1testTime.Location = new System.Drawing.Point(309, 216); this.lb_CH1testTime.Name = "lb_CH1testTime"; this.lb_CH1testTime.Size = new System.Drawing.Size(29, 20); this.lb_CH1testTime.TabIndex = 464; this.lb_CH1testTime.Text = "##"; // // label29 // this.label29.AutoSize = true; this.label29.BackColor = System.Drawing.Color.Transparent; this.label29.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label29.Location = new System.Drawing.Point(173, 216); this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(129, 20); this.label29.TabIndex = 465; this.label29.Text = "测试总时长:"; // // lb_CH1TestPressureDown // this.lb_CH1TestPressureDown.AutoSize = true; this.lb_CH1TestPressureDown.BackColor = System.Drawing.Color.Transparent; this.lb_CH1TestPressureDown.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1TestPressureDown.Location = new System.Drawing.Point(590, 126); this.lb_CH1TestPressureDown.Name = "lb_CH1TestPressureDown"; this.lb_CH1TestPressureDown.Size = new System.Drawing.Size(29, 20); this.lb_CH1TestPressureDown.TabIndex = 462; this.lb_CH1TestPressureDown.Text = "##"; // // label43 // this.label43.AutoSize = true; this.label43.BackColor = System.Drawing.Color.Transparent; this.label43.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label43.Location = new System.Drawing.Point(434, 126); this.label43.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(149, 20); this.label43.TabIndex = 463; this.label43.Text = "测试压力下限:"; // // lb_CH1TestPressureUp // this.lb_CH1TestPressureUp.AutoSize = true; this.lb_CH1TestPressureUp.BackColor = System.Drawing.Color.Transparent; this.lb_CH1TestPressureUp.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1TestPressureUp.Location = new System.Drawing.Point(590, 95); this.lb_CH1TestPressureUp.Name = "lb_CH1TestPressureUp"; this.lb_CH1TestPressureUp.Size = new System.Drawing.Size(29, 20); this.lb_CH1TestPressureUp.TabIndex = 460; this.lb_CH1TestPressureUp.Text = "##"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(434, 95); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(149, 20); this.label6.TabIndex = 461; this.label6.Text = "测试压力上限:"; // // lb_CH1ProcessTime4 // this.lb_CH1ProcessTime4.AutoSize = true; this.lb_CH1ProcessTime4.BackColor = System.Drawing.Color.Transparent; this.lb_CH1ProcessTime4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1ProcessTime4.Location = new System.Drawing.Point(622, 59); this.lb_CH1ProcessTime4.Name = "lb_CH1ProcessTime4"; this.lb_CH1ProcessTime4.Size = new System.Drawing.Size(29, 20); this.lb_CH1ProcessTime4.TabIndex = 458; this.lb_CH1ProcessTime4.Text = "##"; // // label42 // this.label42.AutoSize = true; this.label42.BackColor = System.Drawing.Color.Transparent; this.label42.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label42.Location = new System.Drawing.Point(563, 59); this.label42.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(69, 20); this.label42.TabIndex = 459; this.label42.Text = "排气:"; // // lb_CH1ProcessTime3 // this.lb_CH1ProcessTime3.AutoSize = true; this.lb_CH1ProcessTime3.BackColor = System.Drawing.Color.Transparent; this.lb_CH1ProcessTime3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1ProcessTime3.Location = new System.Drawing.Point(493, 59); this.lb_CH1ProcessTime3.Name = "lb_CH1ProcessTime3"; this.lb_CH1ProcessTime3.Size = new System.Drawing.Size(29, 20); this.lb_CH1ProcessTime3.TabIndex = 456; this.lb_CH1ProcessTime3.Text = "##"; // // label46 // this.label46.AutoSize = true; this.label46.BackColor = System.Drawing.Color.Transparent; this.label46.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label46.Location = new System.Drawing.Point(434, 59); this.label46.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label46.Name = "label46"; this.label46.Size = new System.Drawing.Size(69, 20); this.label46.TabIndex = 457; this.label46.Text = "检测:"; // // lb_CH1ProcessTime2 // this.lb_CH1ProcessTime2.AutoSize = true; this.lb_CH1ProcessTime2.BackColor = System.Drawing.Color.Transparent; this.lb_CH1ProcessTime2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1ProcessTime2.Location = new System.Drawing.Point(622, 28); this.lb_CH1ProcessTime2.Name = "lb_CH1ProcessTime2"; this.lb_CH1ProcessTime2.Size = new System.Drawing.Size(29, 20); this.lb_CH1ProcessTime2.TabIndex = 454; this.lb_CH1ProcessTime2.Text = "##"; // // label37 // this.label37.AutoSize = true; this.label37.BackColor = System.Drawing.Color.Transparent; this.label37.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label37.Location = new System.Drawing.Point(563, 28); this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(69, 20); this.label37.TabIndex = 455; this.label37.Text = "平衡:"; // // lb_CH1ProcessTime1 // this.lb_CH1ProcessTime1.AutoSize = true; this.lb_CH1ProcessTime1.BackColor = System.Drawing.Color.Transparent; this.lb_CH1ProcessTime1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1ProcessTime1.Location = new System.Drawing.Point(493, 28); this.lb_CH1ProcessTime1.Name = "lb_CH1ProcessTime1"; this.lb_CH1ProcessTime1.Size = new System.Drawing.Size(29, 20); this.lb_CH1ProcessTime1.TabIndex = 452; this.lb_CH1ProcessTime1.Text = "##"; // // label15 // this.label15.AutoSize = true; this.label15.BackColor = System.Drawing.Color.Transparent; this.label15.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(434, 28); this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(69, 20); this.label15.TabIndex = 453; this.label15.Text = "充气:"; // // 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(68, 94); 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(355, 34); this.tb_CH1Code.TabIndex = 430; 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); // // bt_code1clear // this.bt_code1clear.Location = new System.Drawing.Point(10, 31); this.bt_code1clear.Name = "bt_code1clear"; this.bt_code1clear.Size = new System.Drawing.Size(58, 50); this.bt_code1clear.TabIndex = 448; this.bt_code1clear.Text = "清除条码"; this.bt_code1clear.UseVisualStyleBackColor = true; this.bt_code1clear.Click += new System.EventHandler(this.button2_Click); // // label34 // this.label34.AutoSize = true; this.label34.BackColor = System.Drawing.Color.Transparent; this.label34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label34.Location = new System.Drawing.Point(526, 275); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(75, 16); this.label34.TabIndex = 447; this.label34.Text = "正压模式"; this.label34.Visible = false; // // pictureBox5 // this.pictureBox5.Location = new System.Drawing.Point(609, 264); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(43, 27); this.pictureBox5.TabIndex = 446; this.pictureBox5.TabStop = false; this.pictureBox5.Visible = false; // // label31 // this.label31.AutoSize = true; this.label31.BackColor = System.Drawing.Color.Transparent; this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label31.Location = new System.Drawing.Point(396, 275); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(75, 16); this.label31.TabIndex = 445; this.label31.Text = "负压模式"; this.label31.Visible = false; // // pictureBox4 // this.pictureBox4.Location = new System.Drawing.Point(477, 264); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(43, 27); this.pictureBox4.TabIndex = 444; this.pictureBox4.TabStop = false; this.pictureBox4.Visible = false; // // label28 // this.label28.AutoSize = true; this.label28.BackColor = System.Drawing.Color.Transparent; this.label28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label28.Location = new System.Drawing.Point(201, 275); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(75, 16); this.label28.TabIndex = 443; this.label28.Text = "扫码完成"; // // pictureBox3 // this.pictureBox3.Location = new System.Drawing.Point(302, 268); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(43, 27); this.pictureBox3.TabIndex = 442; this.pictureBox3.TabStop = false; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label18.Location = new System.Drawing.Point(20, 275); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(75, 16); this.label18.TabIndex = 441; this.label18.Text = "开始扫码"; // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(123, 268); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(43, 27); this.pictureBox2.TabIndex = 440; this.pictureBox2.TabStop = false; // // lb_CH1MES_INstatus // this.lb_CH1MES_INstatus.AutoSize = true; this.lb_CH1MES_INstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH1MES_INstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1MES_INstatus.Location = new System.Drawing.Point(309, 28); this.lb_CH1MES_INstatus.Name = "lb_CH1MES_INstatus"; this.lb_CH1MES_INstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH1MES_INstatus.TabIndex = 436; this.lb_CH1MES_INstatus.Text = "##"; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.Transparent; this.label14.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(163, 28); this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(139, 20); this.label14.TabIndex = 437; this.label14.Text = "MES入站状态:"; // // tb_CH1codeLeng // this.tb_CH1codeLeng.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH1codeLeng.Location = new System.Drawing.Point(85, 46); this.tb_CH1codeLeng.Name = "tb_CH1codeLeng"; this.tb_CH1codeLeng.Size = new System.Drawing.Size(59, 21); this.tb_CH1codeLeng.TabIndex = 435; this.tb_CH1codeLeng.TextChanged += new System.EventHandler(this.tb_CH1codeLeng_TextChanged); // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("宋体", 12F); this.label9.Location = new System.Drawing.Point(79, 27); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 16); this.label9.TabIndex = 434; this.label9.Text = "条码长度:"; // // lb_CH1MES_OUTstatus // this.lb_CH1MES_OUTstatus.AutoSize = true; this.lb_CH1MES_OUTstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH1MES_OUTstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH1MES_OUTstatus.Location = new System.Drawing.Point(307, 58); this.lb_CH1MES_OUTstatus.Name = "lb_CH1MES_OUTstatus"; this.lb_CH1MES_OUTstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH1MES_OUTstatus.TabIndex = 430; this.lb_CH1MES_OUTstatus.Text = "##"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(163, 58); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(139, 20); this.label7.TabIndex = 431; this.label7.Text = "MES出站状态:"; // // DataGridView1 // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DataGridView1.BackgroundColor = System.Drawing.Color.White; this.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.DataGridView1.ColumnHeadersHeight = 30; this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.DataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column8, this.Column2, this.Column3, this.Column7}); this.DataGridView1.EnableHeadersVisualStyles = false; this.DataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.DataGridView1.Location = new System.Drawing.Point(0, 700); this.DataGridView1.Name = "DataGridView1"; this.DataGridView1.ReadOnly = true; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.DataGridView1.RowHeadersWidth = 45; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4; this.DataGridView1.RowTemplate.Height = 23; this.DataGridView1.SelectedIndex = -1; this.DataGridView1.ShowGridLine = true; this.DataGridView1.Size = new System.Drawing.Size(687, 245); this.DataGridView1.StyleCustomMode = true; this.DataGridView1.TabIndex = 438; this.DataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint); // // Column1 // this.Column1.FillWeight = 99.30956F; this.Column1.HeaderText = "时间"; this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column8 // this.Column8.FillWeight = 186.0061F; this.Column8.HeaderText = "条形码"; this.Column8.MinimumWidth = 6; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; // // Column2 // this.Column2.FillWeight = 82.96931F; this.Column2.HeaderText = "测试压力"; this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.FillWeight = 78.41549F; this.Column3.HeaderText = "泄漏量"; this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column7 // this.Column7.FillWeight = 53.29949F; this.Column7.HeaderText = "结果"; this.Column7.MinimumWidth = 6; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; // // CH2ReceiveText // this.CH2ReceiveText.Location = new System.Drawing.Point(909, 350); this.CH2ReceiveText.Multiline = true; this.CH2ReceiveText.Name = "CH2ReceiveText"; this.CH2ReceiveText.Size = new System.Drawing.Size(210, 69); this.CH2ReceiveText.TabIndex = 453; this.CH2ReceiveText.Visible = false; // // CH1ReceiveText // this.CH1ReceiveText.Location = new System.Drawing.Point(725, 350); this.CH1ReceiveText.Multiline = true; this.CH1ReceiveText.Name = "CH1ReceiveText"; this.CH1ReceiveText.Size = new System.Drawing.Size(168, 69); this.CH1ReceiveText.TabIndex = 452; this.CH1ReceiveText.Visible = false; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer_yiqiRun // this.timer_yiqiRun.Interval = 500; this.timer_yiqiRun.Tick += new System.EventHandler(this.timer_yiqiRun_Tick); // // tb_CH1MainMessage // this.tb_CH1MainMessage.ButtonSymbol = 61761; this.tb_CH1MainMessage.Cursor = System.Windows.Forms.Cursors.IBeam; this.tb_CH1MainMessage.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.tb_CH1MainMessage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH1MainMessage.Location = new System.Drawing.Point(2, 54); this.tb_CH1MainMessage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tb_CH1MainMessage.Maximum = 2147483647D; this.tb_CH1MainMessage.Minimum = -2147483648D; this.tb_CH1MainMessage.MinimumSize = new System.Drawing.Size(1, 16); this.tb_CH1MainMessage.Multiline = true; this.tb_CH1MainMessage.Name = "tb_CH1MainMessage"; this.tb_CH1MainMessage.ReadOnly = true; this.tb_CH1MainMessage.Size = new System.Drawing.Size(679, 51); this.tb_CH1MainMessage.Style = Sunny.UI.UIStyle.Custom; this.tb_CH1MainMessage.TabIndex = 429; this.tb_CH1MainMessage.TabStop = false; this.tb_CH1MainMessage.TextAlignment = System.Drawing.ContentAlignment.TopLeft; this.tb_CH1MainMessage.TextChanged += new System.EventHandler(this.tb_CH1MainMessage_TextChanged); // // UserClear // this.UserClear.Tick += new System.EventHandler(this.UserClear_Tick); // // tb_CH2MainMessage // this.tb_CH2MainMessage.ButtonSymbol = 61761; this.tb_CH2MainMessage.Cursor = System.Windows.Forms.Cursors.IBeam; this.tb_CH2MainMessage.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.tb_CH2MainMessage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH2MainMessage.Location = new System.Drawing.Point(683, 54); this.tb_CH2MainMessage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tb_CH2MainMessage.Maximum = 2147483647D; this.tb_CH2MainMessage.Minimum = -2147483648D; this.tb_CH2MainMessage.MinimumSize = new System.Drawing.Size(1, 16); this.tb_CH2MainMessage.Multiline = true; this.tb_CH2MainMessage.Name = "tb_CH2MainMessage"; this.tb_CH2MainMessage.ReadOnly = true; this.tb_CH2MainMessage.Size = new System.Drawing.Size(686, 51); this.tb_CH2MainMessage.Style = Sunny.UI.UIStyle.Custom; this.tb_CH2MainMessage.TabIndex = 430; this.tb_CH2MainMessage.TabStop = false; this.tb_CH2MainMessage.TextAlignment = System.Drawing.ContentAlignment.TopLeft; this.tb_CH2MainMessage.TextChanged += new System.EventHandler(this.tb_CH2MainMessage_TextChanged); // // SerialPort_CH2Saoma // this.SerialPort_CH2Saoma.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort_CH2Saoma_DataReceived); // // timer_ClearMainMessage // this.timer_ClearMainMessage.Interval = 15000; this.timer_ClearMainMessage.Tick += new System.EventHandler(this.timer_ClearMainMessage_Tick); // // timer_SaomaStart // this.timer_SaomaStart.Interval = 500; this.timer_SaomaStart.Tick += new System.EventHandler(this.timer_SaomaStart_Tick); // // timer_nowTime // this.timer_nowTime.Interval = 1000; this.timer_nowTime.Tick += new System.EventHandler(this.timer_nowTime_Tick); // // uiGroupBox2 // this.uiGroupBox2.Controls.Add(this.lb_CH3testTime); this.uiGroupBox2.Controls.Add(this.label39); this.uiGroupBox2.Controls.Add(this.lb_CH3TestPressureDown); this.uiGroupBox2.Controls.Add(this.label3); this.uiGroupBox2.Controls.Add(this.tb_CH3Code); this.uiGroupBox2.Controls.Add(this.lb_CH3TestPressureUp); this.uiGroupBox2.Controls.Add(this.bt_code3clear); this.uiGroupBox2.Controls.Add(this.label36); this.uiGroupBox2.Controls.Add(this.label5); this.uiGroupBox2.Controls.Add(this.lb_CH3ProcessTime4); this.uiGroupBox2.Controls.Add(this.pictureBox1); this.uiGroupBox2.Controls.Add(this.label44); this.uiGroupBox2.Controls.Add(this.label11); this.uiGroupBox2.Controls.Add(this.lb_CH3ProcessTime3); this.uiGroupBox2.Controls.Add(this.pictureBox6); this.uiGroupBox2.Controls.Add(this.label48); this.uiGroupBox2.Controls.Add(this.label12); this.uiGroupBox2.Controls.Add(this.lb_CH3ProcessTime2); this.uiGroupBox2.Controls.Add(this.pictureBox7); this.uiGroupBox2.Controls.Add(this.label53); this.uiGroupBox2.Controls.Add(this.label13); this.uiGroupBox2.Controls.Add(this.lb_CH3ProcessTime1); this.uiGroupBox2.Controls.Add(this.pictureBox8); this.uiGroupBox2.Controls.Add(this.label57); this.uiGroupBox2.Controls.Add(this.lb_CH3MES_INstatus); this.uiGroupBox2.Controls.Add(this.label19); this.uiGroupBox2.Controls.Add(this.tb_CH3codeLeng); this.uiGroupBox2.Controls.Add(this.label20); this.uiGroupBox2.Controls.Add(this.lb_CH3MES_OUTstatus); this.uiGroupBox2.Controls.Add(this.label23); this.uiGroupBox2.Controls.Add(this.lb_CH3_SmallLeakUnit); this.uiGroupBox2.Controls.Add(this.lb_CH3_PressureUnit); this.uiGroupBox2.Controls.Add(this.label27); this.uiGroupBox2.Controls.Add(this.lb_CH3_Result); this.uiGroupBox2.Controls.Add(this.lb_CH3_Status); this.uiGroupBox2.Controls.Add(this.pb_CH3progressBar); this.uiGroupBox2.Controls.Add(this.label33); this.uiGroupBox2.Controls.Add(this.label35); this.uiGroupBox2.Controls.Add(this.lb_CH3Communication_status); this.uiGroupBox2.Controls.Add(this.label38); this.uiGroupBox2.Controls.Add(this.label40); this.uiGroupBox2.Controls.Add(this.lb_CH3_SmallLeak); this.uiGroupBox2.Controls.Add(this.lb_CH3_TestPressure); this.uiGroupBox2.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox2.Location = new System.Drawing.Point(2, 365); this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox2.Name = "uiGroupBox2"; this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox2.Size = new System.Drawing.Size(679, 262); this.uiGroupBox2.Style = Sunny.UI.UIStyle.Custom; this.uiGroupBox2.TabIndex = 452; this.uiGroupBox2.Text = "CH3工位"; this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // lb_CH3testTime // this.lb_CH3testTime.AutoSize = true; this.lb_CH3testTime.BackColor = System.Drawing.Color.Transparent; this.lb_CH3testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3testTime.Location = new System.Drawing.Point(310, 217); this.lb_CH3testTime.Name = "lb_CH3testTime"; this.lb_CH3testTime.Size = new System.Drawing.Size(29, 20); this.lb_CH3testTime.TabIndex = 476; this.lb_CH3testTime.Text = "##"; // // label39 // this.label39.AutoSize = true; this.label39.BackColor = System.Drawing.Color.Transparent; this.label39.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label39.Location = new System.Drawing.Point(174, 217); this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(129, 20); this.label39.TabIndex = 477; this.label39.Text = "测试总时长:"; // // lb_CH3TestPressureDown // this.lb_CH3TestPressureDown.AutoSize = true; this.lb_CH3TestPressureDown.BackColor = System.Drawing.Color.Transparent; this.lb_CH3TestPressureDown.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3TestPressureDown.Location = new System.Drawing.Point(589, 130); this.lb_CH3TestPressureDown.Name = "lb_CH3TestPressureDown"; this.lb_CH3TestPressureDown.Size = new System.Drawing.Size(29, 20); this.lb_CH3TestPressureDown.TabIndex = 474; this.lb_CH3TestPressureDown.Text = "##"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(433, 130); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(149, 20); this.label3.TabIndex = 475; this.label3.Text = "测试压力下限:"; // // 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(67, 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(355, 34); this.tb_CH3Code.Style = Sunny.UI.UIStyle.Custom; this.tb_CH3Code.TabIndex = 431; 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_CH3TestPressureUp // this.lb_CH3TestPressureUp.AutoSize = true; this.lb_CH3TestPressureUp.BackColor = System.Drawing.Color.Transparent; this.lb_CH3TestPressureUp.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3TestPressureUp.Location = new System.Drawing.Point(589, 99); this.lb_CH3TestPressureUp.Name = "lb_CH3TestPressureUp"; this.lb_CH3TestPressureUp.Size = new System.Drawing.Size(29, 20); this.lb_CH3TestPressureUp.TabIndex = 472; this.lb_CH3TestPressureUp.Text = "##"; // // bt_code3clear // this.bt_code3clear.Location = new System.Drawing.Point(10, 31); this.bt_code3clear.Name = "bt_code3clear"; this.bt_code3clear.Size = new System.Drawing.Size(58, 50); this.bt_code3clear.TabIndex = 448; this.bt_code3clear.Text = "清除条码"; this.bt_code3clear.UseVisualStyleBackColor = true; this.bt_code3clear.Click += new System.EventHandler(this.bt_code3clear_Click); // // label36 // this.label36.AutoSize = true; this.label36.BackColor = System.Drawing.Color.Transparent; this.label36.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label36.Location = new System.Drawing.Point(433, 99); this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(149, 20); this.label36.TabIndex = 473; this.label36.Text = "测试压力上限:"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label5.Location = new System.Drawing.Point(526, 275); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(75, 16); this.label5.TabIndex = 447; this.label5.Text = "正压模式"; this.label5.Visible = false; // // lb_CH3ProcessTime4 // this.lb_CH3ProcessTime4.AutoSize = true; this.lb_CH3ProcessTime4.BackColor = System.Drawing.Color.Transparent; this.lb_CH3ProcessTime4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3ProcessTime4.Location = new System.Drawing.Point(621, 63); this.lb_CH3ProcessTime4.Name = "lb_CH3ProcessTime4"; this.lb_CH3ProcessTime4.Size = new System.Drawing.Size(29, 20); this.lb_CH3ProcessTime4.TabIndex = 470; this.lb_CH3ProcessTime4.Text = "##"; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(609, 264); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(43, 27); this.pictureBox1.TabIndex = 446; this.pictureBox1.TabStop = false; this.pictureBox1.Visible = false; // // label44 // this.label44.AutoSize = true; this.label44.BackColor = System.Drawing.Color.Transparent; this.label44.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label44.Location = new System.Drawing.Point(562, 63); this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label44.Name = "label44"; this.label44.Size = new System.Drawing.Size(69, 20); this.label44.TabIndex = 471; this.label44.Text = "排气:"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label11.Location = new System.Drawing.Point(396, 275); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(75, 16); this.label11.TabIndex = 445; this.label11.Text = "负压模式"; this.label11.Visible = false; // // lb_CH3ProcessTime3 // this.lb_CH3ProcessTime3.AutoSize = true; this.lb_CH3ProcessTime3.BackColor = System.Drawing.Color.Transparent; this.lb_CH3ProcessTime3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3ProcessTime3.Location = new System.Drawing.Point(492, 63); this.lb_CH3ProcessTime3.Name = "lb_CH3ProcessTime3"; this.lb_CH3ProcessTime3.Size = new System.Drawing.Size(29, 20); this.lb_CH3ProcessTime3.TabIndex = 468; this.lb_CH3ProcessTime3.Text = "##"; // // pictureBox6 // this.pictureBox6.Location = new System.Drawing.Point(477, 264); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(43, 27); this.pictureBox6.TabIndex = 444; this.pictureBox6.TabStop = false; this.pictureBox6.Visible = false; // // label48 // this.label48.AutoSize = true; this.label48.BackColor = System.Drawing.Color.Transparent; this.label48.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label48.Location = new System.Drawing.Point(433, 63); this.label48.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label48.Name = "label48"; this.label48.Size = new System.Drawing.Size(69, 20); this.label48.TabIndex = 469; this.label48.Text = "检测:"; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label12.Location = new System.Drawing.Point(201, 275); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(75, 16); this.label12.TabIndex = 443; this.label12.Text = "扫码完成"; // // lb_CH3ProcessTime2 // this.lb_CH3ProcessTime2.AutoSize = true; this.lb_CH3ProcessTime2.BackColor = System.Drawing.Color.Transparent; this.lb_CH3ProcessTime2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3ProcessTime2.Location = new System.Drawing.Point(621, 32); this.lb_CH3ProcessTime2.Name = "lb_CH3ProcessTime2"; this.lb_CH3ProcessTime2.Size = new System.Drawing.Size(29, 20); this.lb_CH3ProcessTime2.TabIndex = 466; this.lb_CH3ProcessTime2.Text = "##"; // // pictureBox7 // this.pictureBox7.Location = new System.Drawing.Point(302, 268); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(43, 27); this.pictureBox7.TabIndex = 442; this.pictureBox7.TabStop = false; // // label53 // this.label53.AutoSize = true; this.label53.BackColor = System.Drawing.Color.Transparent; this.label53.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label53.Location = new System.Drawing.Point(562, 32); this.label53.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label53.Name = "label53"; this.label53.Size = new System.Drawing.Size(69, 20); this.label53.TabIndex = 467; this.label53.Text = "平衡:"; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label13.Location = new System.Drawing.Point(20, 275); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(75, 16); this.label13.TabIndex = 441; this.label13.Text = "开始扫码"; // // lb_CH3ProcessTime1 // this.lb_CH3ProcessTime1.AutoSize = true; this.lb_CH3ProcessTime1.BackColor = System.Drawing.Color.Transparent; this.lb_CH3ProcessTime1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3ProcessTime1.Location = new System.Drawing.Point(492, 32); this.lb_CH3ProcessTime1.Name = "lb_CH3ProcessTime1"; this.lb_CH3ProcessTime1.Size = new System.Drawing.Size(29, 20); this.lb_CH3ProcessTime1.TabIndex = 464; this.lb_CH3ProcessTime1.Text = "##"; // // pictureBox8 // this.pictureBox8.Location = new System.Drawing.Point(123, 268); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(43, 27); this.pictureBox8.TabIndex = 440; this.pictureBox8.TabStop = false; // // label57 // this.label57.AutoSize = true; this.label57.BackColor = System.Drawing.Color.Transparent; this.label57.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label57.Location = new System.Drawing.Point(433, 32); this.label57.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label57.Name = "label57"; this.label57.Size = new System.Drawing.Size(69, 20); this.label57.TabIndex = 465; this.label57.Text = "充气:"; // // lb_CH3MES_INstatus // this.lb_CH3MES_INstatus.AutoSize = true; this.lb_CH3MES_INstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH3MES_INstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3MES_INstatus.Location = new System.Drawing.Point(317, 28); this.lb_CH3MES_INstatus.Name = "lb_CH3MES_INstatus"; this.lb_CH3MES_INstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH3MES_INstatus.TabIndex = 436; this.lb_CH3MES_INstatus.Text = "##"; // // label19 // this.label19.AutoSize = true; this.label19.BackColor = System.Drawing.Color.Transparent; this.label19.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label19.Location = new System.Drawing.Point(174, 28); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(139, 20); this.label19.TabIndex = 437; this.label19.Text = "MES入站状态:"; // // tb_CH3codeLeng // this.tb_CH3codeLeng.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH3codeLeng.Location = new System.Drawing.Point(85, 46); this.tb_CH3codeLeng.Name = "tb_CH3codeLeng"; this.tb_CH3codeLeng.Size = new System.Drawing.Size(59, 21); this.tb_CH3codeLeng.TabIndex = 435; // // label20 // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.Transparent; this.label20.Font = new System.Drawing.Font("宋体", 12F); this.label20.Location = new System.Drawing.Point(79, 27); this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(87, 16); this.label20.TabIndex = 434; this.label20.Text = "条码长度:"; // // lb_CH3MES_OUTstatus // this.lb_CH3MES_OUTstatus.AutoSize = true; this.lb_CH3MES_OUTstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH3MES_OUTstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH3MES_OUTstatus.Location = new System.Drawing.Point(318, 61); this.lb_CH3MES_OUTstatus.Name = "lb_CH3MES_OUTstatus"; this.lb_CH3MES_OUTstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH3MES_OUTstatus.TabIndex = 430; this.lb_CH3MES_OUTstatus.Text = "##"; // // label23 // this.label23.AutoSize = true; this.label23.BackColor = System.Drawing.Color.Transparent; this.label23.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label23.Location = new System.Drawing.Point(174, 61); this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(139, 20); this.label23.TabIndex = 431; this.label23.Text = "MES出站状态:"; // // lb_CH3_SmallLeakUnit // this.lb_CH3_SmallLeakUnit.AutoSize = true; this.lb_CH3_SmallLeakUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH3_SmallLeakUnit.Location = new System.Drawing.Point(379, 155); this.lb_CH3_SmallLeakUnit.Name = "lb_CH3_SmallLeakUnit"; this.lb_CH3_SmallLeakUnit.Size = new System.Drawing.Size(25, 16); this.lb_CH3_SmallLeakUnit.TabIndex = 423; this.lb_CH3_SmallLeakUnit.Text = "Pa"; // // lb_CH3_PressureUnit // this.lb_CH3_PressureUnit.AutoSize = true; this.lb_CH3_PressureUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH3_PressureUnit.Location = new System.Drawing.Point(230, 155); this.lb_CH3_PressureUnit.Name = "lb_CH3_PressureUnit"; this.lb_CH3_PressureUnit.Size = new System.Drawing.Size(34, 16); this.lb_CH3_PressureUnit.TabIndex = 419; this.lb_CH3_PressureUnit.Text = "Kpa"; // // label27 // this.label27.AutoSize = true; this.label27.BackColor = System.Drawing.Color.Transparent; this.label27.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label27.Location = new System.Drawing.Point(3, 95); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(58, 24); this.label27.TabIndex = 427; this.label27.Text = "条码"; // // lb_CH3_Result // this.lb_CH3_Result.AutoSize = true; this.lb_CH3_Result.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_Result.Font = new System.Drawing.Font("宋体", 80F); this.lb_CH3_Result.ForeColor = System.Drawing.Color.Red; this.lb_CH3_Result.Location = new System.Drawing.Point(515, 150); this.lb_CH3_Result.Name = "lb_CH3_Result"; this.lb_CH3_Result.Size = new System.Drawing.Size(153, 107); this.lb_CH3_Result.TabIndex = 28; this.lb_CH3_Result.Text = "NG"; // // lb_CH3_Status // this.lb_CH3_Status.AutoSize = true; this.lb_CH3_Status.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_Status.Font = new System.Drawing.Font("宋体", 25F); this.lb_CH3_Status.Location = new System.Drawing.Point(412, 207); this.lb_CH3_Status.Name = "lb_CH3_Status"; this.lb_CH3_Status.Size = new System.Drawing.Size(83, 34); this.lb_CH3_Status.TabIndex = 28; this.lb_CH3_Status.Text = "待机"; // // pb_CH3progressBar // this.pb_CH3progressBar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pb_CH3progressBar.Location = new System.Drawing.Point(87, 211); this.pb_CH3progressBar.MinimumSize = new System.Drawing.Size(70, 3); this.pb_CH3progressBar.Name = "pb_CH3progressBar"; this.pb_CH3progressBar.Size = new System.Drawing.Size(70, 29); this.pb_CH3progressBar.Style = Sunny.UI.UIStyle.Custom; this.pb_CH3progressBar.TabIndex = 28; this.pb_CH3progressBar.Text = "uiProcessBar2"; // // label33 // this.label33.AutoSize = true; this.label33.BackColor = System.Drawing.Color.Transparent; this.label33.Font = new System.Drawing.Font("宋体", 12F); this.label33.Location = new System.Drawing.Point(299, 154); this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(55, 16); this.label33.TabIndex = 401; this.label33.Text = "泄漏量"; // // label35 // this.label35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.label35.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label35.ForeColor = System.Drawing.Color.Black; this.label35.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label35.Location = new System.Drawing.Point(4, 213); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(135, 27); this.label35.TabIndex = 28; this.label35.Text = "测试进度:"; // // lb_CH3Communication_status // this.lb_CH3Communication_status.AutoSize = true; this.lb_CH3Communication_status.BackColor = System.Drawing.Color.Transparent; this.lb_CH3Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH3Communication_status.Location = new System.Drawing.Point(36, 182); this.lb_CH3Communication_status.Name = "lb_CH3Communication_status"; this.lb_CH3Communication_status.Size = new System.Drawing.Size(25, 16); this.lb_CH3Communication_status.TabIndex = 29; this.lb_CH3Communication_status.Text = "NG"; // // label38 // this.label38.AutoSize = true; this.label38.BackColor = System.Drawing.Color.Transparent; this.label38.Font = new System.Drawing.Font("宋体", 12F); this.label38.Location = new System.Drawing.Point(129, 155); this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(71, 16); this.label38.TabIndex = 400; this.label38.Text = "测试压力"; // // label40 // this.label40.AutoSize = true; this.label40.BackColor = System.Drawing.Color.Transparent; this.label40.Font = new System.Drawing.Font("宋体", 12F); this.label40.Location = new System.Drawing.Point(13, 155); this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(71, 16); this.label40.TabIndex = 407; this.label40.Text = "通讯状态"; // // lb_CH3_SmallLeak // this.lb_CH3_SmallLeak.AutoSize = true; this.lb_CH3_SmallLeak.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_SmallLeak.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH3_SmallLeak.Location = new System.Drawing.Point(298, 182); this.lb_CH3_SmallLeak.Name = "lb_CH3_SmallLeak"; this.lb_CH3_SmallLeak.Size = new System.Drawing.Size(31, 19); this.lb_CH3_SmallLeak.TabIndex = 412; this.lb_CH3_SmallLeak.Text = "##"; // // lb_CH3_TestPressure // this.lb_CH3_TestPressure.AutoSize = true; this.lb_CH3_TestPressure.BackColor = System.Drawing.Color.Transparent; this.lb_CH3_TestPressure.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH3_TestPressure.Location = new System.Drawing.Point(156, 182); this.lb_CH3_TestPressure.Name = "lb_CH3_TestPressure"; this.lb_CH3_TestPressure.Size = new System.Drawing.Size(31, 19); this.lb_CH3_TestPressure.TabIndex = 28; this.lb_CH3_TestPressure.Text = "##"; // // uiGroupBox3 // this.uiGroupBox3.Controls.Add(this.lb_CH4testTime); this.uiGroupBox3.Controls.Add(this.label52); this.uiGroupBox3.Controls.Add(this.lb_CH4TestPressureDown); this.uiGroupBox3.Controls.Add(this.label79); this.uiGroupBox3.Controls.Add(this.tb_CH4Code); this.uiGroupBox3.Controls.Add(this.lb_CH4TestPressureUp); this.uiGroupBox3.Controls.Add(this.bt_code4clear); this.uiGroupBox3.Controls.Add(this.label81); this.uiGroupBox3.Controls.Add(this.lb_CH4MES_INstatus); this.uiGroupBox3.Controls.Add(this.lb_CH4ProcessTime4); this.uiGroupBox3.Controls.Add(this.label55); this.uiGroupBox3.Controls.Add(this.label83); this.uiGroupBox3.Controls.Add(this.tb_CH4codeLeng); this.uiGroupBox3.Controls.Add(this.lb_CH4ProcessTime3); this.uiGroupBox3.Controls.Add(this.pb_CH4progressBar); this.uiGroupBox3.Controls.Add(this.label85); this.uiGroupBox3.Controls.Add(this.label56); this.uiGroupBox3.Controls.Add(this.lb_CH4ProcessTime2); this.uiGroupBox3.Controls.Add(this.lb_CH4MES_OUTstatus); this.uiGroupBox3.Controls.Add(this.label87); this.uiGroupBox3.Controls.Add(this.label58); this.uiGroupBox3.Controls.Add(this.lb_CH4ProcessTime1); this.uiGroupBox3.Controls.Add(this.lb_CH4_SmallLeakUnit); this.uiGroupBox3.Controls.Add(this.label89); this.uiGroupBox3.Controls.Add(this.lb_CH4_PressureUnit); this.uiGroupBox3.Controls.Add(this.label62); this.uiGroupBox3.Controls.Add(this.lb_CH4_Result); this.uiGroupBox3.Controls.Add(this.lb_CH4_Status); this.uiGroupBox3.Controls.Add(this.label65); this.uiGroupBox3.Controls.Add(this.label66); this.uiGroupBox3.Controls.Add(this.lb_CH4Communication_status); this.uiGroupBox3.Controls.Add(this.label70); this.uiGroupBox3.Controls.Add(this.label71); this.uiGroupBox3.Controls.Add(this.lb_CH4_SmallLeak); this.uiGroupBox3.Controls.Add(this.lb_CH4_TestPressure); this.uiGroupBox3.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox3.Location = new System.Drawing.Point(683, 365); this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox3.Name = "uiGroupBox3"; this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox3.Size = new System.Drawing.Size(686, 262); this.uiGroupBox3.Style = Sunny.UI.UIStyle.Custom; this.uiGroupBox3.TabIndex = 464; this.uiGroupBox3.Text = "CH4工位"; this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // lb_CH4testTime // this.lb_CH4testTime.AutoSize = true; this.lb_CH4testTime.BackColor = System.Drawing.Color.Transparent; this.lb_CH4testTime.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4testTime.Location = new System.Drawing.Point(327, 217); this.lb_CH4testTime.Name = "lb_CH4testTime"; this.lb_CH4testTime.Size = new System.Drawing.Size(29, 20); this.lb_CH4testTime.TabIndex = 488; this.lb_CH4testTime.Text = "##"; // // label52 // this.label52.AutoSize = true; this.label52.BackColor = System.Drawing.Color.Transparent; this.label52.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label52.Location = new System.Drawing.Point(191, 217); this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label52.Name = "label52"; this.label52.Size = new System.Drawing.Size(129, 20); this.label52.TabIndex = 489; this.label52.Text = "测试总时长:"; // // lb_CH4TestPressureDown // this.lb_CH4TestPressureDown.AutoSize = true; this.lb_CH4TestPressureDown.BackColor = System.Drawing.Color.Transparent; this.lb_CH4TestPressureDown.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4TestPressureDown.Location = new System.Drawing.Point(604, 130); this.lb_CH4TestPressureDown.Name = "lb_CH4TestPressureDown"; this.lb_CH4TestPressureDown.Size = new System.Drawing.Size(29, 20); this.lb_CH4TestPressureDown.TabIndex = 486; this.lb_CH4TestPressureDown.Text = "##"; // // label79 // this.label79.AutoSize = true; this.label79.BackColor = System.Drawing.Color.Transparent; this.label79.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label79.Location = new System.Drawing.Point(448, 130); this.label79.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label79.Name = "label79"; this.label79.Size = new System.Drawing.Size(149, 20); this.label79.TabIndex = 487; this.label79.Text = "测试压力下限:"; // // 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(75, 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(355, 34); this.tb_CH4Code.Style = Sunny.UI.UIStyle.Custom; this.tb_CH4Code.TabIndex = 431; 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_CH4TestPressureUp // this.lb_CH4TestPressureUp.AutoSize = true; this.lb_CH4TestPressureUp.BackColor = System.Drawing.Color.Transparent; this.lb_CH4TestPressureUp.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4TestPressureUp.Location = new System.Drawing.Point(604, 99); this.lb_CH4TestPressureUp.Name = "lb_CH4TestPressureUp"; this.lb_CH4TestPressureUp.Size = new System.Drawing.Size(29, 20); this.lb_CH4TestPressureUp.TabIndex = 484; this.lb_CH4TestPressureUp.Text = "##"; // // bt_code4clear // this.bt_code4clear.Location = new System.Drawing.Point(9, 30); this.bt_code4clear.Name = "bt_code4clear"; this.bt_code4clear.Size = new System.Drawing.Size(61, 51); this.bt_code4clear.TabIndex = 460; this.bt_code4clear.Text = "清除条码"; this.bt_code4clear.UseVisualStyleBackColor = true; this.bt_code4clear.Click += new System.EventHandler(this.bt_code4clear_Click); // // label81 // this.label81.AutoSize = true; this.label81.BackColor = System.Drawing.Color.Transparent; this.label81.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label81.Location = new System.Drawing.Point(448, 99); this.label81.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label81.Name = "label81"; this.label81.Size = new System.Drawing.Size(149, 20); this.label81.TabIndex = 485; this.label81.Text = "测试压力上限:"; // // lb_CH4MES_INstatus // this.lb_CH4MES_INstatus.AutoSize = true; this.lb_CH4MES_INstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH4MES_INstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4MES_INstatus.Location = new System.Drawing.Point(334, 27); this.lb_CH4MES_INstatus.Name = "lb_CH4MES_INstatus"; this.lb_CH4MES_INstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH4MES_INstatus.TabIndex = 458; this.lb_CH4MES_INstatus.Text = "##"; // // lb_CH4ProcessTime4 // this.lb_CH4ProcessTime4.AutoSize = true; this.lb_CH4ProcessTime4.BackColor = System.Drawing.Color.Transparent; this.lb_CH4ProcessTime4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4ProcessTime4.Location = new System.Drawing.Point(636, 63); this.lb_CH4ProcessTime4.Name = "lb_CH4ProcessTime4"; this.lb_CH4ProcessTime4.Size = new System.Drawing.Size(29, 20); this.lb_CH4ProcessTime4.TabIndex = 482; this.lb_CH4ProcessTime4.Text = "##"; // // label55 // this.label55.AutoSize = true; this.label55.BackColor = System.Drawing.Color.Transparent; this.label55.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label55.Location = new System.Drawing.Point(191, 28); this.label55.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label55.Name = "label55"; this.label55.Size = new System.Drawing.Size(139, 20); this.label55.TabIndex = 459; this.label55.Text = "MES入站状态:"; // // label83 // this.label83.AutoSize = true; this.label83.BackColor = System.Drawing.Color.Transparent; this.label83.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label83.Location = new System.Drawing.Point(577, 63); this.label83.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label83.Name = "label83"; this.label83.Size = new System.Drawing.Size(69, 20); this.label83.TabIndex = 483; this.label83.Text = "排气:"; // // tb_CH4codeLeng // this.tb_CH4codeLeng.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tb_CH4codeLeng.Location = new System.Drawing.Point(91, 43); this.tb_CH4codeLeng.Name = "tb_CH4codeLeng"; this.tb_CH4codeLeng.Size = new System.Drawing.Size(62, 21); this.tb_CH4codeLeng.TabIndex = 437; // // lb_CH4ProcessTime3 // this.lb_CH4ProcessTime3.AutoSize = true; this.lb_CH4ProcessTime3.BackColor = System.Drawing.Color.Transparent; this.lb_CH4ProcessTime3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4ProcessTime3.Location = new System.Drawing.Point(507, 63); this.lb_CH4ProcessTime3.Name = "lb_CH4ProcessTime3"; this.lb_CH4ProcessTime3.Size = new System.Drawing.Size(29, 20); this.lb_CH4ProcessTime3.TabIndex = 480; this.lb_CH4ProcessTime3.Text = "##"; // // pb_CH4progressBar // this.pb_CH4progressBar.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pb_CH4progressBar.Location = new System.Drawing.Point(94, 212); this.pb_CH4progressBar.MinimumSize = new System.Drawing.Size(70, 3); this.pb_CH4progressBar.Name = "pb_CH4progressBar"; this.pb_CH4progressBar.Size = new System.Drawing.Size(70, 29); this.pb_CH4progressBar.Style = Sunny.UI.UIStyle.Custom; this.pb_CH4progressBar.TabIndex = 28; this.pb_CH4progressBar.Text = "uiProcessBar1"; // // label85 // this.label85.AutoSize = true; this.label85.BackColor = System.Drawing.Color.Transparent; this.label85.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label85.Location = new System.Drawing.Point(448, 63); this.label85.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label85.Name = "label85"; this.label85.Size = new System.Drawing.Size(69, 20); this.label85.TabIndex = 481; this.label85.Text = "检测:"; // // label56 // this.label56.AutoSize = true; this.label56.BackColor = System.Drawing.Color.Transparent; this.label56.Font = new System.Drawing.Font("宋体", 12F); this.label56.Location = new System.Drawing.Point(86, 24); this.label56.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label56.Name = "label56"; this.label56.Size = new System.Drawing.Size(87, 16); this.label56.TabIndex = 436; this.label56.Text = "条码长度:"; // // lb_CH4ProcessTime2 // this.lb_CH4ProcessTime2.AutoSize = true; this.lb_CH4ProcessTime2.BackColor = System.Drawing.Color.Transparent; this.lb_CH4ProcessTime2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4ProcessTime2.Location = new System.Drawing.Point(636, 32); this.lb_CH4ProcessTime2.Name = "lb_CH4ProcessTime2"; this.lb_CH4ProcessTime2.Size = new System.Drawing.Size(29, 20); this.lb_CH4ProcessTime2.TabIndex = 478; this.lb_CH4ProcessTime2.Text = "##"; // // lb_CH4MES_OUTstatus // this.lb_CH4MES_OUTstatus.AutoSize = true; this.lb_CH4MES_OUTstatus.BackColor = System.Drawing.Color.Transparent; this.lb_CH4MES_OUTstatus.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4MES_OUTstatus.Location = new System.Drawing.Point(335, 61); this.lb_CH4MES_OUTstatus.Name = "lb_CH4MES_OUTstatus"; this.lb_CH4MES_OUTstatus.Size = new System.Drawing.Size(29, 20); this.lb_CH4MES_OUTstatus.TabIndex = 456; this.lb_CH4MES_OUTstatus.Text = "##"; // // label87 // this.label87.AutoSize = true; this.label87.BackColor = System.Drawing.Color.Transparent; this.label87.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label87.Location = new System.Drawing.Point(577, 32); this.label87.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label87.Name = "label87"; this.label87.Size = new System.Drawing.Size(69, 20); this.label87.TabIndex = 479; this.label87.Text = "平衡:"; // // label58 // this.label58.AutoSize = true; this.label58.BackColor = System.Drawing.Color.Transparent; this.label58.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label58.Location = new System.Drawing.Point(191, 61); this.label58.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label58.Name = "label58"; this.label58.Size = new System.Drawing.Size(139, 20); this.label58.TabIndex = 457; this.label58.Text = "MES出站状态:"; // // lb_CH4ProcessTime1 // this.lb_CH4ProcessTime1.AutoSize = true; this.lb_CH4ProcessTime1.BackColor = System.Drawing.Color.Transparent; this.lb_CH4ProcessTime1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_CH4ProcessTime1.Location = new System.Drawing.Point(507, 32); this.lb_CH4ProcessTime1.Name = "lb_CH4ProcessTime1"; this.lb_CH4ProcessTime1.Size = new System.Drawing.Size(29, 20); this.lb_CH4ProcessTime1.TabIndex = 476; this.lb_CH4ProcessTime1.Text = "##"; // // lb_CH4_SmallLeakUnit // this.lb_CH4_SmallLeakUnit.AutoSize = true; this.lb_CH4_SmallLeakUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_SmallLeakUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH4_SmallLeakUnit.Location = new System.Drawing.Point(354, 151); this.lb_CH4_SmallLeakUnit.Name = "lb_CH4_SmallLeakUnit"; this.lb_CH4_SmallLeakUnit.Size = new System.Drawing.Size(25, 16); this.lb_CH4_SmallLeakUnit.TabIndex = 423; this.lb_CH4_SmallLeakUnit.Text = "Pa"; // // label89 // this.label89.AutoSize = true; this.label89.BackColor = System.Drawing.Color.Transparent; this.label89.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label89.Location = new System.Drawing.Point(448, 32); this.label89.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label89.Name = "label89"; this.label89.Size = new System.Drawing.Size(69, 20); this.label89.TabIndex = 477; this.label89.Text = "充气:"; // // lb_CH4_PressureUnit // this.lb_CH4_PressureUnit.AutoSize = true; this.lb_CH4_PressureUnit.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_PressureUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH4_PressureUnit.Location = new System.Drawing.Point(202, 151); this.lb_CH4_PressureUnit.Name = "lb_CH4_PressureUnit"; this.lb_CH4_PressureUnit.Size = new System.Drawing.Size(34, 16); this.lb_CH4_PressureUnit.TabIndex = 419; this.lb_CH4_PressureUnit.Text = "Kpa"; // // label62 // this.label62.AutoSize = true; this.label62.BackColor = System.Drawing.Color.Transparent; this.label62.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label62.Location = new System.Drawing.Point(3, 95); this.label62.Name = "label62"; this.label62.Size = new System.Drawing.Size(58, 24); this.label62.TabIndex = 427; this.label62.Text = "条码"; // // lb_CH4_Result // this.lb_CH4_Result.AutoSize = true; this.lb_CH4_Result.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_Result.Font = new System.Drawing.Font("宋体", 80F); this.lb_CH4_Result.ForeColor = System.Drawing.Color.Red; this.lb_CH4_Result.Location = new System.Drawing.Point(522, 151); this.lb_CH4_Result.Name = "lb_CH4_Result"; this.lb_CH4_Result.Size = new System.Drawing.Size(153, 107); this.lb_CH4_Result.TabIndex = 28; this.lb_CH4_Result.Text = "NG"; // // lb_CH4_Status // this.lb_CH4_Status.AutoSize = true; this.lb_CH4_Status.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_Status.Font = new System.Drawing.Font("宋体", 25F); this.lb_CH4_Status.Location = new System.Drawing.Point(390, 210); this.lb_CH4_Status.Name = "lb_CH4_Status"; this.lb_CH4_Status.Size = new System.Drawing.Size(83, 34); this.lb_CH4_Status.TabIndex = 28; this.lb_CH4_Status.Text = "待机"; // // label65 // this.label65.AutoSize = true; this.label65.BackColor = System.Drawing.Color.Transparent; this.label65.Font = new System.Drawing.Font("宋体", 12F); this.label65.Location = new System.Drawing.Point(275, 152); this.label65.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label65.Name = "label65"; this.label65.Size = new System.Drawing.Size(55, 16); this.label65.TabIndex = 401; this.label65.Text = "泄漏量"; // // label66 // this.label66.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.label66.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label66.ForeColor = System.Drawing.Color.Black; this.label66.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label66.Location = new System.Drawing.Point(5, 218); this.label66.Name = "label66"; this.label66.Size = new System.Drawing.Size(101, 27); this.label66.TabIndex = 28; this.label66.Text = "测试进度:"; // // lb_CH4Communication_status // this.lb_CH4Communication_status.AutoSize = true; this.lb_CH4Communication_status.BackColor = System.Drawing.Color.Transparent; this.lb_CH4Communication_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.lb_CH4Communication_status.Location = new System.Drawing.Point(29, 178); this.lb_CH4Communication_status.Name = "lb_CH4Communication_status"; this.lb_CH4Communication_status.Size = new System.Drawing.Size(25, 16); this.lb_CH4Communication_status.TabIndex = 29; this.lb_CH4Communication_status.Text = "NG"; // // label70 // this.label70.AutoSize = true; this.label70.BackColor = System.Drawing.Color.Transparent; this.label70.Font = new System.Drawing.Font("宋体", 12F); this.label70.Location = new System.Drawing.Point(102, 151); this.label70.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label70.Name = "label70"; this.label70.Size = new System.Drawing.Size(71, 16); this.label70.TabIndex = 400; this.label70.Text = "测试压力"; // // label71 // this.label71.AutoSize = true; this.label71.BackColor = System.Drawing.Color.Transparent; this.label71.Font = new System.Drawing.Font("宋体", 12F); this.label71.Location = new System.Drawing.Point(6, 151); this.label71.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label71.Name = "label71"; this.label71.Size = new System.Drawing.Size(71, 16); this.label71.TabIndex = 407; this.label71.Text = "通讯状态"; // // lb_CH4_SmallLeak // this.lb_CH4_SmallLeak.AutoSize = true; this.lb_CH4_SmallLeak.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_SmallLeak.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH4_SmallLeak.Location = new System.Drawing.Point(275, 179); this.lb_CH4_SmallLeak.Name = "lb_CH4_SmallLeak"; this.lb_CH4_SmallLeak.Size = new System.Drawing.Size(31, 19); this.lb_CH4_SmallLeak.TabIndex = 412; this.lb_CH4_SmallLeak.Text = "##"; // // lb_CH4_TestPressure // this.lb_CH4_TestPressure.AutoSize = true; this.lb_CH4_TestPressure.BackColor = System.Drawing.Color.Transparent; this.lb_CH4_TestPressure.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold); this.lb_CH4_TestPressure.Location = new System.Drawing.Point(133, 178); this.lb_CH4_TestPressure.Name = "lb_CH4_TestPressure"; this.lb_CH4_TestPressure.Size = new System.Drawing.Size(31, 19); this.lb_CH4_TestPressure.TabIndex = 28; this.lb_CH4_TestPressure.Text = "##"; // // uiGroupBox4 // this.uiGroupBox4.Controls.Add(this.lb_OKRate); this.uiGroupBox4.Controls.Add(this.label41); this.uiGroupBox4.Controls.Add(this.lb_NGnumber); this.uiGroupBox4.Controls.Add(this.label30); this.uiGroupBox4.Controls.Add(this.lb_OKnumber); this.uiGroupBox4.Controls.Add(this.label26); this.uiGroupBox4.Controls.Add(this.lb_Total); this.uiGroupBox4.Controls.Add(this.label1); this.uiGroupBox4.Controls.Add(this.label17); this.uiGroupBox4.Controls.Add(this.pictureBox9); this.uiGroupBox4.Controls.Add(this.label21); this.uiGroupBox4.Controls.Add(this.pictureBox10); this.uiGroupBox4.Controls.Add(this.label24); this.uiGroupBox4.Controls.Add(this.pictureBox11); this.uiGroupBox4.Controls.Add(this.label25); this.uiGroupBox4.Controls.Add(this.pictureBox12); this.uiGroupBox4.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiGroupBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiGroupBox4.Location = new System.Drawing.Point(2, 629); this.uiGroupBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox4.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox4.Name = "uiGroupBox4"; this.uiGroupBox4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox4.Size = new System.Drawing.Size(1391, 69); this.uiGroupBox4.Style = Sunny.UI.UIStyle.Custom; this.uiGroupBox4.TabIndex = 452; this.uiGroupBox4.Text = "产能"; this.uiGroupBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // lb_OKRate // this.lb_OKRate.AutoSize = true; this.lb_OKRate.BackColor = System.Drawing.Color.Transparent; this.lb_OKRate.Font = new System.Drawing.Font("宋体", 25F); this.lb_OKRate.Location = new System.Drawing.Point(1218, 27); this.lb_OKRate.Name = "lb_OKRate"; this.lb_OKRate.Size = new System.Drawing.Size(49, 34); this.lb_OKRate.TabIndex = 471; this.lb_OKRate.Text = "##"; // // label41 // this.label41.AutoSize = true; this.label41.BackColor = System.Drawing.Color.Transparent; this.label41.Font = new System.Drawing.Font("宋体", 25F); this.label41.Location = new System.Drawing.Point(1078, 27); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(134, 34); this.label41.TabIndex = 470; this.label41.Text = "合格率:"; // // lb_NGnumber // this.lb_NGnumber.AutoSize = true; this.lb_NGnumber.BackColor = System.Drawing.Color.Transparent; this.lb_NGnumber.Font = new System.Drawing.Font("宋体", 25F); this.lb_NGnumber.Location = new System.Drawing.Point(901, 27); this.lb_NGnumber.Name = "lb_NGnumber"; this.lb_NGnumber.Size = new System.Drawing.Size(49, 34); this.lb_NGnumber.TabIndex = 469; this.lb_NGnumber.Text = "##"; // // label30 // this.label30.AutoSize = true; this.label30.BackColor = System.Drawing.Color.Transparent; this.label30.Font = new System.Drawing.Font("宋体", 25F); this.label30.Location = new System.Drawing.Point(727, 27); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(168, 34); this.label30.TabIndex = 468; this.label30.Text = "不合格数:"; // // lb_OKnumber // this.lb_OKnumber.AutoSize = true; this.lb_OKnumber.BackColor = System.Drawing.Color.Transparent; this.lb_OKnumber.Font = new System.Drawing.Font("宋体", 25F); this.lb_OKnumber.Location = new System.Drawing.Point(552, 27); this.lb_OKnumber.Name = "lb_OKnumber"; this.lb_OKnumber.Size = new System.Drawing.Size(49, 34); this.lb_OKnumber.TabIndex = 467; this.lb_OKnumber.Text = "##"; // // label26 // this.label26.AutoSize = true; this.label26.BackColor = System.Drawing.Color.Transparent; this.label26.Font = new System.Drawing.Font("宋体", 25F); this.label26.Location = new System.Drawing.Point(412, 27); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(134, 34); this.label26.TabIndex = 466; this.label26.Text = "合格数:"; // // lb_Total // this.lb_Total.AutoSize = true; this.lb_Total.BackColor = System.Drawing.Color.Transparent; this.lb_Total.Font = new System.Drawing.Font("宋体", 25F); this.lb_Total.Location = new System.Drawing.Point(207, 27); this.lb_Total.Name = "lb_Total"; this.lb_Total.Size = new System.Drawing.Size(49, 34); this.lb_Total.TabIndex = 465; this.lb_Total.Text = "##"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 25F); this.label1.Location = new System.Drawing.Point(67, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(134, 34); this.label1.TabIndex = 464; this.label1.Text = "生产数:"; // // label17 // this.label17.AutoSize = true; this.label17.BackColor = System.Drawing.Color.Transparent; this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label17.Location = new System.Drawing.Point(526, 275); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(75, 16); this.label17.TabIndex = 447; this.label17.Text = "正压模式"; this.label17.Visible = false; // // pictureBox9 // this.pictureBox9.Location = new System.Drawing.Point(609, 264); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(43, 27); this.pictureBox9.TabIndex = 446; this.pictureBox9.TabStop = false; this.pictureBox9.Visible = false; // // label21 // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label21.Location = new System.Drawing.Point(396, 275); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(75, 16); this.label21.TabIndex = 445; this.label21.Text = "负压模式"; this.label21.Visible = false; // // pictureBox10 // this.pictureBox10.Location = new System.Drawing.Point(477, 264); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(43, 27); this.pictureBox10.TabIndex = 444; this.pictureBox10.TabStop = false; this.pictureBox10.Visible = false; // // label24 // this.label24.AutoSize = true; this.label24.BackColor = System.Drawing.Color.Transparent; this.label24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label24.Location = new System.Drawing.Point(201, 275); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(75, 16); this.label24.TabIndex = 443; this.label24.Text = "扫码完成"; // // pictureBox11 // this.pictureBox11.Location = new System.Drawing.Point(302, 268); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(43, 27); this.pictureBox11.TabIndex = 442; this.pictureBox11.TabStop = false; // // label25 // this.label25.AutoSize = true; this.label25.BackColor = System.Drawing.Color.Transparent; this.label25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold); this.label25.Location = new System.Drawing.Point(20, 275); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(75, 16); this.label25.TabIndex = 441; this.label25.Text = "开始扫码"; // // pictureBox12 // this.pictureBox12.Location = new System.Drawing.Point(123, 268); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(43, 27); 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); // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.FillWeight = 52.3284F; this.dataGridViewTextBoxColumn7.HeaderText = "结果"; this.dataGridViewTextBoxColumn7.MinimumWidth = 6; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; // // Column13 // this.Column13.FillWeight = 78.68018F; this.Column13.HeaderText = "泄漏量"; this.Column13.MinimumWidth = 6; this.Column13.Name = "Column13"; this.Column13.ReadOnly = true; // // Column10 // this.Column10.FillWeight = 83.17072F; this.Column10.HeaderText = "测试压力"; this.Column10.MinimumWidth = 6; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; // // Column9 // this.Column9.FillWeight = 186.1153F; this.Column9.HeaderText = "条形码"; this.Column9.MinimumWidth = 6; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.FillWeight = 99.70528F; this.dataGridViewTextBoxColumn1.HeaderText = "时间"; this.dataGridViewTextBoxColumn1.MinimumWidth = 6; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // DataGridView2 // dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F); this.DataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DataGridView2.BackgroundColor = System.Drawing.Color.White; this.DataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.DataGridView2.ColumnHeadersHeight = 30; this.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.DataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.Column9, this.Column10, this.Column13, this.dataGridViewTextBoxColumn7}); dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255))))); dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DataGridView2.DefaultCellStyle = dataGridViewCellStyle7; this.DataGridView2.EnableHeadersVisualStyles = false; this.DataGridView2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.DataGridView2.Location = new System.Drawing.Point(691, 700); this.DataGridView2.Name = "DataGridView2"; this.DataGridView2.ReadOnly = true; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle8; this.DataGridView2.RowHeadersWidth = 51; dataGridViewCellStyle9.BackColor = System.Drawing.Color.White; dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle9; this.DataGridView2.RowTemplate.Height = 23; this.DataGridView2.SelectedIndex = -1; this.DataGridView2.ShowGridLine = true; this.DataGridView2.Size = new System.Drawing.Size(703, 244); this.DataGridView2.StyleCustomMode = true; this.DataGridView2.TabIndex = 439; this.DataGridView2.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView2_RowPrePaint); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1370, 631); this.Controls.Add(this.uiGroupBox4); this.Controls.Add(this.uiGroupBox3); this.Controls.Add(this.uiGroupBox2); this.Controls.Add(this.tb_CH2MainMessage); this.Controls.Add(this.tb_CH1MainMessage); this.Controls.Add(this.DataGridView2); this.Controls.Add(this.nb_MainMenu); this.Controls.Add(this.DataGridView1); this.Controls.Add(this.uiGroupBox5); this.Controls.Add(this.CH2ReceiveText); this.Controls.Add(this.PLCControl); 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-Z_V25111901"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.uiGroupBox5.ResumeLayout(false); this.uiGroupBox5.PerformLayout(); this.nb_MainMenu.ResumeLayout(false); this.nb_MainMenu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pb_MESswitch)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pb_PLC_CommunicationStatus)).EndInit(); this.uiGroupBox1.ResumeLayout(false); this.uiGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit(); this.uiGroupBox2.ResumeLayout(false); this.uiGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); this.uiGroupBox3.ResumeLayout(false); this.uiGroupBox3.PerformLayout(); this.uiGroupBox4.ResumeLayout(false); this.uiGroupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.IO.Ports.SerialPort SerialPort_CH1Saoma; private System.Windows.Forms.Label lb_CH2_SmallLeakUnit; private System.Windows.Forms.Label lb_CH2_PressureUnit; private System.Windows.Forms.Label lb_CH2_Result; private System.Windows.Forms.Label lb_CH2_Status; private Sunny.UI.UIProcessBar pb_CH2progressBar; private System.Windows.Forms.Label label45; private System.Windows.Forms.Label lb_CH2_SmallLeak; private System.Windows.Forms.Label lb_CH1_SmallLeakUnit; private System.Windows.Forms.Label lb_CH1_PressureUnit; private System.Windows.Forms.Label lb_CH2_TestPressure; private System.Windows.Forms.Label label69; private System.Windows.Forms.Label CH1_2presstext; private System.Windows.Forms.Label label75; private System.Windows.Forms.Label label103; private Sunny.UI.UIGroupBox uiGroupBox5; private System.Windows.Forms.Label lb_CH1_Result; private System.Windows.Forms.Label lb_CH1_Status; private System.Windows.Forms.Label label50; private System.Windows.Forms.Label lb_CH1_SmallLeak; private System.Windows.Forms.Label lb_CH1_TestPressure; private System.Windows.Forms.Label label49; private System.Windows.Forms.Label CH1_1presstext; private System.Windows.Forms.Label label51; private System.Windows.Forms.Label label32; private Sunny.UI.UINavBar nb_MainMenu; private System.Windows.Forms.Label lb_NowTime; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UIDataGridView DataGridView1; private Sunny.UI.UIProcessBar pb_CH1progressBar; private Sunny.UI.UIHeaderButton PLCControl; private System.Windows.Forms.TextBox CH2ReceiveText; private System.Windows.Forms.TextBox CH1ReceiveText; public System.Windows.Forms.Label lb_CH2Communication_status; public System.Windows.Forms.Label lb_CH1Communication_status; private System.Windows.Forms.Label label4; public System.Windows.Forms.Label lb_CH1MES_OUTstatus; private System.Windows.Forms.Label label7; public System.Windows.Forms.Label lb_CH2MES_OUTstatus; private System.Windows.Forms.Label label8; public System.Windows.Forms.PictureBox pb_MESswitch; public System.Windows.Forms.Label lb_MESswitch; private System.Windows.Forms.PictureBox pb_PLC_CommunicationStatus; private System.Windows.Forms.Label label22; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; public System.Windows.Forms.Label lb_CH2MES_INstatus; private System.Windows.Forms.Label label16; public System.Windows.Forms.Label lb_CH1MES_INstatus; private System.Windows.Forms.Label label14; public System.Windows.Forms.TextBox tb_CH2codeLeng; public System.Windows.Forms.TextBox tb_CH1codeLeng; public System.Windows.Forms.Label lb_User; public System.Windows.Forms.Label label34; private System.Windows.Forms.PictureBox pictureBox5; public System.Windows.Forms.Label label31; private System.Windows.Forms.PictureBox pictureBox4; public System.Windows.Forms.Label label28; private System.Windows.Forms.PictureBox pictureBox3; public System.Windows.Forms.Label label18; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Button bt_code1clear; private System.Windows.Forms.Button bt_code2clear; private System.Windows.Forms.Timer timer_yiqiRun; private System.Windows.Forms.Button bt_test; private Sunny.UI.UITextBox tb_CH1MainMessage; public System.Windows.Forms.Timer UserClear; private Sunny.UI.UITextBox tb_CH2MainMessage; public System.IO.Ports.SerialPort SerialPort_CH2Saoma; public System.Windows.Forms.Timer timer_ClearMainMessage; public System.Windows.Forms.Timer timer_SaomaStart; public System.Windows.Forms.Timer timer_nowTime; private Sunny.UI.UIGroupBox uiGroupBox2; private System.Windows.Forms.Button bt_code3clear; public System.Windows.Forms.Label label5; private System.Windows.Forms.PictureBox pictureBox1; public System.Windows.Forms.Label label11; private System.Windows.Forms.PictureBox pictureBox6; public System.Windows.Forms.Label label12; private System.Windows.Forms.PictureBox pictureBox7; public System.Windows.Forms.Label label13; private System.Windows.Forms.PictureBox pictureBox8; public System.Windows.Forms.Label lb_CH3MES_INstatus; private System.Windows.Forms.Label label19; public System.Windows.Forms.TextBox tb_CH3codeLeng; private System.Windows.Forms.Label label20; public System.Windows.Forms.Label lb_CH3MES_OUTstatus; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label lb_CH3_SmallLeakUnit; private System.Windows.Forms.Label lb_CH3_PressureUnit; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label lb_CH3_Result; private System.Windows.Forms.Label lb_CH3_Status; private Sunny.UI.UIProcessBar pb_CH3progressBar; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label35; public System.Windows.Forms.Label lb_CH3Communication_status; private System.Windows.Forms.Label label38; private System.Windows.Forms.Label label40; private System.Windows.Forms.Label lb_CH3_SmallLeak; private System.Windows.Forms.Label lb_CH3_TestPressure; private Sunny.UI.UIGroupBox uiGroupBox3; private System.Windows.Forms.Button bt_code4clear; public System.Windows.Forms.Label lb_CH4MES_INstatus; private System.Windows.Forms.Label label55; public System.Windows.Forms.TextBox tb_CH4codeLeng; private Sunny.UI.UIProcessBar pb_CH4progressBar; private System.Windows.Forms.Label label56; public System.Windows.Forms.Label lb_CH4MES_OUTstatus; private System.Windows.Forms.Label label58; private System.Windows.Forms.Label lb_CH4_SmallLeakUnit; private System.Windows.Forms.Label lb_CH4_PressureUnit; private System.Windows.Forms.Label label62; private System.Windows.Forms.Label lb_CH4_Result; private System.Windows.Forms.Label lb_CH4_Status; private System.Windows.Forms.Label label65; private System.Windows.Forms.Label label66; public System.Windows.Forms.Label lb_CH4Communication_status; private System.Windows.Forms.Label label70; private System.Windows.Forms.Label label71; private System.Windows.Forms.Label lb_CH4_SmallLeak; private System.Windows.Forms.Label lb_CH4_TestPressure; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.ComponentModel.BackgroundWorker backgroundWorker1; private Sunny.UI.UIGroupBox uiGroupBox4; public System.Windows.Forms.Label label17; private System.Windows.Forms.PictureBox pictureBox9; public System.Windows.Forms.Label label21; private System.Windows.Forms.PictureBox pictureBox10; public System.Windows.Forms.Label label24; private System.Windows.Forms.PictureBox pictureBox11; public System.Windows.Forms.Label label25; private System.Windows.Forms.PictureBox pictureBox12; private System.Windows.Forms.Label lb_OKRate; private System.Windows.Forms.Label label41; private System.Windows.Forms.Label lb_NGnumber; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label lb_OKnumber; 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; private System.Windows.Forms.Button bt_test2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private Sunny.UI.UIDataGridView DataGridView2; private Sunny.UI.UITextBox tb_CH1Code; private Sunny.UI.UITextBox tb_CH2Code; private Sunny.UI.UITextBox tb_CH3Code; private Sunny.UI.UITextBox tb_CH4Code; private System.Windows.Forms.CheckBox chk_SaomaFocus; public System.Windows.Forms.Label lb_CH1ProcessTime4; private System.Windows.Forms.Label label42; public System.Windows.Forms.Label lb_CH1ProcessTime3; private System.Windows.Forms.Label label46; public System.Windows.Forms.Label lb_CH1ProcessTime2; private System.Windows.Forms.Label label37; public System.Windows.Forms.Label lb_CH1ProcessTime1; private System.Windows.Forms.Label label15; public System.Windows.Forms.Label lb_CH1TestPressureDown; private System.Windows.Forms.Label label43; public System.Windows.Forms.Label lb_CH1TestPressureUp; private System.Windows.Forms.Label label6; public System.Windows.Forms.Label lb_CH3TestPressureDown; private System.Windows.Forms.Label label3; public System.Windows.Forms.Label lb_CH3TestPressureUp; private System.Windows.Forms.Label label36; public System.Windows.Forms.Label lb_CH3ProcessTime4; private System.Windows.Forms.Label label44; public System.Windows.Forms.Label lb_CH3ProcessTime3; private System.Windows.Forms.Label label48; public System.Windows.Forms.Label lb_CH3ProcessTime2; private System.Windows.Forms.Label label53; public System.Windows.Forms.Label lb_CH3ProcessTime1; private System.Windows.Forms.Label label57; public System.Windows.Forms.Label lb_CH2TestPressureDown; private System.Windows.Forms.Label label60; public System.Windows.Forms.Label lb_CH2TestPressureUp; private System.Windows.Forms.Label label63; public System.Windows.Forms.Label lb_CH2ProcessTime4; private System.Windows.Forms.Label label67; public System.Windows.Forms.Label lb_CH2ProcessTime3; private System.Windows.Forms.Label label72; public System.Windows.Forms.Label lb_CH2ProcessTime2; private System.Windows.Forms.Label label74; public System.Windows.Forms.Label lb_CH2ProcessTime1; private System.Windows.Forms.Label label77; public System.Windows.Forms.Label lb_CH4TestPressureDown; private System.Windows.Forms.Label label79; public System.Windows.Forms.Label lb_CH4TestPressureUp; private System.Windows.Forms.Label label81; public System.Windows.Forms.Label lb_CH4ProcessTime4; private System.Windows.Forms.Label label83; public System.Windows.Forms.Label lb_CH4ProcessTime3; private System.Windows.Forms.Label label85; public System.Windows.Forms.Label lb_CH4ProcessTime2; private System.Windows.Forms.Label label87; public System.Windows.Forms.Label lb_CH4ProcessTime1; private System.Windows.Forms.Label label89; public System.Windows.Forms.Label lb_CH2testTime; private System.Windows.Forms.Label label59; public System.Windows.Forms.Label lb_CH1testTime; private System.Windows.Forms.Label label29; public System.Windows.Forms.Label lb_CH3testTime; private System.Windows.Forms.Label label39; public System.Windows.Forms.Label lb_CH4testTime; private System.Windows.Forms.Label label52; } }