Files
LL17-honghai/C-Windows-1/TestPara.Designer.cs
2025-08-26 15:47:03 +08:00

1021 lines
47 KiB
C#

namespace C_Windows_1
{
partial class TestPara
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestPara));
this.Modify_Type = new System.Windows.Forms.Button();
this.cb_TestType = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cb_ParamID = new System.Windows.Forms.ComboBox();
this.label34 = new System.Windows.Forms.Label();
this.BtnKeep = new System.Windows.Forms.Button();
this.BtnUpload = new System.Windows.Forms.Button();
this.BtnRead = new System.Windows.Forms.Button();
this.SerialPort1 = new System.IO.Ports.SerialPort(this.components);
this.Timer5 = new System.Windows.Forms.Timer(this.components);
this.Timer6 = new System.Windows.Forms.Timer(this.components);
this.Timer1 = new System.Windows.Forms.Timer(this.components);
this.Timer2 = new System.Windows.Forms.Timer(this.components);
this.Timer3 = new System.Windows.Forms.Timer(this.components);
this.SendText = new System.Windows.Forms.TextBox();
this.ReceiveText = new System.Windows.Forms.TextBox();
this.label54 = new System.Windows.Forms.Label();
this.label55 = new System.Windows.Forms.Label();
this.label53 = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.tb_SmallBalanTime = new System.Windows.Forms.TextBox();
this.tb_BigBalanTime = new System.Windows.Forms.TextBox();
this.cb_yiqi = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.myGroupBox4 = new C_Windows_1.MyGroupBox(this.components);
this.cb_PUnit = new System.Windows.Forms.ComboBox();
this.label47 = new System.Windows.Forms.Label();
this.cb_LUnit = new System.Windows.Forms.ComboBox();
this.tb_FPtoplimit = new System.Windows.Forms.TextBox();
this.label46 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.lb_LeakUnit2 = new System.Windows.Forms.Label();
this.lb_LeakUnit = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tb_BigLeaklow = new System.Windows.Forms.TextBox();
this.tb_Leaklowlimit = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
this.lb_PressureUnit2 = new System.Windows.Forms.Label();
this.tb_Leaktoplimit = new System.Windows.Forms.TextBox();
this.lb_PressureUnit = new System.Windows.Forms.Label();
this.label45 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.tb_FPlowlimit = new System.Windows.Forms.TextBox();
this.tb_BigLeaktop = new System.Windows.Forms.TextBox();
this.myGroupBox3 = new C_Windows_1.MyGroupBox(this.components);
this.label15 = new System.Windows.Forms.Label();
this.tb_TestTime2 = new System.Windows.Forms.TextBox();
this.label51 = new System.Windows.Forms.Label();
this.tb_FullTime = new System.Windows.Forms.TextBox();
this.label41 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label42 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tb_ParaName = new System.Windows.Forms.TextBox();
this.tb_ExhaustTime = new System.Windows.Forms.TextBox();
this.label43 = new System.Windows.Forms.Label();
this.label37 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.tb_TestTime1 = new System.Windows.Forms.TextBox();
this.label48 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.tb_BalanTime = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.tb_Evolume = new System.Windows.Forms.TextBox();
this.tb_BypassTime = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.label40 = new System.Windows.Forms.Label();
this.label38 = new System.Windows.Forms.Label();
this.tb_DelayTime1 = new System.Windows.Forms.TextBox();
this.label39 = new System.Windows.Forms.Label();
this.tb_DelayTime2 = new System.Windows.Forms.TextBox();
this.myGroupBox4.SuspendLayout();
this.myGroupBox3.SuspendLayout();
this.SuspendLayout();
//
// Modify_Type
//
this.Modify_Type.Font = new System.Drawing.Font("宋体", 10F);
this.Modify_Type.Location = new System.Drawing.Point(639, 3);
this.Modify_Type.Name = "Modify_Type";
this.Modify_Type.Size = new System.Drawing.Size(105, 49);
this.Modify_Type.TabIndex = 145;
this.Modify_Type.Text = "修改类型";
this.Modify_Type.UseVisualStyleBackColor = true;
this.Modify_Type.Click += new System.EventHandler(this.Modify_Type_Click);
//
// cb_TestType
//
this.cb_TestType.Font = new System.Drawing.Font("宋体", 15F);
this.cb_TestType.FormattingEnabled = true;
this.cb_TestType.Items.AddRange(new object[] {
"正压",
"负压"});
this.cb_TestType.Location = new System.Drawing.Point(533, 12);
this.cb_TestType.Name = "cb_TestType";
this.cb_TestType.Size = new System.Drawing.Size(96, 28);
this.cb_TestType.TabIndex = 143;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(438, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 144;
this.label3.Text = "测试类型";
//
// cb_ParamID
//
this.cb_ParamID.Font = new System.Drawing.Font("宋体", 15F);
this.cb_ParamID.FormattingEnabled = true;
this.cb_ParamID.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cb_ParamID.Location = new System.Drawing.Point(300, 12);
this.cb_ParamID.Name = "cb_ParamID";
this.cb_ParamID.Size = new System.Drawing.Size(96, 28);
this.cb_ParamID.TabIndex = 141;
this.cb_ParamID.SelectedIndexChanged += new System.EventHandler(this.ParaNum_SelectedIndexChanged);
//
// label34
//
this.label34.AutoSize = true;
this.label34.Font = new System.Drawing.Font("宋体", 15F);
this.label34.Location = new System.Drawing.Point(208, 15);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(89, 20);
this.label34.TabIndex = 142;
this.label34.Text = "参数编号";
//
// BtnKeep
//
this.BtnKeep.Font = new System.Drawing.Font("宋体", 10F);
this.BtnKeep.Location = new System.Drawing.Point(645, 150);
this.BtnKeep.Name = "BtnKeep";
this.BtnKeep.Size = new System.Drawing.Size(105, 49);
this.BtnKeep.TabIndex = 140;
this.BtnKeep.Text = "保存参数";
this.BtnKeep.UseVisualStyleBackColor = true;
this.BtnKeep.Visible = false;
this.BtnKeep.Click += new System.EventHandler(this.BtnKeep_Click);
//
// BtnUpload
//
this.BtnUpload.Font = new System.Drawing.Font("宋体", 10F);
this.BtnUpload.Location = new System.Drawing.Point(165, 370);
this.BtnUpload.Name = "BtnUpload";
this.BtnUpload.Size = new System.Drawing.Size(105, 49);
this.BtnUpload.TabIndex = 138;
this.BtnUpload.Text = "上传参数";
this.BtnUpload.UseVisualStyleBackColor = true;
this.BtnUpload.Click += new System.EventHandler(this.BtnUpload_Click);
//
// BtnRead
//
this.BtnRead.Font = new System.Drawing.Font("宋体", 10F);
this.BtnRead.Location = new System.Drawing.Point(349, 370);
this.BtnRead.Name = "BtnRead";
this.BtnRead.Size = new System.Drawing.Size(105, 49);
this.BtnRead.TabIndex = 139;
this.BtnRead.Text = "读取参数";
this.BtnRead.UseVisualStyleBackColor = true;
this.BtnRead.Click += new System.EventHandler(this.BtnRead_Click);
//
// SerialPort1
//
this.SerialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.SerialPort1_DataReceived);
//
// Timer5
//
this.Timer5.Tick += new System.EventHandler(this.Timer5_Tick);
//
// Timer6
//
this.Timer6.Tick += new System.EventHandler(this.Timer6_Tick);
//
// Timer1
//
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// Timer2
//
this.Timer2.Tick += new System.EventHandler(this.Timer2_Tick);
//
// Timer3
//
this.Timer3.Tick += new System.EventHandler(this.Timer3_Tick);
//
// SendText
//
this.SendText.Location = new System.Drawing.Point(43, 440);
this.SendText.Multiline = true;
this.SendText.Name = "SendText";
this.SendText.Size = new System.Drawing.Size(184, 74);
this.SendText.TabIndex = 146;
this.SendText.Visible = false;
//
// ReceiveText
//
this.ReceiveText.Location = new System.Drawing.Point(235, 440);
this.ReceiveText.Multiline = true;
this.ReceiveText.Name = "ReceiveText";
this.ReceiveText.Size = new System.Drawing.Size(287, 74);
this.ReceiveText.TabIndex = 147;
this.ReceiveText.Visible = false;
//
// label54
//
this.label54.AutoSize = true;
this.label54.Font = new System.Drawing.Font("宋体", 11F);
this.label54.Location = new System.Drawing.Point(744, 238);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(15, 15);
this.label54.TabIndex = 122;
this.label54.Text = "s";
this.label54.Visible = false;
//
// label55
//
this.label55.AutoSize = true;
this.label55.Font = new System.Drawing.Font("宋体", 11F);
this.label55.Location = new System.Drawing.Point(744, 292);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(15, 15);
this.label55.TabIndex = 123;
this.label55.Text = "s";
this.label55.Visible = false;
//
// label53
//
this.label53.AutoSize = true;
this.label53.Font = new System.Drawing.Font("宋体", 11F);
this.label53.Location = new System.Drawing.Point(638, 270);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(97, 15);
this.label53.TabIndex = 116;
this.label53.Text = "微漏平衡时间";
this.label53.Visible = false;
//
// label52
//
this.label52.AutoSize = true;
this.label52.Font = new System.Drawing.Font("宋体", 11F);
this.label52.Location = new System.Drawing.Point(640, 214);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(97, 15);
this.label52.TabIndex = 115;
this.label52.Text = "大漏平衡时间";
this.label52.Visible = false;
//
// tb_SmallBalanTime
//
this.tb_SmallBalanTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_SmallBalanTime.Location = new System.Drawing.Point(640, 288);
this.tb_SmallBalanTime.Name = "tb_SmallBalanTime";
this.tb_SmallBalanTime.Size = new System.Drawing.Size(96, 24);
this.tb_SmallBalanTime.TabIndex = 114;
this.tb_SmallBalanTime.Visible = false;
//
// tb_BigBalanTime
//
this.tb_BigBalanTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_BigBalanTime.Location = new System.Drawing.Point(640, 233);
this.tb_BigBalanTime.Name = "tb_BigBalanTime";
this.tb_BigBalanTime.Size = new System.Drawing.Size(96, 24);
this.tb_BigBalanTime.TabIndex = 113;
this.tb_BigBalanTime.Visible = false;
//
// cb_yiqi
//
this.cb_yiqi.Font = new System.Drawing.Font("宋体", 15F);
this.cb_yiqi.FormattingEnabled = true;
this.cb_yiqi.Items.AddRange(new object[] {
"1",
"2"});
this.cb_yiqi.Location = new System.Drawing.Point(64, 15);
this.cb_yiqi.Name = "cb_yiqi";
this.cb_yiqi.Size = new System.Drawing.Size(96, 28);
this.cb_yiqi.TabIndex = 148;
this.cb_yiqi.SelectedIndexChanged += new System.EventHandler(this.cb_yiqi_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(9, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 20);
this.label1.TabIndex = 149;
this.label1.Text = "仪器";
//
// myGroupBox4
//
this.myGroupBox4.Controls.Add(this.cb_PUnit);
this.myGroupBox4.Controls.Add(this.label47);
this.myGroupBox4.Controls.Add(this.cb_LUnit);
this.myGroupBox4.Controls.Add(this.tb_FPtoplimit);
this.myGroupBox4.Controls.Add(this.label46);
this.myGroupBox4.Controls.Add(this.label27);
this.myGroupBox4.Controls.Add(this.label12);
this.myGroupBox4.Controls.Add(this.lb_LeakUnit2);
this.myGroupBox4.Controls.Add(this.lb_LeakUnit);
this.myGroupBox4.Controls.Add(this.label13);
this.myGroupBox4.Controls.Add(this.tb_BigLeaklow);
this.myGroupBox4.Controls.Add(this.tb_Leaklowlimit);
this.myGroupBox4.Controls.Add(this.label26);
this.myGroupBox4.Controls.Add(this.label16);
this.myGroupBox4.Controls.Add(this.label44);
this.myGroupBox4.Controls.Add(this.lb_PressureUnit2);
this.myGroupBox4.Controls.Add(this.tb_Leaktoplimit);
this.myGroupBox4.Controls.Add(this.lb_PressureUnit);
this.myGroupBox4.Controls.Add(this.label45);
this.myGroupBox4.Controls.Add(this.label17);
this.myGroupBox4.Controls.Add(this.tb_FPlowlimit);
this.myGroupBox4.Controls.Add(this.tb_BigLeaktop);
this.myGroupBox4.Location = new System.Drawing.Point(300, 53);
this.myGroupBox4.Name = "myGroupBox4";
this.myGroupBox4.Size = new System.Drawing.Size(339, 310);
this.myGroupBox4.TabIndex = 137;
this.myGroupBox4.TabStop = false;
this.myGroupBox4.Text = "压力参数";
//
// cb_PUnit
//
this.cb_PUnit.Font = new System.Drawing.Font("宋体", 11F);
this.cb_PUnit.FormattingEnabled = true;
this.cb_PUnit.Items.AddRange(new object[] {
"Pa",
"KPa",
"MPa",
"bar",
"psi",
"kg/cm2",
"atm",
"mmHg"});
this.cb_PUnit.Location = new System.Drawing.Point(20, 165);
this.cb_PUnit.Name = "cb_PUnit";
this.cb_PUnit.Size = new System.Drawing.Size(96, 23);
this.cb_PUnit.TabIndex = 101;
this.cb_PUnit.SelectedIndexChanged += new System.EventHandler(this.cb_PUnit_SelectedIndexChanged);
//
// label47
//
this.label47.AutoSize = true;
this.label47.Font = new System.Drawing.Font("宋体", 11F);
this.label47.Location = new System.Drawing.Point(20, 147);
this.label47.Name = "label47";
this.label47.Size = new System.Drawing.Size(67, 15);
this.label47.TabIndex = 112;
this.label47.Text = "压力单位";
//
// cb_LUnit
//
this.cb_LUnit.Font = new System.Drawing.Font("宋体", 11F);
this.cb_LUnit.FormattingEnabled = true;
this.cb_LUnit.Items.AddRange(new object[] {
"Pa",
"KPa",
"mbar",
"sccm",
"ccm/s",
"Pa·m3/s"});
this.cb_LUnit.Location = new System.Drawing.Point(20, 222);
this.cb_LUnit.Name = "cb_LUnit";
this.cb_LUnit.Size = new System.Drawing.Size(96, 23);
this.cb_LUnit.TabIndex = 92;
this.cb_LUnit.SelectedIndexChanged += new System.EventHandler(this.cb_LUnit_SelectedIndexChanged);
//
// tb_FPtoplimit
//
this.tb_FPtoplimit.Font = new System.Drawing.Font("宋体", 11F);
this.tb_FPtoplimit.Location = new System.Drawing.Point(22, 55);
this.tb_FPtoplimit.Name = "tb_FPtoplimit";
this.tb_FPtoplimit.Size = new System.Drawing.Size(96, 24);
this.tb_FPtoplimit.TabIndex = 30;
//
// label46
//
this.label46.AutoSize = true;
this.label46.Font = new System.Drawing.Font("宋体", 11F);
this.label46.Location = new System.Drawing.Point(20, 200);
this.label46.Name = "label46";
this.label46.Size = new System.Drawing.Size(82, 15);
this.label46.TabIndex = 111;
this.label46.Text = "泄漏量单位";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("宋体", 11F);
this.label27.Location = new System.Drawing.Point(297, 114);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(23, 15);
this.label27.TabIndex = 79;
this.label27.Text = "Pa";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 11F);
this.label12.Location = new System.Drawing.Point(20, 37);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(97, 15);
this.label12.TabIndex = 64;
this.label12.Text = "充气压力上限";
//
// lb_LeakUnit2
//
this.lb_LeakUnit2.AutoSize = true;
this.lb_LeakUnit2.Font = new System.Drawing.Font("宋体", 11F);
this.lb_LeakUnit2.Location = new System.Drawing.Point(297, 222);
this.lb_LeakUnit2.Name = "lb_LeakUnit2";
this.lb_LeakUnit2.Size = new System.Drawing.Size(37, 15);
this.lb_LeakUnit2.TabIndex = 81;
this.lb_LeakUnit2.Text = "单位";
//
// lb_LeakUnit
//
this.lb_LeakUnit.AutoSize = true;
this.lb_LeakUnit.Font = new System.Drawing.Font("宋体", 11F);
this.lb_LeakUnit.Location = new System.Drawing.Point(297, 168);
this.lb_LeakUnit.Name = "lb_LeakUnit";
this.lb_LeakUnit.Size = new System.Drawing.Size(37, 15);
this.lb_LeakUnit.TabIndex = 80;
this.lb_LeakUnit.Text = "单位";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 11F);
this.label13.Location = new System.Drawing.Point(20, 92);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(97, 15);
this.label13.TabIndex = 65;
this.label13.Text = "充气压力下限";
//
// tb_BigLeaklow
//
this.tb_BigLeaklow.Font = new System.Drawing.Font("宋体", 11F);
this.tb_BigLeaklow.Location = new System.Drawing.Point(194, 111);
this.tb_BigLeaklow.Name = "tb_BigLeaklow";
this.tb_BigLeaklow.Size = new System.Drawing.Size(96, 24);
this.tb_BigLeaklow.TabIndex = 102;
//
// tb_Leaklowlimit
//
this.tb_Leaklowlimit.Font = new System.Drawing.Font("宋体", 11F);
this.tb_Leaklowlimit.Location = new System.Drawing.Point(194, 219);
this.tb_Leaklowlimit.Name = "tb_Leaklowlimit";
this.tb_Leaklowlimit.Size = new System.Drawing.Size(96, 24);
this.tb_Leaklowlimit.TabIndex = 35;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("宋体", 11F);
this.label26.Location = new System.Drawing.Point(297, 60);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(23, 15);
this.label26.TabIndex = 78;
this.label26.Text = "Pa";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 11F);
this.label16.Location = new System.Drawing.Point(191, 147);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(82, 15);
this.label16.TabIndex = 68;
this.label16.Text = "泄漏量上限";
//
// label44
//
this.label44.AutoSize = true;
this.label44.Font = new System.Drawing.Font("宋体", 11F);
this.label44.Location = new System.Drawing.Point(191, 37);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(97, 15);
this.label44.TabIndex = 109;
this.label44.Text = "大漏压差上限";
//
// lb_PressureUnit2
//
this.lb_PressureUnit2.AutoSize = true;
this.lb_PressureUnit2.Font = new System.Drawing.Font("宋体", 11F);
this.lb_PressureUnit2.Location = new System.Drawing.Point(124, 113);
this.lb_PressureUnit2.Name = "lb_PressureUnit2";
this.lb_PressureUnit2.Size = new System.Drawing.Size(37, 15);
this.lb_PressureUnit2.TabIndex = 77;
this.lb_PressureUnit2.Text = "单位";
//
// tb_Leaktoplimit
//
this.tb_Leaktoplimit.Font = new System.Drawing.Font("宋体", 11F);
this.tb_Leaktoplimit.Location = new System.Drawing.Point(194, 165);
this.tb_Leaktoplimit.Name = "tb_Leaktoplimit";
this.tb_Leaktoplimit.Size = new System.Drawing.Size(96, 24);
this.tb_Leaktoplimit.TabIndex = 34;
//
// lb_PressureUnit
//
this.lb_PressureUnit.AutoSize = true;
this.lb_PressureUnit.Font = new System.Drawing.Font("宋体", 11F);
this.lb_PressureUnit.Location = new System.Drawing.Point(124, 59);
this.lb_PressureUnit.Name = "lb_PressureUnit";
this.lb_PressureUnit.Size = new System.Drawing.Size(37, 15);
this.lb_PressureUnit.TabIndex = 76;
this.lb_PressureUnit.Text = "单位";
//
// label45
//
this.label45.AutoSize = true;
this.label45.Font = new System.Drawing.Font("宋体", 11F);
this.label45.Location = new System.Drawing.Point(191, 92);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(97, 15);
this.label45.TabIndex = 110;
this.label45.Text = "大漏压差下限";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 11F);
this.label17.Location = new System.Drawing.Point(191, 203);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(82, 15);
this.label17.TabIndex = 69;
this.label17.Text = "泄漏量下限";
//
// tb_FPlowlimit
//
this.tb_FPlowlimit.Font = new System.Drawing.Font("宋体", 11F);
this.tb_FPlowlimit.Location = new System.Drawing.Point(22, 111);
this.tb_FPlowlimit.Name = "tb_FPlowlimit";
this.tb_FPlowlimit.Size = new System.Drawing.Size(96, 24);
this.tb_FPlowlimit.TabIndex = 31;
//
// tb_BigLeaktop
//
this.tb_BigLeaktop.Font = new System.Drawing.Font("宋体", 11F);
this.tb_BigLeaktop.Location = new System.Drawing.Point(194, 55);
this.tb_BigLeaktop.Name = "tb_BigLeaktop";
this.tb_BigLeaktop.Size = new System.Drawing.Size(96, 24);
this.tb_BigLeaktop.TabIndex = 100;
//
// myGroupBox3
//
this.myGroupBox3.Controls.Add(this.label15);
this.myGroupBox3.Controls.Add(this.tb_TestTime2);
this.myGroupBox3.Controls.Add(this.label51);
this.myGroupBox3.Controls.Add(this.tb_FullTime);
this.myGroupBox3.Controls.Add(this.label41);
this.myGroupBox3.Controls.Add(this.label5);
this.myGroupBox3.Controls.Add(this.label4);
this.myGroupBox3.Controls.Add(this.label42);
this.myGroupBox3.Controls.Add(this.label10);
this.myGroupBox3.Controls.Add(this.tb_ParaName);
this.myGroupBox3.Controls.Add(this.tb_ExhaustTime);
this.myGroupBox3.Controls.Add(this.label43);
this.myGroupBox3.Controls.Add(this.label37);
this.myGroupBox3.Controls.Add(this.label11);
this.myGroupBox3.Controls.Add(this.tb_TestTime1);
this.myGroupBox3.Controls.Add(this.label48);
this.myGroupBox3.Controls.Add(this.label20);
this.myGroupBox3.Controls.Add(this.tb_BalanTime);
this.myGroupBox3.Controls.Add(this.label14);
this.myGroupBox3.Controls.Add(this.label21);
this.myGroupBox3.Controls.Add(this.label22);
this.myGroupBox3.Controls.Add(this.tb_Evolume);
this.myGroupBox3.Controls.Add(this.tb_BypassTime);
this.myGroupBox3.Controls.Add(this.label23);
this.myGroupBox3.Controls.Add(this.label40);
this.myGroupBox3.Controls.Add(this.label38);
this.myGroupBox3.Controls.Add(this.tb_DelayTime1);
this.myGroupBox3.Controls.Add(this.label39);
this.myGroupBox3.Controls.Add(this.tb_DelayTime2);
this.myGroupBox3.Location = new System.Drawing.Point(12, 54);
this.myGroupBox3.Name = "myGroupBox3";
this.myGroupBox3.Size = new System.Drawing.Size(283, 310);
this.myGroupBox3.TabIndex = 136;
this.myGroupBox3.TabStop = false;
this.myGroupBox3.Text = "基本参数";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 11F);
this.label15.Location = new System.Drawing.Point(26, 200);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(75, 15);
this.label15.TabIndex = 120;
this.label15.Text = "检测时间2";
//
// tb_TestTime2
//
this.tb_TestTime2.Font = new System.Drawing.Font("宋体", 11F);
this.tb_TestTime2.Location = new System.Drawing.Point(28, 219);
this.tb_TestTime2.Name = "tb_TestTime2";
this.tb_TestTime2.Size = new System.Drawing.Size(96, 24);
this.tb_TestTime2.TabIndex = 119;
//
// label51
//
this.label51.AutoSize = true;
this.label51.Font = new System.Drawing.Font("宋体", 11F);
this.label51.Location = new System.Drawing.Point(131, 222);
this.label51.Name = "label51";
this.label51.Size = new System.Drawing.Size(15, 15);
this.label51.TabIndex = 121;
this.label51.Text = "s";
//
// tb_FullTime
//
this.tb_FullTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_FullTime.Location = new System.Drawing.Point(28, 56);
this.tb_FullTime.Name = "tb_FullTime";
this.tb_FullTime.Size = new System.Drawing.Size(96, 24);
this.tb_FullTime.TabIndex = 26;
//
// label41
//
this.label41.AutoSize = true;
this.label41.Font = new System.Drawing.Font("宋体", 11F);
this.label41.Location = new System.Drawing.Point(257, 222);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(23, 15);
this.label41.TabIndex = 118;
this.label41.Text = "ml";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 11F);
this.label5.Location = new System.Drawing.Point(26, 92);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 15);
this.label5.TabIndex = 61;
this.label5.Text = "平衡时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 11F);
this.label4.Location = new System.Drawing.Point(26, 38);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 60;
this.label4.Text = "充气时间";
//
// label42
//
this.label42.AutoSize = true;
this.label42.Font = new System.Drawing.Font("宋体", 11F);
this.label42.Location = new System.Drawing.Point(257, 168);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(15, 15);
this.label42.TabIndex = 117;
this.label42.Text = "s";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 11F);
this.label10.Location = new System.Drawing.Point(26, 146);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(75, 15);
this.label10.TabIndex = 62;
this.label10.Text = "检测时间1";
//
// tb_ParaName
//
this.tb_ParaName.Font = new System.Drawing.Font("宋体", 11F);
this.tb_ParaName.Location = new System.Drawing.Point(153, 273);
this.tb_ParaName.Name = "tb_ParaName";
this.tb_ParaName.Size = new System.Drawing.Size(96, 24);
this.tb_ParaName.TabIndex = 93;
//
// tb_ExhaustTime
//
this.tb_ExhaustTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_ExhaustTime.Location = new System.Drawing.Point(28, 273);
this.tb_ExhaustTime.Name = "tb_ExhaustTime";
this.tb_ExhaustTime.Size = new System.Drawing.Size(96, 24);
this.tb_ExhaustTime.TabIndex = 29;
//
// label43
//
this.label43.AutoSize = true;
this.label43.Font = new System.Drawing.Font("宋体", 11F);
this.label43.Location = new System.Drawing.Point(257, 114);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(15, 15);
this.label43.TabIndex = 116;
this.label43.Text = "s";
//
// label37
//
this.label37.AutoSize = true;
this.label37.Font = new System.Drawing.Font("宋体", 11F);
this.label37.Location = new System.Drawing.Point(150, 257);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(67, 15);
this.label37.TabIndex = 92;
this.label37.Text = "参数名称";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 11F);
this.label11.Location = new System.Drawing.Point(26, 255);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(67, 15);
this.label11.TabIndex = 63;
this.label11.Text = "排气时间";
//
// tb_TestTime1
//
this.tb_TestTime1.Font = new System.Drawing.Font("宋体", 11F);
this.tb_TestTime1.Location = new System.Drawing.Point(28, 165);
this.tb_TestTime1.Name = "tb_TestTime1";
this.tb_TestTime1.Size = new System.Drawing.Size(96, 24);
this.tb_TestTime1.TabIndex = 28;
//
// label48
//
this.label48.AutoSize = true;
this.label48.Font = new System.Drawing.Font("宋体", 11F);
this.label48.Location = new System.Drawing.Point(257, 60);
this.label48.Name = "label48";
this.label48.Size = new System.Drawing.Size(15, 15);
this.label48.TabIndex = 115;
this.label48.Text = "s";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("宋体", 11F);
this.label20.Location = new System.Drawing.Point(132, 60);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(15, 15);
this.label20.TabIndex = 72;
this.label20.Text = "s";
//
// tb_BalanTime
//
this.tb_BalanTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_BalanTime.Location = new System.Drawing.Point(28, 111);
this.tb_BalanTime.Name = "tb_BalanTime";
this.tb_BalanTime.Size = new System.Drawing.Size(96, 24);
this.tb_BalanTime.TabIndex = 27;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 11F);
this.label14.Location = new System.Drawing.Point(150, 198);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(67, 15);
this.label14.TabIndex = 114;
this.label14.Text = "等效容积";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 11F);
this.label21.Location = new System.Drawing.Point(132, 114);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(15, 15);
this.label21.TabIndex = 73;
this.label21.Text = "s";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("宋体", 11F);
this.label22.Location = new System.Drawing.Point(131, 168);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(15, 15);
this.label22.TabIndex = 74;
this.label22.Text = "s";
//
// tb_Evolume
//
this.tb_Evolume.Font = new System.Drawing.Font("宋体", 11F);
this.tb_Evolume.Location = new System.Drawing.Point(153, 219);
this.tb_Evolume.Name = "tb_Evolume";
this.tb_Evolume.Size = new System.Drawing.Size(96, 24);
this.tb_Evolume.TabIndex = 113;
//
// tb_BypassTime
//
this.tb_BypassTime.Font = new System.Drawing.Font("宋体", 11F);
this.tb_BypassTime.Location = new System.Drawing.Point(153, 56);
this.tb_BypassTime.Name = "tb_BypassTime";
this.tb_BypassTime.Size = new System.Drawing.Size(96, 24);
this.tb_BypassTime.TabIndex = 94;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("宋体", 11F);
this.label23.Location = new System.Drawing.Point(132, 276);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(15, 15);
this.label23.TabIndex = 75;
this.label23.Text = "s";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Font = new System.Drawing.Font("宋体", 11F);
this.label40.Location = new System.Drawing.Point(150, 145);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(45, 15);
this.label40.TabIndex = 105;
this.label40.Text = "延时2";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Font = new System.Drawing.Font("宋体", 11F);
this.label38.Location = new System.Drawing.Point(150, 39);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(67, 15);
this.label38.TabIndex = 95;
this.label38.Text = "旁路时间";
//
// tb_DelayTime1
//
this.tb_DelayTime1.Font = new System.Drawing.Font("宋体", 11F);
this.tb_DelayTime1.Location = new System.Drawing.Point(153, 111);
this.tb_DelayTime1.Name = "tb_DelayTime1";
this.tb_DelayTime1.Size = new System.Drawing.Size(96, 24);
this.tb_DelayTime1.TabIndex = 96;
//
// label39
//
this.label39.AutoSize = true;
this.label39.Font = new System.Drawing.Font("宋体", 11F);
this.label39.Location = new System.Drawing.Point(150, 92);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(45, 15);
this.label39.TabIndex = 104;
this.label39.Text = "延时1";
//
// tb_DelayTime2
//
this.tb_DelayTime2.Font = new System.Drawing.Font("宋体", 11F);
this.tb_DelayTime2.Location = new System.Drawing.Point(153, 165);
this.tb_DelayTime2.Name = "tb_DelayTime2";
this.tb_DelayTime2.Size = new System.Drawing.Size(96, 24);
this.tb_DelayTime2.TabIndex = 97;
//
// TestPara
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(756, 442);
this.Controls.Add(this.cb_yiqi);
this.Controls.Add(this.label1);
this.Controls.Add(this.label54);
this.Controls.Add(this.ReceiveText);
this.Controls.Add(this.label55);
this.Controls.Add(this.SendText);
this.Controls.Add(this.label53);
this.Controls.Add(this.Modify_Type);
this.Controls.Add(this.label52);
this.Controls.Add(this.cb_TestType);
this.Controls.Add(this.tb_SmallBalanTime);
this.Controls.Add(this.label3);
this.Controls.Add(this.tb_BigBalanTime);
this.Controls.Add(this.cb_ParamID);
this.Controls.Add(this.label34);
this.Controls.Add(this.BtnKeep);
this.Controls.Add(this.BtnUpload);
this.Controls.Add(this.BtnRead);
this.Controls.Add(this.myGroupBox4);
this.Controls.Add(this.myGroupBox3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TestPara";
this.Text = "TestPara";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TestPara_FormClosing);
this.Load += new System.EventHandler(this.TestPara_Load);
this.myGroupBox4.ResumeLayout(false);
this.myGroupBox4.PerformLayout();
this.myGroupBox3.ResumeLayout(false);
this.myGroupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button Modify_Type;
private System.Windows.Forms.ComboBox cb_TestType;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_ParamID;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Button BtnKeep;
private System.Windows.Forms.Button BtnUpload;
private System.Windows.Forms.Button BtnRead;
private MyGroupBox myGroupBox4;
private System.Windows.Forms.Label label54;
private System.Windows.Forms.Label label55;
private System.Windows.Forms.Label label53;
private System.Windows.Forms.Label label52;
private System.Windows.Forms.TextBox tb_SmallBalanTime;
private System.Windows.Forms.TextBox tb_BigBalanTime;
private System.Windows.Forms.ComboBox cb_PUnit;
private System.Windows.Forms.Label label47;
private System.Windows.Forms.ComboBox cb_LUnit;
private System.Windows.Forms.TextBox tb_FPtoplimit;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label lb_LeakUnit2;
private System.Windows.Forms.Label lb_LeakUnit;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_BigLeaklow;
private System.Windows.Forms.TextBox tb_Leaklowlimit;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.Label lb_PressureUnit2;
private System.Windows.Forms.TextBox tb_Leaktoplimit;
private System.Windows.Forms.Label lb_PressureUnit;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox tb_FPlowlimit;
private System.Windows.Forms.TextBox tb_BigLeaktop;
private MyGroupBox myGroupBox3;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tb_TestTime2;
private System.Windows.Forms.Label label51;
private System.Windows.Forms.TextBox tb_FullTime;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label42;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tb_ParaName;
private System.Windows.Forms.TextBox tb_ExhaustTime;
private System.Windows.Forms.Label label43;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tb_TestTime1;
private System.Windows.Forms.Label label48;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox tb_BalanTime;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox tb_Evolume;
private System.Windows.Forms.TextBox tb_BypassTime;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.TextBox tb_DelayTime1;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.TextBox tb_DelayTime2;
private System.IO.Ports.SerialPort SerialPort1;
private System.Windows.Forms.Timer Timer5;
private System.Windows.Forms.Timer Timer6;
private System.Windows.Forms.Timer Timer1;
private System.Windows.Forms.Timer Timer2;
private System.Windows.Forms.Timer Timer3;
private System.Windows.Forms.TextBox SendText;
private System.Windows.Forms.TextBox ReceiveText;
private System.Windows.Forms.ComboBox cb_yiqi;
private System.Windows.Forms.Label label1;
}
}