namespace AI_Scan_N_Sample_AnalogTrigger { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.IP_lab = new System.Windows.Forms.Label(); this.IP_txt = new System.Windows.Forms.TextBox(); this.connect_btn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.En0_ckb = new System.Windows.Forms.CheckBox(); this.En1_ckb = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.En2_ckb = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.En3_ckb = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.En4_ckb = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.En5_ckb = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.En6_ckb = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.Label(); this.En7_ckb = new System.Windows.Forms.CheckBox(); this.label10 = new System.Windows.Forms.Label(); this.EnAll_ckb = new System.Windows.Forms.CheckBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.HL0_txt = new System.Windows.Forms.TextBox(); this.HL1_txt = new System.Windows.Forms.TextBox(); this.LL0_txt = new System.Windows.Forms.TextBox(); this.LL1_txt = new System.Windows.Forms.TextBox(); this.HL2_txt = new System.Windows.Forms.TextBox(); this.LL2_txt = new System.Windows.Forms.TextBox(); this.LL4_txt = new System.Windows.Forms.TextBox(); this.LL3_txt = new System.Windows.Forms.TextBox(); this.HL4_txt = new System.Windows.Forms.TextBox(); this.HL3_txt = new System.Windows.Forms.TextBox(); this.LL6_txt = new System.Windows.Forms.TextBox(); this.LL5_txt = new System.Windows.Forms.TextBox(); this.HL6_txt = new System.Windows.Forms.TextBox(); this.HL5_txt = new System.Windows.Forms.TextBox(); this.LLAll_txt = new System.Windows.Forms.TextBox(); this.LL7_txt = new System.Windows.Forms.TextBox(); this.HLAll_txt = new System.Windows.Forms.TextBox(); this.HL7_txt = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.LeftCnt_txt = new System.Windows.Forms.TextBox(); this.RightCnt_txt = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.Rate_txt = new System.Windows.Forms.TextBox(); this.Target_txt = new System.Windows.Forms.TextBox(); this.Mode_cmb = new System.Windows.Forms.ComboBox(); this.Range_cmb = new System.Windows.Forms.ComboBox(); this.ChCnt_cmb = new System.Windows.Forms.ComboBox(); this.Disconnect_btn = new System.Windows.Forms.Button(); this.EXIT_btn = new System.Windows.Forms.Button(); this.SET_btn = new System.Windows.Forms.Button(); this.START_btn = new System.Windows.Forms.Button(); this.STOP_btn = new System.Windows.Forms.Button(); this.label22 = new System.Windows.Forms.Label(); this.AIMode_cmb = new System.Windows.Forms.ComboBox(); this.msg_list = new System.Windows.Forms.ListBox(); this.Test_Status_lab = new System.Windows.Forms.Label(); this.SuspendLayout(); // // IP_lab // this.IP_lab.Location = new System.Drawing.Point(12, 9); this.IP_lab.Name = "IP_lab"; this.IP_lab.Size = new System.Drawing.Size(80, 20); this.IP_lab.TabIndex = 0; this.IP_lab.Text = "IP"; this.IP_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // IP_txt // this.IP_txt.Location = new System.Drawing.Point(98, 10); this.IP_txt.Multiline = true; this.IP_txt.Name = "IP_txt"; this.IP_txt.Size = new System.Drawing.Size(80, 20); this.IP_txt.TabIndex = 1; // // connect_btn // this.connect_btn.Location = new System.Drawing.Point(184, 10); this.connect_btn.Name = "connect_btn"; this.connect_btn.Size = new System.Drawing.Size(70, 20); this.connect_btn.TabIndex = 2; this.connect_btn.Text = "Connect"; this.connect_btn.UseVisualStyleBackColor = true; this.connect_btn.Click += new System.EventHandler(this.connect_btn_Click); // // label1 // this.label1.Location = new System.Drawing.Point(98, 160); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 20); this.label1.TabIndex = 3; this.label1.Text = "0"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label9 // this.label9.Location = new System.Drawing.Point(12, 160); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(80, 20); this.label9.TabIndex = 11; this.label9.Text = "Channel"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(12, 190); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 20); this.label3.TabIndex = 13; this.label3.Text = "Enable"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // En0_ckb // this.En0_ckb.AutoSize = true; this.En0_ckb.Location = new System.Drawing.Point(120, 193); this.En0_ckb.Name = "En0_ckb"; this.En0_ckb.Size = new System.Drawing.Size(15, 14); this.En0_ckb.TabIndex = 612; this.En0_ckb.Tag = "0"; this.En0_ckb.UseVisualStyleBackColor = true; // // En1_ckb // this.En1_ckb.AutoSize = true; this.En1_ckb.Location = new System.Drawing.Point(186, 193); this.En1_ckb.Name = "En1_ckb"; this.En1_ckb.Size = new System.Drawing.Size(15, 14); this.En1_ckb.TabIndex = 614; this.En1_ckb.Tag = "0"; this.En1_ckb.UseVisualStyleBackColor = true; // // label2 // this.label2.Location = new System.Drawing.Point(164, 160); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 20); this.label2.TabIndex = 613; this.label2.Text = "1"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En2_ckb // this.En2_ckb.AutoSize = true; this.En2_ckb.Location = new System.Drawing.Point(252, 193); this.En2_ckb.Name = "En2_ckb"; this.En2_ckb.Size = new System.Drawing.Size(15, 14); this.En2_ckb.TabIndex = 616; this.En2_ckb.Tag = "0"; this.En2_ckb.UseVisualStyleBackColor = true; // // label4 // this.label4.Location = new System.Drawing.Point(230, 160); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 20); this.label4.TabIndex = 615; this.label4.Text = "2"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En3_ckb // this.En3_ckb.AutoSize = true; this.En3_ckb.Location = new System.Drawing.Point(318, 193); this.En3_ckb.Name = "En3_ckb"; this.En3_ckb.Size = new System.Drawing.Size(15, 14); this.En3_ckb.TabIndex = 618; this.En3_ckb.Tag = "0"; this.En3_ckb.UseVisualStyleBackColor = true; // // label5 // this.label5.Location = new System.Drawing.Point(296, 160); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 20); this.label5.TabIndex = 617; this.label5.Text = "3"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En4_ckb // this.En4_ckb.AutoSize = true; this.En4_ckb.Location = new System.Drawing.Point(384, 193); this.En4_ckb.Name = "En4_ckb"; this.En4_ckb.Size = new System.Drawing.Size(15, 14); this.En4_ckb.TabIndex = 620; this.En4_ckb.Tag = "0"; this.En4_ckb.UseVisualStyleBackColor = true; // // label6 // this.label6.Location = new System.Drawing.Point(362, 160); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(60, 20); this.label6.TabIndex = 619; this.label6.Text = "4"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En5_ckb // this.En5_ckb.AutoSize = true; this.En5_ckb.Location = new System.Drawing.Point(450, 193); this.En5_ckb.Name = "En5_ckb"; this.En5_ckb.Size = new System.Drawing.Size(15, 14); this.En5_ckb.TabIndex = 622; this.En5_ckb.Tag = "0"; this.En5_ckb.UseVisualStyleBackColor = true; // // label7 // this.label7.Location = new System.Drawing.Point(428, 160); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(60, 20); this.label7.TabIndex = 621; this.label7.Text = "5"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En6_ckb // this.En6_ckb.AutoSize = true; this.En6_ckb.Location = new System.Drawing.Point(516, 193); this.En6_ckb.Name = "En6_ckb"; this.En6_ckb.Size = new System.Drawing.Size(15, 14); this.En6_ckb.TabIndex = 624; this.En6_ckb.Tag = "0"; this.En6_ckb.UseVisualStyleBackColor = true; // // label8 // this.label8.Location = new System.Drawing.Point(494, 160); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(60, 20); this.label8.TabIndex = 623; this.label8.Text = "6"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // En7_ckb // this.En7_ckb.AutoSize = true; this.En7_ckb.Location = new System.Drawing.Point(582, 193); this.En7_ckb.Name = "En7_ckb"; this.En7_ckb.Size = new System.Drawing.Size(15, 14); this.En7_ckb.TabIndex = 626; this.En7_ckb.Tag = "0"; this.En7_ckb.UseVisualStyleBackColor = true; // // label10 // this.label10.Location = new System.Drawing.Point(560, 160); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(60, 20); this.label10.TabIndex = 625; this.label10.Text = "7"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // EnAll_ckb // this.EnAll_ckb.AutoSize = true; this.EnAll_ckb.Location = new System.Drawing.Point(648, 193); this.EnAll_ckb.Name = "EnAll_ckb"; this.EnAll_ckb.Size = new System.Drawing.Size(15, 14); this.EnAll_ckb.TabIndex = 628; this.EnAll_ckb.Tag = "0"; this.EnAll_ckb.UseVisualStyleBackColor = true; this.EnAll_ckb.CheckedChanged += new System.EventHandler(this.EnAll_ckb_CheckedChanged); // // label11 // this.label11.Location = new System.Drawing.Point(626, 160); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(60, 20); this.label11.TabIndex = 627; this.label11.Text = "All"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label12 // this.label12.Location = new System.Drawing.Point(12, 250); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(80, 20); this.label12.TabIndex = 630; this.label12.Text = "Low Level"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // this.label13.Location = new System.Drawing.Point(12, 220); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(80, 20); this.label13.TabIndex = 629; this.label13.Text = "High Level"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // HL0_txt // this.HL0_txt.Location = new System.Drawing.Point(98, 220); this.HL0_txt.Multiline = true; this.HL0_txt.Name = "HL0_txt"; this.HL0_txt.Size = new System.Drawing.Size(60, 20); this.HL0_txt.TabIndex = 631; // // HL1_txt // this.HL1_txt.Location = new System.Drawing.Point(164, 220); this.HL1_txt.Multiline = true; this.HL1_txt.Name = "HL1_txt"; this.HL1_txt.Size = new System.Drawing.Size(60, 20); this.HL1_txt.TabIndex = 632; // // LL0_txt // this.LL0_txt.Location = new System.Drawing.Point(98, 250); this.LL0_txt.Multiline = true; this.LL0_txt.Name = "LL0_txt"; this.LL0_txt.Size = new System.Drawing.Size(60, 20); this.LL0_txt.TabIndex = 633; // // LL1_txt // this.LL1_txt.Location = new System.Drawing.Point(164, 250); this.LL1_txt.Multiline = true; this.LL1_txt.Name = "LL1_txt"; this.LL1_txt.Size = new System.Drawing.Size(60, 20); this.LL1_txt.TabIndex = 634; // // HL2_txt // this.HL2_txt.Location = new System.Drawing.Point(230, 221); this.HL2_txt.Multiline = true; this.HL2_txt.Name = "HL2_txt"; this.HL2_txt.Size = new System.Drawing.Size(60, 20); this.HL2_txt.TabIndex = 635; // // LL2_txt // this.LL2_txt.Location = new System.Drawing.Point(230, 250); this.LL2_txt.Multiline = true; this.LL2_txt.Name = "LL2_txt"; this.LL2_txt.Size = new System.Drawing.Size(60, 20); this.LL2_txt.TabIndex = 636; // // LL4_txt // this.LL4_txt.Location = new System.Drawing.Point(362, 250); this.LL4_txt.Multiline = true; this.LL4_txt.Name = "LL4_txt"; this.LL4_txt.Size = new System.Drawing.Size(60, 20); this.LL4_txt.TabIndex = 640; // // LL3_txt // this.LL3_txt.Location = new System.Drawing.Point(296, 250); this.LL3_txt.Multiline = true; this.LL3_txt.Name = "LL3_txt"; this.LL3_txt.Size = new System.Drawing.Size(60, 20); this.LL3_txt.TabIndex = 639; // // HL4_txt // this.HL4_txt.Location = new System.Drawing.Point(362, 220); this.HL4_txt.Multiline = true; this.HL4_txt.Name = "HL4_txt"; this.HL4_txt.Size = new System.Drawing.Size(60, 20); this.HL4_txt.TabIndex = 638; // // HL3_txt // this.HL3_txt.Location = new System.Drawing.Point(296, 220); this.HL3_txt.Multiline = true; this.HL3_txt.Name = "HL3_txt"; this.HL3_txt.Size = new System.Drawing.Size(60, 20); this.HL3_txt.TabIndex = 637; // // LL6_txt // this.LL6_txt.Location = new System.Drawing.Point(494, 250); this.LL6_txt.Multiline = true; this.LL6_txt.Name = "LL6_txt"; this.LL6_txt.Size = new System.Drawing.Size(60, 20); this.LL6_txt.TabIndex = 644; // // LL5_txt // this.LL5_txt.Location = new System.Drawing.Point(428, 250); this.LL5_txt.Multiline = true; this.LL5_txt.Name = "LL5_txt"; this.LL5_txt.Size = new System.Drawing.Size(60, 20); this.LL5_txt.TabIndex = 643; // // HL6_txt // this.HL6_txt.Location = new System.Drawing.Point(494, 220); this.HL6_txt.Multiline = true; this.HL6_txt.Name = "HL6_txt"; this.HL6_txt.Size = new System.Drawing.Size(60, 20); this.HL6_txt.TabIndex = 642; // // HL5_txt // this.HL5_txt.Location = new System.Drawing.Point(428, 220); this.HL5_txt.Multiline = true; this.HL5_txt.Name = "HL5_txt"; this.HL5_txt.Size = new System.Drawing.Size(60, 20); this.HL5_txt.TabIndex = 641; // // LLAll_txt // this.LLAll_txt.Location = new System.Drawing.Point(626, 251); this.LLAll_txt.Multiline = true; this.LLAll_txt.Name = "LLAll_txt"; this.LLAll_txt.Size = new System.Drawing.Size(60, 20); this.LLAll_txt.TabIndex = 648; this.LLAll_txt.TextChanged += new System.EventHandler(this.LLAll_txt_TextChanged); // // LL7_txt // this.LL7_txt.Location = new System.Drawing.Point(560, 251); this.LL7_txt.Multiline = true; this.LL7_txt.Name = "LL7_txt"; this.LL7_txt.Size = new System.Drawing.Size(60, 20); this.LL7_txt.TabIndex = 647; // // HLAll_txt // this.HLAll_txt.Location = new System.Drawing.Point(626, 221); this.HLAll_txt.Multiline = true; this.HLAll_txt.Name = "HLAll_txt"; this.HLAll_txt.Size = new System.Drawing.Size(60, 20); this.HLAll_txt.TabIndex = 646; this.HLAll_txt.TextChanged += new System.EventHandler(this.HLAll_txt_TextChanged); // // HL7_txt // this.HL7_txt.Location = new System.Drawing.Point(560, 221); this.HL7_txt.Multiline = true; this.HL7_txt.Name = "HL7_txt"; this.HL7_txt.Size = new System.Drawing.Size(60, 20); this.HL7_txt.TabIndex = 645; // // label14 // this.label14.Location = new System.Drawing.Point(12, 310); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(80, 20); this.label14.TabIndex = 650; this.label14.Text = "Right Count"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label15 // this.label15.Location = new System.Drawing.Point(12, 280); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(80, 20); this.label15.TabIndex = 649; this.label15.Text = "Left Count"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LeftCnt_txt // this.LeftCnt_txt.Location = new System.Drawing.Point(98, 280); this.LeftCnt_txt.Multiline = true; this.LeftCnt_txt.Name = "LeftCnt_txt"; this.LeftCnt_txt.Size = new System.Drawing.Size(60, 20); this.LeftCnt_txt.TabIndex = 651; // // RightCnt_txt // this.RightCnt_txt.Location = new System.Drawing.Point(98, 310); this.RightCnt_txt.Multiline = true; this.RightCnt_txt.Name = "RightCnt_txt"; this.RightCnt_txt.Size = new System.Drawing.Size(60, 20); this.RightCnt_txt.TabIndex = 652; // // label16 // this.label16.Location = new System.Drawing.Point(12, 40); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(80, 20); this.label16.TabIndex = 653; this.label16.Text = "Trigger Mode"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label17 // this.label17.Location = new System.Drawing.Point(12, 70); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(80, 20); this.label17.TabIndex = 654; this.label17.Text = "Channel Count"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label18 // this.label18.Location = new System.Drawing.Point(184, 70); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(80, 20); this.label18.TabIndex = 655; this.label18.Text = "Range"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label19 // this.label19.Location = new System.Drawing.Point(184, 100); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(80, 20); this.label19.TabIndex = 656; this.label19.Text = "Targer Count"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label20 // this.label20.Location = new System.Drawing.Point(12, 100); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(80, 20); this.label20.TabIndex = 657; this.label20.Text = "Sample Rate"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Rate_txt // this.Rate_txt.Location = new System.Drawing.Point(98, 100); this.Rate_txt.Multiline = true; this.Rate_txt.Name = "Rate_txt"; this.Rate_txt.Size = new System.Drawing.Size(80, 20); this.Rate_txt.TabIndex = 658; // // Target_txt // this.Target_txt.Location = new System.Drawing.Point(270, 100); this.Target_txt.Multiline = true; this.Target_txt.Name = "Target_txt"; this.Target_txt.Size = new System.Drawing.Size(80, 20); this.Target_txt.TabIndex = 659; // // Mode_cmb // this.Mode_cmb.FormattingEnabled = true; this.Mode_cmb.Location = new System.Drawing.Point(98, 40); this.Mode_cmb.Name = "Mode_cmb"; this.Mode_cmb.Size = new System.Drawing.Size(103, 20); this.Mode_cmb.TabIndex = 662; // // Range_cmb // this.Range_cmb.FormattingEnabled = true; this.Range_cmb.Location = new System.Drawing.Point(270, 70); this.Range_cmb.Name = "Range_cmb"; this.Range_cmb.Size = new System.Drawing.Size(80, 20); this.Range_cmb.TabIndex = 663; // // ChCnt_cmb // this.ChCnt_cmb.FormattingEnabled = true; this.ChCnt_cmb.Location = new System.Drawing.Point(98, 70); this.ChCnt_cmb.Name = "ChCnt_cmb"; this.ChCnt_cmb.Size = new System.Drawing.Size(80, 20); this.ChCnt_cmb.TabIndex = 665; this.ChCnt_cmb.SelectedIndexChanged += new System.EventHandler(this.ChCnt_cmb_SelectedIndexChanged); // // Disconnect_btn // this.Disconnect_btn.Location = new System.Drawing.Point(260, 9); this.Disconnect_btn.Name = "Disconnect_btn"; this.Disconnect_btn.Size = new System.Drawing.Size(70, 20); this.Disconnect_btn.TabIndex = 666; this.Disconnect_btn.Text = "Disconnect"; this.Disconnect_btn.UseVisualStyleBackColor = true; this.Disconnect_btn.Click += new System.EventHandler(this.Disconnect_btn_Click); // // EXIT_btn // this.EXIT_btn.Location = new System.Drawing.Point(336, 10); this.EXIT_btn.Name = "EXIT_btn"; this.EXIT_btn.Size = new System.Drawing.Size(70, 20); this.EXIT_btn.TabIndex = 667; this.EXIT_btn.Text = "EXIT"; this.EXIT_btn.UseVisualStyleBackColor = true; this.EXIT_btn.Click += new System.EventHandler(this.EXIT_btn_Click); // // SET_btn // this.SET_btn.Location = new System.Drawing.Point(12, 340); this.SET_btn.Name = "SET_btn"; this.SET_btn.Size = new System.Drawing.Size(70, 20); this.SET_btn.TabIndex = 668; this.SET_btn.Text = "SET"; this.SET_btn.UseVisualStyleBackColor = true; this.SET_btn.Click += new System.EventHandler(this.SET_btn_Click); // // START_btn // this.START_btn.Location = new System.Drawing.Point(88, 340); this.START_btn.Name = "START_btn"; this.START_btn.Size = new System.Drawing.Size(70, 20); this.START_btn.TabIndex = 669; this.START_btn.Text = "START"; this.START_btn.UseVisualStyleBackColor = true; this.START_btn.Click += new System.EventHandler(this.START_btn_Click); // // STOP_btn // this.STOP_btn.Location = new System.Drawing.Point(164, 340); this.STOP_btn.Name = "STOP_btn"; this.STOP_btn.Size = new System.Drawing.Size(70, 20); this.STOP_btn.TabIndex = 670; this.STOP_btn.Text = "STOP"; this.STOP_btn.UseVisualStyleBackColor = true; this.STOP_btn.Click += new System.EventHandler(this.STOP_btn_Click); // // label22 // this.label22.Location = new System.Drawing.Point(12, 130); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(80, 20); this.label22.TabIndex = 671; this.label22.Text = "AI Mdoe"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // AIMode_cmb // this.AIMode_cmb.FormattingEnabled = true; this.AIMode_cmb.Location = new System.Drawing.Point(98, 131); this.AIMode_cmb.Name = "AIMode_cmb"; this.AIMode_cmb.Size = new System.Drawing.Size(60, 20); this.AIMode_cmb.TabIndex = 672; // // msg_list // this.msg_list.FormattingEnabled = true; this.msg_list.ItemHeight = 12; this.msg_list.Location = new System.Drawing.Point(692, 12); this.msg_list.Name = "msg_list"; this.msg_list.Size = new System.Drawing.Size(363, 340); this.msg_list.TabIndex = 673; // // Test_Status_lab // this.Test_Status_lab.Location = new System.Drawing.Point(250, 340); this.Test_Status_lab.Name = "Test_Status_lab"; this.Test_Status_lab.Size = new System.Drawing.Size(436, 20); this.Test_Status_lab.TabIndex = 674; this.Test_Status_lab.Text = "--"; this.Test_Status_lab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1066, 371); this.Controls.Add(this.Test_Status_lab); this.Controls.Add(this.msg_list); this.Controls.Add(this.AIMode_cmb); this.Controls.Add(this.label22); this.Controls.Add(this.STOP_btn); this.Controls.Add(this.START_btn); this.Controls.Add(this.SET_btn); this.Controls.Add(this.EXIT_btn); this.Controls.Add(this.Disconnect_btn); this.Controls.Add(this.ChCnt_cmb); this.Controls.Add(this.Range_cmb); this.Controls.Add(this.Mode_cmb); this.Controls.Add(this.Target_txt); this.Controls.Add(this.Rate_txt); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.label18); this.Controls.Add(this.label17); this.Controls.Add(this.label16); this.Controls.Add(this.RightCnt_txt); this.Controls.Add(this.LeftCnt_txt); this.Controls.Add(this.label14); this.Controls.Add(this.label15); this.Controls.Add(this.LLAll_txt); this.Controls.Add(this.LL7_txt); this.Controls.Add(this.HLAll_txt); this.Controls.Add(this.HL7_txt); this.Controls.Add(this.LL6_txt); this.Controls.Add(this.LL5_txt); this.Controls.Add(this.HL6_txt); this.Controls.Add(this.HL5_txt); this.Controls.Add(this.LL4_txt); this.Controls.Add(this.LL3_txt); this.Controls.Add(this.HL4_txt); this.Controls.Add(this.HL3_txt); this.Controls.Add(this.LL2_txt); this.Controls.Add(this.HL2_txt); this.Controls.Add(this.LL1_txt); this.Controls.Add(this.LL0_txt); this.Controls.Add(this.HL1_txt); this.Controls.Add(this.HL0_txt); this.Controls.Add(this.label12); this.Controls.Add(this.label13); this.Controls.Add(this.EnAll_ckb); this.Controls.Add(this.label11); this.Controls.Add(this.En7_ckb); this.Controls.Add(this.label10); this.Controls.Add(this.En6_ckb); this.Controls.Add(this.label8); this.Controls.Add(this.En5_ckb); this.Controls.Add(this.label7); this.Controls.Add(this.En4_ckb); this.Controls.Add(this.label6); this.Controls.Add(this.En3_ckb); this.Controls.Add(this.label5); this.Controls.Add(this.En2_ckb); this.Controls.Add(this.label4); this.Controls.Add(this.En1_ckb); this.Controls.Add(this.label2); this.Controls.Add(this.En0_ckb); this.Controls.Add(this.label3); this.Controls.Add(this.label9); this.Controls.Add(this.label1); this.Controls.Add(this.connect_btn); this.Controls.Add(this.IP_txt); this.Controls.Add(this.IP_lab); this.Name = "Form1"; this.Text = "AI_Scan_N_Sample_AnalogTrigger"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label IP_lab; private System.Windows.Forms.TextBox IP_txt; private System.Windows.Forms.Button connect_btn; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox En0_ckb; private System.Windows.Forms.CheckBox En1_ckb; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox En2_ckb; private System.Windows.Forms.Label label4; private System.Windows.Forms.CheckBox En3_ckb; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox En4_ckb; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox En5_ckb; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox En6_ckb; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox En7_ckb; private System.Windows.Forms.Label label10; private System.Windows.Forms.CheckBox EnAll_ckb; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox HL0_txt; private System.Windows.Forms.TextBox HL1_txt; private System.Windows.Forms.TextBox LL0_txt; private System.Windows.Forms.TextBox LL1_txt; private System.Windows.Forms.TextBox HL2_txt; private System.Windows.Forms.TextBox LL2_txt; private System.Windows.Forms.TextBox LL4_txt; private System.Windows.Forms.TextBox LL3_txt; private System.Windows.Forms.TextBox HL4_txt; private System.Windows.Forms.TextBox HL3_txt; private System.Windows.Forms.TextBox LL6_txt; private System.Windows.Forms.TextBox LL5_txt; private System.Windows.Forms.TextBox HL6_txt; private System.Windows.Forms.TextBox HL5_txt; private System.Windows.Forms.TextBox LLAll_txt; private System.Windows.Forms.TextBox LL7_txt; private System.Windows.Forms.TextBox HLAll_txt; private System.Windows.Forms.TextBox HL7_txt; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox LeftCnt_txt; private System.Windows.Forms.TextBox RightCnt_txt; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox Rate_txt; private System.Windows.Forms.TextBox Target_txt; private System.Windows.Forms.ComboBox Mode_cmb; private System.Windows.Forms.ComboBox Range_cmb; private System.Windows.Forms.ComboBox ChCnt_cmb; private System.Windows.Forms.Button Disconnect_btn; private System.Windows.Forms.Button EXIT_btn; private System.Windows.Forms.Button SET_btn; private System.Windows.Forms.Button START_btn; private System.Windows.Forms.Button STOP_btn; private System.Windows.Forms.Label label22; private System.Windows.Forms.ComboBox AIMode_cmb; private System.Windows.Forms.ListBox msg_list; private System.Windows.Forms.Label Test_Status_lab; } }