Files
slz-4/SLZ_4/Electricity.Designer.cs

1269 lines
70 KiB
C#

namespace SLZ_4
{
partial class Electricity
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Electricity));
this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
this.checkStart2 = new System.Windows.Forms.CheckBox();
this.checkStart1 = new System.Windows.Forms.CheckBox();
this.checkCode2 = new System.Windows.Forms.CheckBox();
this.uiTextCH2Length = new Sunny.UI.UITextBox();
this.checkCode1 = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.uiTextCH1Length = new Sunny.UI.UITextBox();
this.uiButtonSaveCode = new Sunny.UI.UISymbolButton();
this.label7 = new System.Windows.Forms.Label();
this.uiGroupBox13 = new Sunny.UI.UIGroupBox();
this.CH2CHKVacuum = new System.Windows.Forms.CheckBox();
this.CH1CHKVacuum = new System.Windows.Forms.CheckBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.chk_ChkBee = new System.Windows.Forms.CheckBox();
this.tb_ParaName = new Sunny.UI.UITextBox();
this.cb_ParaNum = new Sunny.UI.UIComboBox();
this.cb_MachineNum = new Sunny.UI.UIComboBox();
this.BtnSave = new Sunny.UI.UISymbolButton();
this.BtnRead = new Sunny.UI.UISymbolButton();
this.uiGroupBox15 = new Sunny.UI.UIGroupBox();
this.cb_LUnit = new Sunny.UI.UIComboBox();
this.cb_PUnit = new Sunny.UI.UIComboBox();
this.lb_LUnit2 = new System.Windows.Forms.Label();
this.lb_LUnit1 = new System.Windows.Forms.Label();
this.tb_Leaklowlimit = new Sunny.UI.UITextBox();
this.label117 = new System.Windows.Forms.Label();
this.tb_Leaktoplimit = new Sunny.UI.UITextBox();
this.label116 = new System.Windows.Forms.Label();
this.tb_BalanPreMin = new Sunny.UI.UITextBox();
this.lb_PUnit2 = new System.Windows.Forms.Label();
this.tb_BalanPreMax = new Sunny.UI.UITextBox();
this.lb_PUnit1 = new System.Windows.Forms.Label();
this.tb_FPlowlimit = new Sunny.UI.UITextBox();
this.tb_FPtoplimit = new Sunny.UI.UITextBox();
this.label106 = new System.Windows.Forms.Label();
this.label107 = new System.Windows.Forms.Label();
this.label108 = new System.Windows.Forms.Label();
this.label109 = new System.Windows.Forms.Label();
this.label110 = new System.Windows.Forms.Label();
this.label111 = new System.Windows.Forms.Label();
this.label112 = new System.Windows.Forms.Label();
this.label113 = new System.Windows.Forms.Label();
this.uiGroupBox14 = new Sunny.UI.UIGroupBox();
this.label105 = new System.Windows.Forms.Label();
this.label104 = new System.Windows.Forms.Label();
this.tb_Evolume = new Sunny.UI.UITextBox();
this.label103 = new System.Windows.Forms.Label();
this.tb_RelieveDelay = new Sunny.UI.UITextBox();
this.label102 = new System.Windows.Forms.Label();
this.tb_DelayTime2 = new Sunny.UI.UITextBox();
this.label101 = new System.Windows.Forms.Label();
this.tb_DelayTime1 = new Sunny.UI.UITextBox();
this.label100 = new System.Windows.Forms.Label();
this.label99 = new System.Windows.Forms.Label();
this.label98 = new System.Windows.Forms.Label();
this.tb_ExhaustTime = new Sunny.UI.UITextBox();
this.tb_TestTime1 = new Sunny.UI.UITextBox();
this.tb_BalanTime = new Sunny.UI.UITextBox();
this.tb_FullTime = new Sunny.UI.UITextBox();
this.label90 = new System.Windows.Forms.Label();
this.label97 = new System.Windows.Forms.Label();
this.label91 = new System.Windows.Forms.Label();
this.label96 = new System.Windows.Forms.Label();
this.label92 = new System.Windows.Forms.Label();
this.label95 = new System.Windows.Forms.Label();
this.label93 = new System.Windows.Forms.Label();
this.label94 = new System.Windows.Forms.Label();
this.label87 = new System.Windows.Forms.Label();
this.label88 = new System.Windows.Forms.Label();
this.label89 = new System.Windows.Forms.Label();
this.uiGroupBox2.SuspendLayout();
this.uiGroupBox13.SuspendLayout();
this.uiGroupBox15.SuspendLayout();
this.uiGroupBox14.SuspendLayout();
this.SuspendLayout();
//
// uiGroupBox2
//
this.uiGroupBox2.Controls.Add(this.checkStart2);
this.uiGroupBox2.Controls.Add(this.checkStart1);
this.uiGroupBox2.Controls.Add(this.checkCode2);
this.uiGroupBox2.Controls.Add(this.uiTextCH2Length);
this.uiGroupBox2.Controls.Add(this.checkCode1);
this.uiGroupBox2.Controls.Add(this.label8);
this.uiGroupBox2.Controls.Add(this.uiTextCH1Length);
this.uiGroupBox2.Controls.Add(this.uiButtonSaveCode);
this.uiGroupBox2.Controls.Add(this.label7);
this.uiGroupBox2.FillColor = System.Drawing.Color.LightBlue;
this.uiGroupBox2.Font = new System.Drawing.Font("宋体", 20F);
this.uiGroupBox2.Location = new System.Drawing.Point(0, 454);
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(1014, 202);
this.uiGroupBox2.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox2.TabIndex = 250;
this.uiGroupBox2.Text = "扫码设置";
this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// checkStart2
//
this.checkStart2.AutoSize = true;
this.checkStart2.Font = new System.Drawing.Font("宋体", 15F);
this.checkStart2.Location = new System.Drawing.Point(594, 143);
this.checkStart2.Name = "checkStart2";
this.checkStart2.Size = new System.Drawing.Size(138, 24);
this.checkStart2.TabIndex = 480;
this.checkStart2.Text = "CH2扫码启动";
this.checkStart2.UseVisualStyleBackColor = true;
this.checkStart2.Visible = false;
this.checkStart2.CheckedChanged += new System.EventHandler(this.checkStart2_CheckedChanged);
//
// checkStart1
//
this.checkStart1.AutoSize = true;
this.checkStart1.Font = new System.Drawing.Font("宋体", 15F);
this.checkStart1.Location = new System.Drawing.Point(24, 143);
this.checkStart1.Name = "checkStart1";
this.checkStart1.Size = new System.Drawing.Size(138, 24);
this.checkStart1.TabIndex = 479;
this.checkStart1.Text = "CH1扫码启动";
this.checkStart1.UseVisualStyleBackColor = true;
this.checkStart1.Visible = false;
this.checkStart1.CheckedChanged += new System.EventHandler(this.checkStart1_CheckedChanged);
//
// checkCode2
//
this.checkCode2.AutoSize = true;
this.checkCode2.BackColor = System.Drawing.Color.LightBlue;
this.checkCode2.Font = new System.Drawing.Font("宋体", 15F);
this.checkCode2.Location = new System.Drawing.Point(595, 35);
this.checkCode2.Name = "checkCode2";
this.checkCode2.Size = new System.Drawing.Size(178, 24);
this.checkCode2.TabIndex = 478;
this.checkCode2.Text = "CH2条码长度检测";
this.checkCode2.UseVisualStyleBackColor = false;
//
// uiTextCH2Length
//
this.uiTextCH2Length.ButtonSymbol = 61761;
this.uiTextCH2Length.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextCH2Length.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiTextCH2Length.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextCH2Length.Location = new System.Drawing.Point(717, 84);
this.uiTextCH2Length.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextCH2Length.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextCH2Length.Name = "uiTextCH2Length";
this.uiTextCH2Length.Padding = new System.Windows.Forms.Padding(5);
this.uiTextCH2Length.ShowText = false;
this.uiTextCH2Length.Size = new System.Drawing.Size(118, 29);
this.uiTextCH2Length.Style = Sunny.UI.UIStyle.Custom;
this.uiTextCH2Length.TabIndex = 249;
this.uiTextCH2Length.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextCH2Length.Watermark = "";
//
// checkCode1
//
this.checkCode1.AutoSize = true;
this.checkCode1.BackColor = System.Drawing.Color.LightBlue;
this.checkCode1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkCode1.Location = new System.Drawing.Point(24, 35);
this.checkCode1.Name = "checkCode1";
this.checkCode1.Size = new System.Drawing.Size(178, 24);
this.checkCode1.TabIndex = 477;
this.checkCode1.Text = "CH1条码长度检测";
this.checkCode1.UseVisualStyleBackColor = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 15F);
this.label8.Location = new System.Drawing.Point(591, 89);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(109, 20);
this.label8.TabIndex = 248;
this.label8.Text = "条码2长度:";
//
// uiTextCH1Length
//
this.uiTextCH1Length.ButtonSymbol = 61761;
this.uiTextCH1Length.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextCH1Length.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiTextCH1Length.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextCH1Length.Location = new System.Drawing.Point(138, 83);
this.uiTextCH1Length.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextCH1Length.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextCH1Length.Name = "uiTextCH1Length";
this.uiTextCH1Length.Padding = new System.Windows.Forms.Padding(5);
this.uiTextCH1Length.ShowText = false;
this.uiTextCH1Length.Size = new System.Drawing.Size(118, 29);
this.uiTextCH1Length.Style = Sunny.UI.UIStyle.Custom;
this.uiTextCH1Length.TabIndex = 230;
this.uiTextCH1Length.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextCH1Length.Watermark = "";
//
// uiButtonSaveCode
//
this.uiButtonSaveCode.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButtonSaveCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButtonSaveCode.Location = new System.Drawing.Point(396, 149);
this.uiButtonSaveCode.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButtonSaveCode.Name = "uiButtonSaveCode";
this.uiButtonSaveCode.Size = new System.Drawing.Size(149, 35);
this.uiButtonSaveCode.Style = Sunny.UI.UIStyle.Custom;
this.uiButtonSaveCode.Symbol = 61678;
this.uiButtonSaveCode.TabIndex = 241;
this.uiButtonSaveCode.Text = "保存设置";
this.uiButtonSaveCode.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButtonSaveCode.Click += new System.EventHandler(this.uiButtonSaveCode_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 15F);
this.label7.Location = new System.Drawing.Point(20, 89);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(109, 20);
this.label7.TabIndex = 222;
this.label7.Text = "条码1长度:";
//
// uiGroupBox13
//
this.uiGroupBox13.Controls.Add(this.CH2CHKVacuum);
this.uiGroupBox13.Controls.Add(this.CH1CHKVacuum);
this.uiGroupBox13.Controls.Add(this.radioButton2);
this.uiGroupBox13.Controls.Add(this.radioButton1);
this.uiGroupBox13.Controls.Add(this.chk_ChkBee);
this.uiGroupBox13.Controls.Add(this.tb_ParaName);
this.uiGroupBox13.Controls.Add(this.cb_ParaNum);
this.uiGroupBox13.Controls.Add(this.cb_MachineNum);
this.uiGroupBox13.Controls.Add(this.BtnSave);
this.uiGroupBox13.Controls.Add(this.BtnRead);
this.uiGroupBox13.Controls.Add(this.uiGroupBox15);
this.uiGroupBox13.Controls.Add(this.uiGroupBox14);
this.uiGroupBox13.Controls.Add(this.label87);
this.uiGroupBox13.Controls.Add(this.label88);
this.uiGroupBox13.Controls.Add(this.label89);
this.uiGroupBox13.FillColor = System.Drawing.Color.LightBlue;
this.uiGroupBox13.Font = new System.Drawing.Font("宋体", 20F);
this.uiGroupBox13.Location = new System.Drawing.Point(0, 1);
this.uiGroupBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox13.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox13.Name = "uiGroupBox13";
this.uiGroupBox13.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox13.Size = new System.Drawing.Size(1014, 443);
this.uiGroupBox13.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox13.TabIndex = 249;
this.uiGroupBox13.Text = "仪器参数设置";
this.uiGroupBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// CH2CHKVacuum
//
this.CH2CHKVacuum.AutoSize = true;
this.CH2CHKVacuum.BackColor = System.Drawing.Color.LightBlue;
this.CH2CHKVacuum.Font = new System.Drawing.Font("宋体", 18F);
this.CH2CHKVacuum.Location = new System.Drawing.Point(24, 359);
this.CH2CHKVacuum.Name = "CH2CHKVacuum";
this.CH2CHKVacuum.Size = new System.Drawing.Size(113, 28);
this.CH2CHKVacuum.TabIndex = 476;
this.CH2CHKVacuum.Text = "CH2真空";
this.CH2CHKVacuum.UseVisualStyleBackColor = false;
this.CH2CHKVacuum.Visible = false;
//
// CH1CHKVacuum
//
this.CH1CHKVacuum.AutoSize = true;
this.CH1CHKVacuum.BackColor = System.Drawing.Color.LightBlue;
this.CH1CHKVacuum.Font = new System.Drawing.Font("宋体", 18F);
this.CH1CHKVacuum.Location = new System.Drawing.Point(24, 316);
this.CH1CHKVacuum.Name = "CH1CHKVacuum";
this.CH1CHKVacuum.Size = new System.Drawing.Size(113, 28);
this.CH1CHKVacuum.TabIndex = 475;
this.CH1CHKVacuum.Text = "CH1真空";
this.CH1CHKVacuum.UseVisualStyleBackColor = false;
this.CH1CHKVacuum.Visible = false;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton2.Location = new System.Drawing.Point(556, 391);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(112, 25);
this.radioButton2.TabIndex = 250;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "负压模式";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.Visible = false;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton1.Location = new System.Drawing.Point(394, 391);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(112, 25);
this.radioButton1.TabIndex = 249;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "正压模式";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.Visible = false;
//
// chk_ChkBee
//
this.chk_ChkBee.AutoSize = true;
this.chk_ChkBee.Font = new System.Drawing.Font("宋体", 18F);
this.chk_ChkBee.Location = new System.Drawing.Point(24, 273);
this.chk_ChkBee.Margin = new System.Windows.Forms.Padding(4);
this.chk_ChkBee.Name = "chk_ChkBee";
this.chk_ChkBee.Size = new System.Drawing.Size(101, 28);
this.chk_ChkBee.TabIndex = 474;
this.chk_ChkBee.Text = "蜂鸣器";
this.chk_ChkBee.UseVisualStyleBackColor = true;
this.chk_ChkBee.Visible = false;
//
// tb_ParaName
//
this.tb_ParaName.ButtonSymbol = 61761;
this.tb_ParaName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_ParaName.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_ParaName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_ParaName.Location = new System.Drawing.Point(11, 216);
this.tb_ParaName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_ParaName.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_ParaName.Name = "tb_ParaName";
this.tb_ParaName.Padding = new System.Windows.Forms.Padding(5);
this.tb_ParaName.ShowText = false;
this.tb_ParaName.Size = new System.Drawing.Size(118, 29);
this.tb_ParaName.Style = Sunny.UI.UIStyle.Custom;
this.tb_ParaName.TabIndex = 230;
this.tb_ParaName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_ParaName.Visible = false;
this.tb_ParaName.Watermark = "";
//
// cb_ParaNum
//
this.cb_ParaNum.DataSource = null;
this.cb_ParaNum.FillColor = System.Drawing.Color.White;
this.cb_ParaNum.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_ParaNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_ParaNum.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cb_ParaNum.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cb_ParaNum.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_ParaNum.Location = new System.Drawing.Point(11, 145);
this.cb_ParaNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_ParaNum.MinimumSize = new System.Drawing.Size(63, 0);
this.cb_ParaNum.Name = "cb_ParaNum";
this.cb_ParaNum.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cb_ParaNum.Size = new System.Drawing.Size(118, 29);
this.cb_ParaNum.Style = Sunny.UI.UIStyle.Custom;
this.cb_ParaNum.SymbolSize = 24;
this.cb_ParaNum.TabIndex = 243;
this.cb_ParaNum.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cb_ParaNum.Visible = false;
this.cb_ParaNum.Watermark = "";
//
// cb_MachineNum
//
this.cb_MachineNum.DataSource = null;
this.cb_MachineNum.FillColor = System.Drawing.Color.White;
this.cb_MachineNum.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_MachineNum.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_MachineNum.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cb_MachineNum.Items.AddRange(new object[] {
"1",
"2"});
this.cb_MachineNum.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_MachineNum.Location = new System.Drawing.Point(11, 78);
this.cb_MachineNum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_MachineNum.MinimumSize = new System.Drawing.Size(63, 0);
this.cb_MachineNum.Name = "cb_MachineNum";
this.cb_MachineNum.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cb_MachineNum.Size = new System.Drawing.Size(118, 29);
this.cb_MachineNum.Style = Sunny.UI.UIStyle.Custom;
this.cb_MachineNum.SymbolSize = 24;
this.cb_MachineNum.TabIndex = 242;
this.cb_MachineNum.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cb_MachineNum.Visible = false;
this.cb_MachineNum.Watermark = "";
this.cb_MachineNum.SelectedIndexChanged += new System.EventHandler(this.cb_MachineNum_SelectedIndexChanged);
//
// BtnSave
//
this.BtnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.BtnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnSave.Location = new System.Drawing.Point(702, 385);
this.BtnSave.MinimumSize = new System.Drawing.Size(1, 1);
this.BtnSave.Name = "BtnSave";
this.BtnSave.Size = new System.Drawing.Size(149, 35);
this.BtnSave.Style = Sunny.UI.UIStyle.Custom;
this.BtnSave.Symbol = 61678;
this.BtnSave.TabIndex = 241;
this.BtnSave.Text = "保存参数";
this.BtnSave.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// BtnRead
//
this.BtnRead.Cursor = System.Windows.Forms.Cursors.Hand;
this.BtnRead.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnRead.Location = new System.Drawing.Point(209, 385);
this.BtnRead.MinimumSize = new System.Drawing.Size(1, 1);
this.BtnRead.Name = "BtnRead";
this.BtnRead.Size = new System.Drawing.Size(149, 35);
this.BtnRead.Style = Sunny.UI.UIStyle.Custom;
this.BtnRead.Symbol = 61677;
this.BtnRead.TabIndex = 240;
this.BtnRead.Text = "读取参数";
this.BtnRead.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnRead.Click += new System.EventHandler(this.BtnRead_Click);
//
// uiGroupBox15
//
this.uiGroupBox15.Controls.Add(this.cb_LUnit);
this.uiGroupBox15.Controls.Add(this.cb_PUnit);
this.uiGroupBox15.Controls.Add(this.lb_LUnit2);
this.uiGroupBox15.Controls.Add(this.lb_LUnit1);
this.uiGroupBox15.Controls.Add(this.tb_Leaklowlimit);
this.uiGroupBox15.Controls.Add(this.label117);
this.uiGroupBox15.Controls.Add(this.tb_Leaktoplimit);
this.uiGroupBox15.Controls.Add(this.label116);
this.uiGroupBox15.Controls.Add(this.tb_BalanPreMin);
this.uiGroupBox15.Controls.Add(this.lb_PUnit2);
this.uiGroupBox15.Controls.Add(this.tb_BalanPreMax);
this.uiGroupBox15.Controls.Add(this.lb_PUnit1);
this.uiGroupBox15.Controls.Add(this.tb_FPlowlimit);
this.uiGroupBox15.Controls.Add(this.tb_FPtoplimit);
this.uiGroupBox15.Controls.Add(this.label106);
this.uiGroupBox15.Controls.Add(this.label107);
this.uiGroupBox15.Controls.Add(this.label108);
this.uiGroupBox15.Controls.Add(this.label109);
this.uiGroupBox15.Controls.Add(this.label110);
this.uiGroupBox15.Controls.Add(this.label111);
this.uiGroupBox15.Controls.Add(this.label112);
this.uiGroupBox15.Controls.Add(this.label113);
this.uiGroupBox15.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiGroupBox15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox15.Location = new System.Drawing.Point(556, 57);
this.uiGroupBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox15.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox15.Name = "uiGroupBox15";
this.uiGroupBox15.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox15.Size = new System.Drawing.Size(429, 313);
this.uiGroupBox15.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox15.TabIndex = 237;
this.uiGroupBox15.Text = "压力参数";
this.uiGroupBox15.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// cb_LUnit
//
this.cb_LUnit.DataSource = null;
this.cb_LUnit.FillColor = System.Drawing.Color.White;
this.cb_LUnit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_LUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_LUnit.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cb_LUnit.Items.AddRange(new object[] {
"Pa",
"KPa",
"mbar",
"atm",
"sccm",
"ccm3/s",
"Pa/s"});
this.cb_LUnit.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_LUnit.Location = new System.Drawing.Point(245, 228);
this.cb_LUnit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_LUnit.MinimumSize = new System.Drawing.Size(63, 0);
this.cb_LUnit.Name = "cb_LUnit";
this.cb_LUnit.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cb_LUnit.Size = new System.Drawing.Size(106, 29);
this.cb_LUnit.Style = Sunny.UI.UIStyle.Custom;
this.cb_LUnit.SymbolSize = 24;
this.cb_LUnit.TabIndex = 226;
this.cb_LUnit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cb_LUnit.Watermark = "";
//
// cb_PUnit
//
this.cb_PUnit.DataSource = null;
this.cb_PUnit.FillColor = System.Drawing.Color.White;
this.cb_PUnit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_PUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_PUnit.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
this.cb_PUnit.Items.AddRange(new object[] {
"Pa",
"KPa",
"MPa",
"bar",
"Psi",
"kg/cm^2",
"atm",
"mmHg"});
this.cb_PUnit.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.cb_PUnit.Location = new System.Drawing.Point(245, 168);
this.cb_PUnit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cb_PUnit.MinimumSize = new System.Drawing.Size(63, 0);
this.cb_PUnit.Name = "cb_PUnit";
this.cb_PUnit.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.cb_PUnit.Size = new System.Drawing.Size(106, 29);
this.cb_PUnit.Style = Sunny.UI.UIStyle.Custom;
this.cb_PUnit.SymbolSize = 24;
this.cb_PUnit.TabIndex = 226;
this.cb_PUnit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.cb_PUnit.Watermark = "";
//
// lb_LUnit2
//
this.lb_LUnit2.AutoSize = true;
this.lb_LUnit2.Location = new System.Drawing.Point(381, 120);
this.lb_LUnit2.Name = "lb_LUnit2";
this.lb_LUnit2.Size = new System.Drawing.Size(40, 16);
this.lb_LUnit2.TabIndex = 241;
this.lb_LUnit2.Text = "单位";
//
// lb_LUnit1
//
this.lb_LUnit1.AutoSize = true;
this.lb_LUnit1.Location = new System.Drawing.Point(381, 66);
this.lb_LUnit1.Name = "lb_LUnit1";
this.lb_LUnit1.Size = new System.Drawing.Size(40, 16);
this.lb_LUnit1.TabIndex = 241;
this.lb_LUnit1.Text = "单位";
//
// tb_Leaklowlimit
//
this.tb_Leaklowlimit.ButtonSymbol = 61761;
this.tb_Leaklowlimit.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_Leaklowlimit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_Leaklowlimit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_Leaklowlimit.Location = new System.Drawing.Point(245, 114);
this.tb_Leaklowlimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_Leaklowlimit.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_Leaklowlimit.Name = "tb_Leaklowlimit";
this.tb_Leaklowlimit.Padding = new System.Windows.Forms.Padding(5);
this.tb_Leaklowlimit.ShowText = false;
this.tb_Leaklowlimit.Size = new System.Drawing.Size(135, 29);
this.tb_Leaklowlimit.Style = Sunny.UI.UIStyle.Custom;
this.tb_Leaklowlimit.TabIndex = 240;
this.tb_Leaklowlimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_Leaklowlimit.Watermark = "";
//
// label117
//
this.label117.AutoSize = true;
this.label117.Location = new System.Drawing.Point(173, 230);
this.label117.Name = "label117";
this.label117.Size = new System.Drawing.Size(24, 16);
this.label117.TabIndex = 241;
this.label117.Text = "Pa";
//
// tb_Leaktoplimit
//
this.tb_Leaktoplimit.ButtonSymbol = 61761;
this.tb_Leaktoplimit.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_Leaktoplimit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_Leaktoplimit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_Leaktoplimit.Location = new System.Drawing.Point(245, 60);
this.tb_Leaktoplimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_Leaktoplimit.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_Leaktoplimit.Name = "tb_Leaktoplimit";
this.tb_Leaktoplimit.Padding = new System.Windows.Forms.Padding(5);
this.tb_Leaktoplimit.ShowText = false;
this.tb_Leaktoplimit.Size = new System.Drawing.Size(135, 29);
this.tb_Leaktoplimit.Style = Sunny.UI.UIStyle.Custom;
this.tb_Leaktoplimit.TabIndex = 240;
this.tb_Leaktoplimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_Leaktoplimit.Watermark = "";
//
// label116
//
this.label116.AutoSize = true;
this.label116.Location = new System.Drawing.Point(173, 172);
this.label116.Name = "label116";
this.label116.Size = new System.Drawing.Size(24, 16);
this.label116.TabIndex = 241;
this.label116.Text = "Pa";
//
// tb_BalanPreMin
//
this.tb_BalanPreMin.ButtonSymbol = 61761;
this.tb_BalanPreMin.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_BalanPreMin.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_BalanPreMin.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_BalanPreMin.Location = new System.Drawing.Point(39, 224);
this.tb_BalanPreMin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_BalanPreMin.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_BalanPreMin.Name = "tb_BalanPreMin";
this.tb_BalanPreMin.Padding = new System.Windows.Forms.Padding(5);
this.tb_BalanPreMin.ShowText = false;
this.tb_BalanPreMin.Size = new System.Drawing.Size(135, 29);
this.tb_BalanPreMin.Style = Sunny.UI.UIStyle.Custom;
this.tb_BalanPreMin.TabIndex = 240;
this.tb_BalanPreMin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_BalanPreMin.Watermark = "";
//
// lb_PUnit2
//
this.lb_PUnit2.AutoSize = true;
this.lb_PUnit2.Location = new System.Drawing.Point(173, 120);
this.lb_PUnit2.Name = "lb_PUnit2";
this.lb_PUnit2.Size = new System.Drawing.Size(40, 16);
this.lb_PUnit2.TabIndex = 241;
this.lb_PUnit2.Text = "单位";
//
// tb_BalanPreMax
//
this.tb_BalanPreMax.ButtonSymbol = 61761;
this.tb_BalanPreMax.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_BalanPreMax.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_BalanPreMax.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_BalanPreMax.Location = new System.Drawing.Point(37, 166);
this.tb_BalanPreMax.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_BalanPreMax.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_BalanPreMax.Name = "tb_BalanPreMax";
this.tb_BalanPreMax.Padding = new System.Windows.Forms.Padding(5);
this.tb_BalanPreMax.ShowText = false;
this.tb_BalanPreMax.Size = new System.Drawing.Size(135, 29);
this.tb_BalanPreMax.Style = Sunny.UI.UIStyle.Custom;
this.tb_BalanPreMax.TabIndex = 240;
this.tb_BalanPreMax.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_BalanPreMax.Watermark = "";
//
// lb_PUnit1
//
this.lb_PUnit1.AutoSize = true;
this.lb_PUnit1.Location = new System.Drawing.Point(173, 66);
this.lb_PUnit1.Name = "lb_PUnit1";
this.lb_PUnit1.Size = new System.Drawing.Size(40, 16);
this.lb_PUnit1.TabIndex = 239;
this.lb_PUnit1.Text = "单位";
//
// tb_FPlowlimit
//
this.tb_FPlowlimit.ButtonSymbol = 61761;
this.tb_FPlowlimit.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_FPlowlimit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_FPlowlimit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_FPlowlimit.Location = new System.Drawing.Point(38, 114);
this.tb_FPlowlimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_FPlowlimit.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_FPlowlimit.Name = "tb_FPlowlimit";
this.tb_FPlowlimit.Padding = new System.Windows.Forms.Padding(5);
this.tb_FPlowlimit.ShowText = false;
this.tb_FPlowlimit.Size = new System.Drawing.Size(135, 29);
this.tb_FPlowlimit.Style = Sunny.UI.UIStyle.Custom;
this.tb_FPlowlimit.TabIndex = 240;
this.tb_FPlowlimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_FPlowlimit.Watermark = "";
//
// tb_FPtoplimit
//
this.tb_FPtoplimit.ButtonSymbol = 61761;
this.tb_FPtoplimit.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_FPtoplimit.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_FPtoplimit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_FPtoplimit.Location = new System.Drawing.Point(37, 60);
this.tb_FPtoplimit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_FPtoplimit.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_FPtoplimit.Name = "tb_FPtoplimit";
this.tb_FPtoplimit.Padding = new System.Windows.Forms.Padding(5);
this.tb_FPtoplimit.ShowText = false;
this.tb_FPtoplimit.Size = new System.Drawing.Size(135, 29);
this.tb_FPtoplimit.Style = Sunny.UI.UIStyle.Custom;
this.tb_FPtoplimit.TabIndex = 238;
this.tb_FPtoplimit.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_FPtoplimit.Watermark = "";
//
// label106
//
this.label106.AutoSize = true;
this.label106.Font = new System.Drawing.Font("宋体", 11F);
this.label106.Location = new System.Drawing.Point(245, 148);
this.label106.Name = "label106";
this.label106.Size = new System.Drawing.Size(67, 15);
this.label106.TabIndex = 195;
this.label106.Text = "压力单位";
//
// label107
//
this.label107.AutoSize = true;
this.label107.Font = new System.Drawing.Font("宋体", 11F);
this.label107.Location = new System.Drawing.Point(245, 208);
this.label107.Name = "label107";
this.label107.Size = new System.Drawing.Size(82, 15);
this.label107.TabIndex = 194;
this.label107.Text = "泄漏量单位";
//
// label108
//
this.label108.AutoSize = true;
this.label108.Font = new System.Drawing.Font("宋体", 11F);
this.label108.Location = new System.Drawing.Point(34, 40);
this.label108.Name = "label108";
this.label108.Size = new System.Drawing.Size(97, 15);
this.label108.TabIndex = 188;
this.label108.Text = "充气压力上限";
//
// label109
//
this.label109.AutoSize = true;
this.label109.Font = new System.Drawing.Font("宋体", 11F);
this.label109.Location = new System.Drawing.Point(35, 94);
this.label109.Name = "label109";
this.label109.Size = new System.Drawing.Size(97, 15);
this.label109.TabIndex = 189;
this.label109.Text = "充气压力下限";
//
// label110
//
this.label110.AutoSize = true;
this.label110.Font = new System.Drawing.Font("宋体", 11F);
this.label110.Location = new System.Drawing.Point(245, 40);
this.label110.Name = "label110";
this.label110.Size = new System.Drawing.Size(82, 15);
this.label110.TabIndex = 190;
this.label110.Text = "泄漏量上限";
//
// label111
//
this.label111.AutoSize = true;
this.label111.Font = new System.Drawing.Font("宋体", 11F);
this.label111.Location = new System.Drawing.Point(34, 149);
this.label111.Name = "label111";
this.label111.Size = new System.Drawing.Size(97, 15);
this.label111.TabIndex = 192;
this.label111.Text = "平衡压差上限";
//
// label112
//
this.label112.AutoSize = true;
this.label112.Font = new System.Drawing.Font("宋体", 11F);
this.label112.Location = new System.Drawing.Point(36, 209);
this.label112.Name = "label112";
this.label112.Size = new System.Drawing.Size(97, 15);
this.label112.TabIndex = 193;
this.label112.Text = "平衡压差下限";
//
// label113
//
this.label113.AutoSize = true;
this.label113.Font = new System.Drawing.Font("宋体", 11F);
this.label113.Location = new System.Drawing.Point(245, 94);
this.label113.Name = "label113";
this.label113.Size = new System.Drawing.Size(82, 15);
this.label113.TabIndex = 191;
this.label113.Text = "泄漏量下限";
//
// uiGroupBox14
//
this.uiGroupBox14.Controls.Add(this.label105);
this.uiGroupBox14.Controls.Add(this.label104);
this.uiGroupBox14.Controls.Add(this.tb_Evolume);
this.uiGroupBox14.Controls.Add(this.label103);
this.uiGroupBox14.Controls.Add(this.tb_RelieveDelay);
this.uiGroupBox14.Controls.Add(this.label102);
this.uiGroupBox14.Controls.Add(this.tb_DelayTime2);
this.uiGroupBox14.Controls.Add(this.label101);
this.uiGroupBox14.Controls.Add(this.tb_DelayTime1);
this.uiGroupBox14.Controls.Add(this.label100);
this.uiGroupBox14.Controls.Add(this.label99);
this.uiGroupBox14.Controls.Add(this.label98);
this.uiGroupBox14.Controls.Add(this.tb_ExhaustTime);
this.uiGroupBox14.Controls.Add(this.tb_TestTime1);
this.uiGroupBox14.Controls.Add(this.tb_BalanTime);
this.uiGroupBox14.Controls.Add(this.tb_FullTime);
this.uiGroupBox14.Controls.Add(this.label90);
this.uiGroupBox14.Controls.Add(this.label97);
this.uiGroupBox14.Controls.Add(this.label91);
this.uiGroupBox14.Controls.Add(this.label96);
this.uiGroupBox14.Controls.Add(this.label92);
this.uiGroupBox14.Controls.Add(this.label95);
this.uiGroupBox14.Controls.Add(this.label93);
this.uiGroupBox14.Controls.Add(this.label94);
this.uiGroupBox14.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uiGroupBox14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiGroupBox14.Location = new System.Drawing.Point(154, 57);
this.uiGroupBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGroupBox14.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGroupBox14.Name = "uiGroupBox14";
this.uiGroupBox14.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGroupBox14.Size = new System.Drawing.Size(394, 313);
this.uiGroupBox14.Style = Sunny.UI.UIStyle.Custom;
this.uiGroupBox14.TabIndex = 236;
this.uiGroupBox14.Text = "时间参数";
this.uiGroupBox14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// label105
//
this.label105.AutoSize = true;
this.label105.Font = new System.Drawing.Font("宋体", 11F);
this.label105.Location = new System.Drawing.Point(363, 247);
this.label105.Name = "label105";
this.label105.Size = new System.Drawing.Size(23, 15);
this.label105.TabIndex = 238;
this.label105.Text = "ml";
//
// label104
//
this.label104.AutoSize = true;
this.label104.Font = new System.Drawing.Font("宋体", 11F);
this.label104.Location = new System.Drawing.Point(363, 187);
this.label104.Name = "label104";
this.label104.Size = new System.Drawing.Size(15, 15);
this.label104.TabIndex = 238;
this.label104.Text = "S";
this.label104.Visible = false;
//
// tb_Evolume
//
this.tb_Evolume.ButtonSymbol = 61761;
this.tb_Evolume.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_Evolume.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_Evolume.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_Evolume.Location = new System.Drawing.Point(226, 240);
this.tb_Evolume.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_Evolume.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_Evolume.Name = "tb_Evolume";
this.tb_Evolume.Padding = new System.Windows.Forms.Padding(5);
this.tb_Evolume.ShowText = false;
this.tb_Evolume.Size = new System.Drawing.Size(135, 29);
this.tb_Evolume.Style = Sunny.UI.UIStyle.Custom;
this.tb_Evolume.TabIndex = 237;
this.tb_Evolume.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_Evolume.Watermark = "";
//
// label103
//
this.label103.AutoSize = true;
this.label103.Font = new System.Drawing.Font("宋体", 11F);
this.label103.Location = new System.Drawing.Point(363, 127);
this.label103.Name = "label103";
this.label103.Size = new System.Drawing.Size(15, 15);
this.label103.TabIndex = 238;
this.label103.Text = "S";
//
// tb_RelieveDelay
//
this.tb_RelieveDelay.ButtonSymbol = 61761;
this.tb_RelieveDelay.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_RelieveDelay.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_RelieveDelay.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_RelieveDelay.Location = new System.Drawing.Point(226, 180);
this.tb_RelieveDelay.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_RelieveDelay.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_RelieveDelay.Name = "tb_RelieveDelay";
this.tb_RelieveDelay.Padding = new System.Windows.Forms.Padding(5);
this.tb_RelieveDelay.ShowText = false;
this.tb_RelieveDelay.Size = new System.Drawing.Size(135, 29);
this.tb_RelieveDelay.Style = Sunny.UI.UIStyle.Custom;
this.tb_RelieveDelay.TabIndex = 237;
this.tb_RelieveDelay.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_RelieveDelay.Visible = false;
this.tb_RelieveDelay.Watermark = "";
//
// label102
//
this.label102.AutoSize = true;
this.label102.Font = new System.Drawing.Font("宋体", 11F);
this.label102.Location = new System.Drawing.Point(363, 67);
this.label102.Name = "label102";
this.label102.Size = new System.Drawing.Size(15, 15);
this.label102.TabIndex = 238;
this.label102.Text = "S";
//
// tb_DelayTime2
//
this.tb_DelayTime2.ButtonSymbol = 61761;
this.tb_DelayTime2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_DelayTime2.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_DelayTime2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_DelayTime2.Location = new System.Drawing.Point(226, 120);
this.tb_DelayTime2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_DelayTime2.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_DelayTime2.Name = "tb_DelayTime2";
this.tb_DelayTime2.Padding = new System.Windows.Forms.Padding(5);
this.tb_DelayTime2.ShowText = false;
this.tb_DelayTime2.Size = new System.Drawing.Size(135, 29);
this.tb_DelayTime2.Style = Sunny.UI.UIStyle.Custom;
this.tb_DelayTime2.TabIndex = 237;
this.tb_DelayTime2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_DelayTime2.Watermark = "";
//
// label101
//
this.label101.AutoSize = true;
this.label101.Font = new System.Drawing.Font("宋体", 11F);
this.label101.Location = new System.Drawing.Point(172, 247);
this.label101.Name = "label101";
this.label101.Size = new System.Drawing.Size(15, 15);
this.label101.TabIndex = 239;
this.label101.Text = "S";
//
// tb_DelayTime1
//
this.tb_DelayTime1.ButtonSymbol = 61761;
this.tb_DelayTime1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_DelayTime1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_DelayTime1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_DelayTime1.Location = new System.Drawing.Point(226, 60);
this.tb_DelayTime1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_DelayTime1.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_DelayTime1.Name = "tb_DelayTime1";
this.tb_DelayTime1.Padding = new System.Windows.Forms.Padding(5);
this.tb_DelayTime1.ShowText = false;
this.tb_DelayTime1.Size = new System.Drawing.Size(135, 29);
this.tb_DelayTime1.Style = Sunny.UI.UIStyle.Custom;
this.tb_DelayTime1.TabIndex = 237;
this.tb_DelayTime1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_DelayTime1.Watermark = "";
//
// label100
//
this.label100.AutoSize = true;
this.label100.Font = new System.Drawing.Font("宋体", 11F);
this.label100.Location = new System.Drawing.Point(172, 187);
this.label100.Name = "label100";
this.label100.Size = new System.Drawing.Size(15, 15);
this.label100.TabIndex = 238;
this.label100.Text = "S";
//
// label99
//
this.label99.AutoSize = true;
this.label99.Font = new System.Drawing.Font("宋体", 11F);
this.label99.Location = new System.Drawing.Point(172, 127);
this.label99.Name = "label99";
this.label99.Size = new System.Drawing.Size(15, 15);
this.label99.TabIndex = 237;
this.label99.Text = "S";
//
// label98
//
this.label98.AutoSize = true;
this.label98.Font = new System.Drawing.Font("宋体", 11F);
this.label98.Location = new System.Drawing.Point(172, 67);
this.label98.Name = "label98";
this.label98.Size = new System.Drawing.Size(15, 15);
this.label98.TabIndex = 236;
this.label98.Text = "S";
//
// tb_ExhaustTime
//
this.tb_ExhaustTime.ButtonSymbol = 61761;
this.tb_ExhaustTime.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_ExhaustTime.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_ExhaustTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_ExhaustTime.Location = new System.Drawing.Point(35, 240);
this.tb_ExhaustTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_ExhaustTime.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_ExhaustTime.Name = "tb_ExhaustTime";
this.tb_ExhaustTime.Padding = new System.Windows.Forms.Padding(5);
this.tb_ExhaustTime.ShowText = false;
this.tb_ExhaustTime.Size = new System.Drawing.Size(135, 29);
this.tb_ExhaustTime.Style = Sunny.UI.UIStyle.Custom;
this.tb_ExhaustTime.TabIndex = 229;
this.tb_ExhaustTime.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_ExhaustTime.Watermark = "";
//
// tb_TestTime1
//
this.tb_TestTime1.ButtonSymbol = 61761;
this.tb_TestTime1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_TestTime1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_TestTime1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_TestTime1.Location = new System.Drawing.Point(35, 180);
this.tb_TestTime1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_TestTime1.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_TestTime1.Name = "tb_TestTime1";
this.tb_TestTime1.Padding = new System.Windows.Forms.Padding(5);
this.tb_TestTime1.ShowText = false;
this.tb_TestTime1.Size = new System.Drawing.Size(135, 29);
this.tb_TestTime1.Style = Sunny.UI.UIStyle.Custom;
this.tb_TestTime1.TabIndex = 229;
this.tb_TestTime1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_TestTime1.Watermark = "";
//
// tb_BalanTime
//
this.tb_BalanTime.ButtonSymbol = 61761;
this.tb_BalanTime.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_BalanTime.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_BalanTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_BalanTime.Location = new System.Drawing.Point(35, 120);
this.tb_BalanTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_BalanTime.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_BalanTime.Name = "tb_BalanTime";
this.tb_BalanTime.Padding = new System.Windows.Forms.Padding(5);
this.tb_BalanTime.ShowText = false;
this.tb_BalanTime.Size = new System.Drawing.Size(135, 29);
this.tb_BalanTime.Style = Sunny.UI.UIStyle.Custom;
this.tb_BalanTime.TabIndex = 229;
this.tb_BalanTime.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_BalanTime.Watermark = "";
//
// tb_FullTime
//
this.tb_FullTime.ButtonSymbol = 61761;
this.tb_FullTime.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_FullTime.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_FullTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_FullTime.Location = new System.Drawing.Point(35, 60);
this.tb_FullTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_FullTime.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_FullTime.Name = "tb_FullTime";
this.tb_FullTime.Padding = new System.Windows.Forms.Padding(5);
this.tb_FullTime.ShowText = false;
this.tb_FullTime.Size = new System.Drawing.Size(135, 29);
this.tb_FullTime.Style = Sunny.UI.UIStyle.Custom;
this.tb_FullTime.TabIndex = 228;
this.tb_FullTime.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_FullTime.Watermark = "";
//
// label90
//
this.label90.AutoSize = true;
this.label90.Font = new System.Drawing.Font("宋体", 11F);
this.label90.Location = new System.Drawing.Point(223, 160);
this.label90.Name = "label90";
this.label90.Size = new System.Drawing.Size(75, 15);
this.label90.TabIndex = 235;
this.label90.Text = "解除2延时";
this.label90.Visible = false;
//
// label97
//
this.label97.AutoSize = true;
this.label97.Font = new System.Drawing.Font("宋体", 11F);
this.label97.Location = new System.Drawing.Point(223, 40);
this.label97.Name = "label97";
this.label97.Size = new System.Drawing.Size(45, 15);
this.label97.TabIndex = 232;
this.label97.Text = "延时1";
//
// label91
//
this.label91.AutoSize = true;
this.label91.Font = new System.Drawing.Font("宋体", 11F);
this.label91.Location = new System.Drawing.Point(35, 100);
this.label91.Name = "label91";
this.label91.Size = new System.Drawing.Size(67, 15);
this.label91.TabIndex = 229;
this.label91.Text = "平衡时间";
//
// label96
//
this.label96.AutoSize = true;
this.label96.Font = new System.Drawing.Font("宋体", 11F);
this.label96.Location = new System.Drawing.Point(223, 100);
this.label96.Name = "label96";
this.label96.Size = new System.Drawing.Size(45, 15);
this.label96.TabIndex = 233;
this.label96.Text = "延时2";
//
// label92
//
this.label92.AutoSize = true;
this.label92.Font = new System.Drawing.Font("宋体", 11F);
this.label92.Location = new System.Drawing.Point(35, 40);
this.label92.Name = "label92";
this.label92.Size = new System.Drawing.Size(67, 15);
this.label92.TabIndex = 228;
this.label92.Text = "充气时间";
//
// label95
//
this.label95.AutoSize = true;
this.label95.Font = new System.Drawing.Font("宋体", 11F);
this.label95.Location = new System.Drawing.Point(223, 220);
this.label95.Name = "label95";
this.label95.Size = new System.Drawing.Size(67, 15);
this.label95.TabIndex = 234;
this.label95.Text = "等效容积";
//
// label93
//
this.label93.AutoSize = true;
this.label93.Font = new System.Drawing.Font("宋体", 11F);
this.label93.Location = new System.Drawing.Point(35, 160);
this.label93.Name = "label93";
this.label93.Size = new System.Drawing.Size(75, 15);
this.label93.TabIndex = 230;
this.label93.Text = "检测时间1";
//
// label94
//
this.label94.AutoSize = true;
this.label94.Font = new System.Drawing.Font("宋体", 11F);
this.label94.Location = new System.Drawing.Point(35, 220);
this.label94.Name = "label94";
this.label94.Size = new System.Drawing.Size(67, 15);
this.label94.TabIndex = 231;
this.label94.Text = "排气时间";
//
// label87
//
this.label87.AutoSize = true;
this.label87.Font = new System.Drawing.Font("宋体", 15F);
this.label87.Location = new System.Drawing.Point(11, 53);
this.label87.Name = "label87";
this.label87.Size = new System.Drawing.Size(89, 20);
this.label87.TabIndex = 224;
this.label87.Text = "仪器编号";
this.label87.Visible = false;
//
// label88
//
this.label88.AutoSize = true;
this.label88.Font = new System.Drawing.Font("宋体", 15F);
this.label88.Location = new System.Drawing.Point(11, 120);
this.label88.Name = "label88";
this.label88.Size = new System.Drawing.Size(89, 20);
this.label88.TabIndex = 223;
this.label88.Text = "参数编号";
this.label88.Visible = false;
//
// label89
//
this.label89.AutoSize = true;
this.label89.Font = new System.Drawing.Font("宋体", 15F);
this.label89.Location = new System.Drawing.Point(11, 191);
this.label89.Name = "label89";
this.label89.Size = new System.Drawing.Size(89, 20);
this.label89.TabIndex = 222;
this.label89.Text = "参数名称";
this.label89.Visible = false;
//
// Electricity
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(1016, 658);
this.Controls.Add(this.uiGroupBox2);
this.Controls.Add(this.uiGroupBox13);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Electricity";
this.Text = "参数设置";
this.uiGroupBox2.ResumeLayout(false);
this.uiGroupBox2.PerformLayout();
this.uiGroupBox13.ResumeLayout(false);
this.uiGroupBox13.PerformLayout();
this.uiGroupBox15.ResumeLayout(false);
this.uiGroupBox15.PerformLayout();
this.uiGroupBox14.ResumeLayout(false);
this.uiGroupBox14.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIGroupBox uiGroupBox2;
private System.Windows.Forms.CheckBox checkStart2;
private System.Windows.Forms.CheckBox checkStart1;
private System.Windows.Forms.CheckBox checkCode2;
private Sunny.UI.UITextBox uiTextCH2Length;
private System.Windows.Forms.CheckBox checkCode1;
private System.Windows.Forms.Label label8;
private Sunny.UI.UITextBox uiTextCH1Length;
private Sunny.UI.UISymbolButton uiButtonSaveCode;
private System.Windows.Forms.Label label7;
private Sunny.UI.UIGroupBox uiGroupBox13;
private System.Windows.Forms.CheckBox CH2CHKVacuum;
private System.Windows.Forms.CheckBox CH1CHKVacuum;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.CheckBox chk_ChkBee;
private Sunny.UI.UITextBox tb_ParaName;
private Sunny.UI.UIComboBox cb_ParaNum;
private Sunny.UI.UIComboBox cb_MachineNum;
private Sunny.UI.UISymbolButton BtnSave;
private Sunny.UI.UISymbolButton BtnRead;
private Sunny.UI.UIGroupBox uiGroupBox15;
private Sunny.UI.UIComboBox cb_LUnit;
private Sunny.UI.UIComboBox cb_PUnit;
private System.Windows.Forms.Label lb_LUnit2;
private System.Windows.Forms.Label lb_LUnit1;
private Sunny.UI.UITextBox tb_Leaklowlimit;
private System.Windows.Forms.Label label117;
private Sunny.UI.UITextBox tb_Leaktoplimit;
private System.Windows.Forms.Label label116;
private Sunny.UI.UITextBox tb_BalanPreMin;
private System.Windows.Forms.Label lb_PUnit2;
private Sunny.UI.UITextBox tb_BalanPreMax;
private System.Windows.Forms.Label lb_PUnit1;
private Sunny.UI.UITextBox tb_FPlowlimit;
private Sunny.UI.UITextBox tb_FPtoplimit;
private System.Windows.Forms.Label label106;
private System.Windows.Forms.Label label107;
private System.Windows.Forms.Label label108;
private System.Windows.Forms.Label label109;
private System.Windows.Forms.Label label110;
private System.Windows.Forms.Label label111;
private System.Windows.Forms.Label label112;
private System.Windows.Forms.Label label113;
private Sunny.UI.UIGroupBox uiGroupBox14;
private System.Windows.Forms.Label label105;
private System.Windows.Forms.Label label104;
private Sunny.UI.UITextBox tb_Evolume;
private System.Windows.Forms.Label label103;
private Sunny.UI.UITextBox tb_RelieveDelay;
private System.Windows.Forms.Label label102;
private Sunny.UI.UITextBox tb_DelayTime2;
private System.Windows.Forms.Label label101;
private Sunny.UI.UITextBox tb_DelayTime1;
private System.Windows.Forms.Label label100;
private System.Windows.Forms.Label label99;
private System.Windows.Forms.Label label98;
private Sunny.UI.UITextBox tb_ExhaustTime;
private Sunny.UI.UITextBox tb_TestTime1;
private Sunny.UI.UITextBox tb_BalanTime;
private Sunny.UI.UITextBox tb_FullTime;
private System.Windows.Forms.Label label90;
private System.Windows.Forms.Label label97;
private System.Windows.Forms.Label label91;
private System.Windows.Forms.Label label96;
private System.Windows.Forms.Label label92;
private System.Windows.Forms.Label label95;
private System.Windows.Forms.Label label93;
private System.Windows.Forms.Label label94;
private System.Windows.Forms.Label label87;
private System.Windows.Forms.Label label88;
private System.Windows.Forms.Label label89;
}
}