namespace pac_i8014W_MagicScan { 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.timer1 = new System.Windows.Forms.Timer(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnSet = new System.Windows.Forms.Button(); this.txtTargetCnt = new System.Windows.Forms.TextBox(); this.txtSampleRate = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cboTrigState = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.cboTrigSrc = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.cboScanMode = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.cboChArr15 = new System.Windows.Forms.ComboBox(); this.cboChArr14 = new System.Windows.Forms.ComboBox(); this.cboChArr13 = new System.Windows.Forms.ComboBox(); this.cboChArr12 = new System.Windows.Forms.ComboBox(); this.cboChArr11 = new System.Windows.Forms.ComboBox(); this.cboChArr10 = new System.Windows.Forms.ComboBox(); this.cboChArr9 = new System.Windows.Forms.ComboBox(); this.cboChArr8 = new System.Windows.Forms.ComboBox(); this.cboChArr7 = new System.Windows.Forms.ComboBox(); this.cboChArr6 = new System.Windows.Forms.ComboBox(); this.cboChArr5 = new System.Windows.Forms.ComboBox(); this.cboChArr4 = new System.Windows.Forms.ComboBox(); this.cboChArr3 = new System.Windows.Forms.ComboBox(); this.cboChArr2 = new System.Windows.Forms.ComboBox(); this.cboChArr1 = new System.Windows.Forms.ComboBox(); this.cboChArr0 = new System.Windows.Forms.ComboBox(); this.cboChCnt = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cboType15 = new System.Windows.Forms.ComboBox(); this.cboType14 = new System.Windows.Forms.ComboBox(); this.cboType13 = new System.Windows.Forms.ComboBox(); this.cboType12 = new System.Windows.Forms.ComboBox(); this.cboType11 = new System.Windows.Forms.ComboBox(); this.cboType10 = new System.Windows.Forms.ComboBox(); this.cboType9 = new System.Windows.Forms.ComboBox(); this.cboType8 = new System.Windows.Forms.ComboBox(); this.cboType7 = new System.Windows.Forms.ComboBox(); this.cboType6 = new System.Windows.Forms.ComboBox(); this.cboType5 = new System.Windows.Forms.ComboBox(); this.cboType4 = new System.Windows.Forms.ComboBox(); this.cboType3 = new System.Windows.Forms.ComboBox(); this.cboType2 = new System.Windows.Forms.ComboBox(); this.cboType1 = new System.Windows.Forms.ComboBox(); this.cboType0 = new System.Windows.Forms.ComboBox(); this.lbJumper = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.cboSlot = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnSave = new System.Windows.Forms.Button(); this.txtDataCnt = new System.Windows.Forms.TextBox(); this.lbtotal = new System.Windows.Forms.Label(); this.txtTicks = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.lstData = new System.Windows.Forms.ListBox(); this.lstMsg = new System.Windows.Forms.ListBox(); this.btnShow = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 10; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(8, 7); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(597, 407); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.btnSet); this.tabPage1.Controls.Add(this.txtTargetCnt); this.tabPage1.Controls.Add(this.txtSampleRate); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.cboTrigState); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.cboTrigSrc); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.cboScanMode); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.cboChArr15); this.tabPage1.Controls.Add(this.cboChArr14); this.tabPage1.Controls.Add(this.cboChArr13); this.tabPage1.Controls.Add(this.cboChArr12); this.tabPage1.Controls.Add(this.cboChArr11); this.tabPage1.Controls.Add(this.cboChArr10); this.tabPage1.Controls.Add(this.cboChArr9); this.tabPage1.Controls.Add(this.cboChArr8); this.tabPage1.Controls.Add(this.cboChArr7); this.tabPage1.Controls.Add(this.cboChArr6); this.tabPage1.Controls.Add(this.cboChArr5); this.tabPage1.Controls.Add(this.cboChArr4); this.tabPage1.Controls.Add(this.cboChArr3); this.tabPage1.Controls.Add(this.cboChArr2); this.tabPage1.Controls.Add(this.cboChArr1); this.tabPage1.Controls.Add(this.cboChArr0); this.tabPage1.Controls.Add(this.cboChCnt); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.cboType15); this.tabPage1.Controls.Add(this.cboType14); this.tabPage1.Controls.Add(this.cboType13); this.tabPage1.Controls.Add(this.cboType12); this.tabPage1.Controls.Add(this.cboType11); this.tabPage1.Controls.Add(this.cboType10); this.tabPage1.Controls.Add(this.cboType9); this.tabPage1.Controls.Add(this.cboType8); this.tabPage1.Controls.Add(this.cboType7); this.tabPage1.Controls.Add(this.cboType6); this.tabPage1.Controls.Add(this.cboType5); this.tabPage1.Controls.Add(this.cboType4); this.tabPage1.Controls.Add(this.cboType3); this.tabPage1.Controls.Add(this.cboType2); this.tabPage1.Controls.Add(this.cboType1); this.tabPage1.Controls.Add(this.cboType0); this.tabPage1.Controls.Add(this.lbJumper); this.tabPage1.Controls.Add(this.label21); this.tabPage1.Controls.Add(this.cboSlot); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(589, 378); this.tabPage1.Text = "Configure Magic Scan"; // // btnSet // this.btnSet.Location = new System.Drawing.Point(399, 146); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(123, 34); this.btnSet.TabIndex = 577; this.btnSet.Text = "Setting"; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // txtTargetCnt // this.txtTargetCnt.Location = new System.Drawing.Point(404, 102); this.txtTargetCnt.Name = "txtTargetCnt"; this.txtTargetCnt.Size = new System.Drawing.Size(121, 23); this.txtTargetCnt.TabIndex = 567; this.txtTargetCnt.Text = "10"; // // txtSampleRate // this.txtSampleRate.Location = new System.Drawing.Point(118, 99); this.txtSampleRate.Name = "txtSampleRate"; this.txtSampleRate.Size = new System.Drawing.Size(152, 23); this.txtSampleRate.TabIndex = 566; this.txtSampleRate.Text = "20"; // // label7 // this.label7.Location = new System.Drawing.Point(268, 102); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(148, 20); this.label7.Text = "Target Sample Count"; // // label6 // this.label6.Location = new System.Drawing.Point(14, 99); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 20); this.label6.Text = "Sample Rate"; // // cboTrigState // this.cboTrigState.Items.Add("High"); this.cboTrigState.Items.Add("Low"); this.cboTrigState.Location = new System.Drawing.Point(387, 72); this.cboTrigState.Name = "cboTrigState"; this.cboTrigState.Size = new System.Drawing.Size(136, 23); this.cboTrigState.TabIndex = 565; // // label5 // this.label5.Location = new System.Drawing.Point(274, 72); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(97, 20); this.label5.Text = "Trigger State"; // // cboTrigSrc // this.cboTrigSrc.Items.Add("Software Command"); this.cboTrigSrc.Items.Add("Internal Signal"); this.cboTrigSrc.Items.Add("External Signal"); this.cboTrigSrc.Location = new System.Drawing.Point(118, 69); this.cboTrigSrc.Name = "cboTrigSrc"; this.cboTrigSrc.Size = new System.Drawing.Size(152, 23); this.cboTrigSrc.TabIndex = 564; // // label4 // this.label4.Location = new System.Drawing.Point(14, 69); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106, 20); this.label4.Text = "Trigger Source"; // // cboScanMode // this.cboScanMode.Items.Add("M1:Standard"); this.cboScanMode.Items.Add("M2:Sample and Hold"); this.cboScanMode.Location = new System.Drawing.Point(318, 39); this.cboScanMode.Name = "cboScanMode"; this.cboScanMode.Size = new System.Drawing.Size(206, 23); this.cboScanMode.TabIndex = 563; // // label3 // this.label3.Location = new System.Drawing.Point(223, 39); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 20); this.label3.Text = "Scan Mode"; // // cboChArr15 // this.cboChArr15.Items.Add("CH:0"); this.cboChArr15.Items.Add("CH:1"); this.cboChArr15.Items.Add("CH:2"); this.cboChArr15.Items.Add("CH:3"); this.cboChArr15.Items.Add("CH:4"); this.cboChArr15.Items.Add("CH:5"); this.cboChArr15.Items.Add("CH:6"); this.cboChArr15.Items.Add("CH:7"); this.cboChArr15.Items.Add("CH:8"); this.cboChArr15.Items.Add("CH:9"); this.cboChArr15.Items.Add("CH:10"); this.cboChArr15.Items.Add("CH:11"); this.cboChArr15.Items.Add("CH:12"); this.cboChArr15.Items.Add("CH:13"); this.cboChArr15.Items.Add("CH:14"); this.cboChArr15.Items.Add("CH:15"); this.cboChArr15.Location = new System.Drawing.Point(197, 331); this.cboChArr15.Name = "cboChArr15"; this.cboChArr15.Size = new System.Drawing.Size(81, 23); this.cboChArr15.TabIndex = 562; // // cboChArr14 // this.cboChArr14.Items.Add("CH:0"); this.cboChArr14.Items.Add("CH:1"); this.cboChArr14.Items.Add("CH:2"); this.cboChArr14.Items.Add("CH:3"); this.cboChArr14.Items.Add("CH:4"); this.cboChArr14.Items.Add("CH:5"); this.cboChArr14.Items.Add("CH:6"); this.cboChArr14.Items.Add("CH:7"); this.cboChArr14.Items.Add("CH:8"); this.cboChArr14.Items.Add("CH:9"); this.cboChArr14.Items.Add("CH:10"); this.cboChArr14.Items.Add("CH:11"); this.cboChArr14.Items.Add("CH:12"); this.cboChArr14.Items.Add("CH:13"); this.cboChArr14.Items.Add("CH:14"); this.cboChArr14.Items.Add("CH:15"); this.cboChArr14.Location = new System.Drawing.Point(197, 303); this.cboChArr14.Name = "cboChArr14"; this.cboChArr14.Size = new System.Drawing.Size(81, 23); this.cboChArr14.TabIndex = 561; // // cboChArr13 // this.cboChArr13.Items.Add("CH:0"); this.cboChArr13.Items.Add("CH:1"); this.cboChArr13.Items.Add("CH:2"); this.cboChArr13.Items.Add("CH:3"); this.cboChArr13.Items.Add("CH:4"); this.cboChArr13.Items.Add("CH:5"); this.cboChArr13.Items.Add("CH:6"); this.cboChArr13.Items.Add("CH:7"); this.cboChArr13.Items.Add("CH:8"); this.cboChArr13.Items.Add("CH:9"); this.cboChArr13.Items.Add("CH:10"); this.cboChArr13.Items.Add("CH:11"); this.cboChArr13.Items.Add("CH:12"); this.cboChArr13.Items.Add("CH:13"); this.cboChArr13.Items.Add("CH:14"); this.cboChArr13.Items.Add("CH:15"); this.cboChArr13.Location = new System.Drawing.Point(197, 273); this.cboChArr13.Name = "cboChArr13"; this.cboChArr13.Size = new System.Drawing.Size(81, 23); this.cboChArr13.TabIndex = 560; // // cboChArr12 // this.cboChArr12.Items.Add("CH:0"); this.cboChArr12.Items.Add("CH:1"); this.cboChArr12.Items.Add("CH:2"); this.cboChArr12.Items.Add("CH:3"); this.cboChArr12.Items.Add("CH:4"); this.cboChArr12.Items.Add("CH:5"); this.cboChArr12.Items.Add("CH:6"); this.cboChArr12.Items.Add("CH:7"); this.cboChArr12.Items.Add("CH:8"); this.cboChArr12.Items.Add("CH:9"); this.cboChArr12.Items.Add("CH:10"); this.cboChArr12.Items.Add("CH:11"); this.cboChArr12.Items.Add("CH:12"); this.cboChArr12.Items.Add("CH:13"); this.cboChArr12.Items.Add("CH:14"); this.cboChArr12.Items.Add("CH:15"); this.cboChArr12.Location = new System.Drawing.Point(197, 245); this.cboChArr12.Name = "cboChArr12"; this.cboChArr12.Size = new System.Drawing.Size(81, 23); this.cboChArr12.TabIndex = 559; // // cboChArr11 // this.cboChArr11.Items.Add("CH:0"); this.cboChArr11.Items.Add("CH:1"); this.cboChArr11.Items.Add("CH:2"); this.cboChArr11.Items.Add("CH:3"); this.cboChArr11.Items.Add("CH:4"); this.cboChArr11.Items.Add("CH:5"); this.cboChArr11.Items.Add("CH:6"); this.cboChArr11.Items.Add("CH:7"); this.cboChArr11.Items.Add("CH:8"); this.cboChArr11.Items.Add("CH:9"); this.cboChArr11.Items.Add("CH:10"); this.cboChArr11.Items.Add("CH:11"); this.cboChArr11.Items.Add("CH:12"); this.cboChArr11.Items.Add("CH:13"); this.cboChArr11.Items.Add("CH:14"); this.cboChArr11.Items.Add("CH:15"); this.cboChArr11.Location = new System.Drawing.Point(197, 216); this.cboChArr11.Name = "cboChArr11"; this.cboChArr11.Size = new System.Drawing.Size(81, 23); this.cboChArr11.TabIndex = 558; // // cboChArr10 // this.cboChArr10.Items.Add("CH:0"); this.cboChArr10.Items.Add("CH:1"); this.cboChArr10.Items.Add("CH:2"); this.cboChArr10.Items.Add("CH:3"); this.cboChArr10.Items.Add("CH:4"); this.cboChArr10.Items.Add("CH:5"); this.cboChArr10.Items.Add("CH:6"); this.cboChArr10.Items.Add("CH:7"); this.cboChArr10.Items.Add("CH:8"); this.cboChArr10.Items.Add("CH:9"); this.cboChArr10.Items.Add("CH:10"); this.cboChArr10.Items.Add("CH:11"); this.cboChArr10.Items.Add("CH:12"); this.cboChArr10.Items.Add("CH:13"); this.cboChArr10.Items.Add("CH:14"); this.cboChArr10.Items.Add("CH:15"); this.cboChArr10.Location = new System.Drawing.Point(197, 187); this.cboChArr10.Name = "cboChArr10"; this.cboChArr10.Size = new System.Drawing.Size(81, 23); this.cboChArr10.TabIndex = 557; // // cboChArr9 // this.cboChArr9.Items.Add("CH:0"); this.cboChArr9.Items.Add("CH:1"); this.cboChArr9.Items.Add("CH:2"); this.cboChArr9.Items.Add("CH:3"); this.cboChArr9.Items.Add("CH:4"); this.cboChArr9.Items.Add("CH:5"); this.cboChArr9.Items.Add("CH:6"); this.cboChArr9.Items.Add("CH:7"); this.cboChArr9.Items.Add("CH:8"); this.cboChArr9.Items.Add("CH:9"); this.cboChArr9.Items.Add("CH:10"); this.cboChArr9.Items.Add("CH:11"); this.cboChArr9.Items.Add("CH:12"); this.cboChArr9.Items.Add("CH:13"); this.cboChArr9.Items.Add("CH:14"); this.cboChArr9.Items.Add("CH:15"); this.cboChArr9.Location = new System.Drawing.Point(197, 158); this.cboChArr9.Name = "cboChArr9"; this.cboChArr9.Size = new System.Drawing.Size(81, 23); this.cboChArr9.TabIndex = 556; // // cboChArr8 // this.cboChArr8.Items.Add("CH:0"); this.cboChArr8.Items.Add("CH:1"); this.cboChArr8.Items.Add("CH:2"); this.cboChArr8.Items.Add("CH:3"); this.cboChArr8.Items.Add("CH:4"); this.cboChArr8.Items.Add("CH:5"); this.cboChArr8.Items.Add("CH:6"); this.cboChArr8.Items.Add("CH:7"); this.cboChArr8.Items.Add("CH:8"); this.cboChArr8.Items.Add("CH:9"); this.cboChArr8.Items.Add("CH:10"); this.cboChArr8.Items.Add("CH:11"); this.cboChArr8.Items.Add("CH:12"); this.cboChArr8.Items.Add("CH:13"); this.cboChArr8.Items.Add("CH:14"); this.cboChArr8.Items.Add("CH:15"); this.cboChArr8.Location = new System.Drawing.Point(197, 129); this.cboChArr8.Name = "cboChArr8"; this.cboChArr8.Size = new System.Drawing.Size(81, 23); this.cboChArr8.TabIndex = 555; // // cboChArr7 // this.cboChArr7.Items.Add("CH:0"); this.cboChArr7.Items.Add("CH:1"); this.cboChArr7.Items.Add("CH:2"); this.cboChArr7.Items.Add("CH:3"); this.cboChArr7.Items.Add("CH:4"); this.cboChArr7.Items.Add("CH:5"); this.cboChArr7.Items.Add("CH:6"); this.cboChArr7.Items.Add("CH:7"); this.cboChArr7.Items.Add("CH:8"); this.cboChArr7.Items.Add("CH:9"); this.cboChArr7.Items.Add("CH:10"); this.cboChArr7.Items.Add("CH:11"); this.cboChArr7.Items.Add("CH:12"); this.cboChArr7.Items.Add("CH:13"); this.cboChArr7.Items.Add("CH:14"); this.cboChArr7.Items.Add("CH:15"); this.cboChArr7.Location = new System.Drawing.Point(14, 332); this.cboChArr7.Name = "cboChArr7"; this.cboChArr7.Size = new System.Drawing.Size(81, 23); this.cboChArr7.TabIndex = 554; // // cboChArr6 // this.cboChArr6.Items.Add("CH:0"); this.cboChArr6.Items.Add("CH:1"); this.cboChArr6.Items.Add("CH:2"); this.cboChArr6.Items.Add("CH:3"); this.cboChArr6.Items.Add("CH:4"); this.cboChArr6.Items.Add("CH:5"); this.cboChArr6.Items.Add("CH:6"); this.cboChArr6.Items.Add("CH:7"); this.cboChArr6.Items.Add("CH:8"); this.cboChArr6.Items.Add("CH:9"); this.cboChArr6.Items.Add("CH:10"); this.cboChArr6.Items.Add("CH:11"); this.cboChArr6.Items.Add("CH:12"); this.cboChArr6.Items.Add("CH:13"); this.cboChArr6.Items.Add("CH:14"); this.cboChArr6.Items.Add("CH:15"); this.cboChArr6.Location = new System.Drawing.Point(14, 303); this.cboChArr6.Name = "cboChArr6"; this.cboChArr6.Size = new System.Drawing.Size(81, 23); this.cboChArr6.TabIndex = 553; // // cboChArr5 // this.cboChArr5.Items.Add("CH:0"); this.cboChArr5.Items.Add("CH:1"); this.cboChArr5.Items.Add("CH:2"); this.cboChArr5.Items.Add("CH:3"); this.cboChArr5.Items.Add("CH:4"); this.cboChArr5.Items.Add("CH:5"); this.cboChArr5.Items.Add("CH:6"); this.cboChArr5.Items.Add("CH:7"); this.cboChArr5.Items.Add("CH:8"); this.cboChArr5.Items.Add("CH:9"); this.cboChArr5.Items.Add("CH:10"); this.cboChArr5.Items.Add("CH:11"); this.cboChArr5.Items.Add("CH:12"); this.cboChArr5.Items.Add("CH:13"); this.cboChArr5.Items.Add("CH:14"); this.cboChArr5.Items.Add("CH:15"); this.cboChArr5.Location = new System.Drawing.Point(14, 274); this.cboChArr5.Name = "cboChArr5"; this.cboChArr5.Size = new System.Drawing.Size(81, 23); this.cboChArr5.TabIndex = 552; // // cboChArr4 // this.cboChArr4.Items.Add("CH:0"); this.cboChArr4.Items.Add("CH:1"); this.cboChArr4.Items.Add("CH:2"); this.cboChArr4.Items.Add("CH:3"); this.cboChArr4.Items.Add("CH:4"); this.cboChArr4.Items.Add("CH:5"); this.cboChArr4.Items.Add("CH:6"); this.cboChArr4.Items.Add("CH:7"); this.cboChArr4.Items.Add("CH:8"); this.cboChArr4.Items.Add("CH:9"); this.cboChArr4.Items.Add("CH:10"); this.cboChArr4.Items.Add("CH:11"); this.cboChArr4.Items.Add("CH:12"); this.cboChArr4.Items.Add("CH:13"); this.cboChArr4.Items.Add("CH:14"); this.cboChArr4.Items.Add("CH:15"); this.cboChArr4.Location = new System.Drawing.Point(14, 245); this.cboChArr4.Name = "cboChArr4"; this.cboChArr4.Size = new System.Drawing.Size(81, 23); this.cboChArr4.TabIndex = 551; // // cboChArr3 // this.cboChArr3.Items.Add("CH:0"); this.cboChArr3.Items.Add("CH:1"); this.cboChArr3.Items.Add("CH:2"); this.cboChArr3.Items.Add("CH:3"); this.cboChArr3.Items.Add("CH:4"); this.cboChArr3.Items.Add("CH:5"); this.cboChArr3.Items.Add("CH:6"); this.cboChArr3.Items.Add("CH:7"); this.cboChArr3.Items.Add("CH:8"); this.cboChArr3.Items.Add("CH:9"); this.cboChArr3.Items.Add("CH:10"); this.cboChArr3.Items.Add("CH:11"); this.cboChArr3.Items.Add("CH:12"); this.cboChArr3.Items.Add("CH:13"); this.cboChArr3.Items.Add("CH:14"); this.cboChArr3.Items.Add("CH:15"); this.cboChArr3.Location = new System.Drawing.Point(14, 216); this.cboChArr3.Name = "cboChArr3"; this.cboChArr3.Size = new System.Drawing.Size(81, 23); this.cboChArr3.TabIndex = 550; // // cboChArr2 // this.cboChArr2.Items.Add("CH:0"); this.cboChArr2.Items.Add("CH:1"); this.cboChArr2.Items.Add("CH:2"); this.cboChArr2.Items.Add("CH:3"); this.cboChArr2.Items.Add("CH:4"); this.cboChArr2.Items.Add("CH:5"); this.cboChArr2.Items.Add("CH:6"); this.cboChArr2.Items.Add("CH:7"); this.cboChArr2.Items.Add("CH:8"); this.cboChArr2.Items.Add("CH:9"); this.cboChArr2.Items.Add("CH:10"); this.cboChArr2.Items.Add("CH:11"); this.cboChArr2.Items.Add("CH:12"); this.cboChArr2.Items.Add("CH:13"); this.cboChArr2.Items.Add("CH:14"); this.cboChArr2.Items.Add("CH:15"); this.cboChArr2.Location = new System.Drawing.Point(14, 187); this.cboChArr2.Name = "cboChArr2"; this.cboChArr2.Size = new System.Drawing.Size(81, 23); this.cboChArr2.TabIndex = 549; // // cboChArr1 // this.cboChArr1.Items.Add("CH:0"); this.cboChArr1.Items.Add("CH:1"); this.cboChArr1.Items.Add("CH:2"); this.cboChArr1.Items.Add("CH:3"); this.cboChArr1.Items.Add("CH:4"); this.cboChArr1.Items.Add("CH:5"); this.cboChArr1.Items.Add("CH:6"); this.cboChArr1.Items.Add("CH:7"); this.cboChArr1.Items.Add("CH:8"); this.cboChArr1.Items.Add("CH:9"); this.cboChArr1.Items.Add("CH:10"); this.cboChArr1.Items.Add("CH:11"); this.cboChArr1.Items.Add("CH:12"); this.cboChArr1.Items.Add("CH:13"); this.cboChArr1.Items.Add("CH:14"); this.cboChArr1.Items.Add("CH:15"); this.cboChArr1.Location = new System.Drawing.Point(14, 158); this.cboChArr1.Name = "cboChArr1"; this.cboChArr1.Size = new System.Drawing.Size(81, 23); this.cboChArr1.TabIndex = 548; // // cboChArr0 // this.cboChArr0.Items.Add("CH:0"); this.cboChArr0.Items.Add("CH:1"); this.cboChArr0.Items.Add("CH:2"); this.cboChArr0.Items.Add("CH:3"); this.cboChArr0.Items.Add("CH:4"); this.cboChArr0.Items.Add("CH:5"); this.cboChArr0.Items.Add("CH:6"); this.cboChArr0.Items.Add("CH:7"); this.cboChArr0.Items.Add("CH:8"); this.cboChArr0.Items.Add("CH:9"); this.cboChArr0.Items.Add("CH:10"); this.cboChArr0.Items.Add("CH:11"); this.cboChArr0.Items.Add("CH:12"); this.cboChArr0.Items.Add("CH:13"); this.cboChArr0.Items.Add("CH:14"); this.cboChArr0.Items.Add("CH:15"); this.cboChArr0.Location = new System.Drawing.Point(14, 129); this.cboChArr0.Name = "cboChArr0"; this.cboChArr0.Size = new System.Drawing.Size(81, 23); this.cboChArr0.TabIndex = 547; // // cboChCnt // this.cboChCnt.Items.Add("1"); this.cboChCnt.Items.Add("2"); this.cboChCnt.Items.Add("3"); this.cboChCnt.Items.Add("4"); this.cboChCnt.Items.Add("5"); this.cboChCnt.Items.Add("6"); this.cboChCnt.Items.Add("7"); this.cboChCnt.Items.Add("8"); this.cboChCnt.Items.Add("9"); this.cboChCnt.Items.Add("10"); this.cboChCnt.Items.Add("11"); this.cboChCnt.Items.Add("12"); this.cboChCnt.Items.Add("13"); this.cboChCnt.Items.Add("14"); this.cboChCnt.Items.Add("15"); this.cboChCnt.Items.Add("16"); this.cboChCnt.Location = new System.Drawing.Point(140, 37); this.cboChCnt.Name = "cboChCnt"; this.cboChCnt.Size = new System.Drawing.Size(69, 23); this.cboChCnt.TabIndex = 546; // // label2 // this.label2.Location = new System.Drawing.Point(14, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(137, 22); this.label2.Text = "Scan Channel Count"; // // cboType15 // this.cboType15.Items.Add("+/- 10.0 V"); this.cboType15.Items.Add("+/- 5.0 V"); this.cboType15.Items.Add("+/- 2.5 V"); this.cboType15.Items.Add("+/- 1.25 V"); this.cboType15.Items.Add("+/- 20.0 mA"); this.cboType15.Location = new System.Drawing.Point(276, 331); this.cboType15.Name = "cboType15"; this.cboType15.Size = new System.Drawing.Size(106, 23); this.cboType15.TabIndex = 545; // // cboType14 // this.cboType14.Items.Add("+/- 10.0 V"); this.cboType14.Items.Add("+/- 5.0 V"); this.cboType14.Items.Add("+/- 2.5 V"); this.cboType14.Items.Add("+/- 1.25 V"); this.cboType14.Items.Add("+/- 20.0 mA"); this.cboType14.Location = new System.Drawing.Point(276, 302); this.cboType14.Name = "cboType14"; this.cboType14.Size = new System.Drawing.Size(106, 23); this.cboType14.TabIndex = 544; // // cboType13 // this.cboType13.Items.Add("+/- 10.0 V"); this.cboType13.Items.Add("+/- 5.0 V"); this.cboType13.Items.Add("+/- 2.5 V"); this.cboType13.Items.Add("+/- 1.25 V"); this.cboType13.Items.Add("+/- 20.0 mA"); this.cboType13.Location = new System.Drawing.Point(276, 273); this.cboType13.Name = "cboType13"; this.cboType13.Size = new System.Drawing.Size(106, 23); this.cboType13.TabIndex = 543; // // cboType12 // this.cboType12.Items.Add("+/- 10.0 V"); this.cboType12.Items.Add("+/- 5.0 V"); this.cboType12.Items.Add("+/- 2.5 V"); this.cboType12.Items.Add("+/- 1.25 V"); this.cboType12.Items.Add("+/- 20.0 mA"); this.cboType12.Location = new System.Drawing.Point(276, 244); this.cboType12.Name = "cboType12"; this.cboType12.Size = new System.Drawing.Size(106, 23); this.cboType12.TabIndex = 542; // // cboType11 // this.cboType11.Items.Add("+/- 10.0 V"); this.cboType11.Items.Add("+/- 5.0 V"); this.cboType11.Items.Add("+/- 2.5 V"); this.cboType11.Items.Add("+/- 1.25 V"); this.cboType11.Items.Add("+/- 20.0 mA"); this.cboType11.Location = new System.Drawing.Point(276, 216); this.cboType11.Name = "cboType11"; this.cboType11.Size = new System.Drawing.Size(106, 23); this.cboType11.TabIndex = 541; // // cboType10 // this.cboType10.Items.Add("+/- 10.0 V"); this.cboType10.Items.Add("+/- 5.0 V"); this.cboType10.Items.Add("+/- 2.5 V"); this.cboType10.Items.Add("+/- 1.25 V"); this.cboType10.Items.Add("+/- 20.0 mA"); this.cboType10.Location = new System.Drawing.Point(276, 187); this.cboType10.Name = "cboType10"; this.cboType10.Size = new System.Drawing.Size(106, 23); this.cboType10.TabIndex = 540; // // cboType9 // this.cboType9.Items.Add("+/- 10.0 V"); this.cboType9.Items.Add("+/- 5.0 V"); this.cboType9.Items.Add("+/- 2.5 V"); this.cboType9.Items.Add("+/- 1.25 V"); this.cboType9.Items.Add("+/- 20.0 mA"); this.cboType9.Location = new System.Drawing.Point(276, 158); this.cboType9.Name = "cboType9"; this.cboType9.Size = new System.Drawing.Size(106, 23); this.cboType9.TabIndex = 539; // // cboType8 // this.cboType8.Items.Add("+/- 10.0 V"); this.cboType8.Items.Add("+/- 5.0 V"); this.cboType8.Items.Add("+/- 2.5 V"); this.cboType8.Items.Add("+/- 1.25 V"); this.cboType8.Items.Add("+/- 20.0 mA"); this.cboType8.Location = new System.Drawing.Point(276, 129); this.cboType8.Name = "cboType8"; this.cboType8.Size = new System.Drawing.Size(106, 23); this.cboType8.TabIndex = 538; // // cboType7 // this.cboType7.Items.Add("+/- 10.0 V"); this.cboType7.Items.Add("+/- 5.0 V"); this.cboType7.Items.Add("+/- 2.5 V"); this.cboType7.Items.Add("+/- 1.25 V"); this.cboType7.Items.Add("+/- 20.0 mA"); this.cboType7.Location = new System.Drawing.Point(93, 331); this.cboType7.Name = "cboType7"; this.cboType7.Size = new System.Drawing.Size(106, 23); this.cboType7.TabIndex = 537; // // cboType6 // this.cboType6.Items.Add("+/- 10.0 V"); this.cboType6.Items.Add("+/- 5.0 V"); this.cboType6.Items.Add("+/- 2.5 V"); this.cboType6.Items.Add("+/- 1.25 V"); this.cboType6.Items.Add("+/- 20.0 mA"); this.cboType6.Location = new System.Drawing.Point(93, 302); this.cboType6.Name = "cboType6"; this.cboType6.Size = new System.Drawing.Size(106, 23); this.cboType6.TabIndex = 536; // // cboType5 // this.cboType5.Items.Add("+/- 10.0 V"); this.cboType5.Items.Add("+/- 5.0 V"); this.cboType5.Items.Add("+/- 2.5 V"); this.cboType5.Items.Add("+/- 1.25 V"); this.cboType5.Items.Add("+/- 20.0 mA"); this.cboType5.Location = new System.Drawing.Point(93, 273); this.cboType5.Name = "cboType5"; this.cboType5.Size = new System.Drawing.Size(106, 23); this.cboType5.TabIndex = 535; // // cboType4 // this.cboType4.Items.Add("+/- 10.0 V"); this.cboType4.Items.Add("+/- 5.0 V"); this.cboType4.Items.Add("+/- 2.5 V"); this.cboType4.Items.Add("+/- 1.25 V"); this.cboType4.Items.Add("+/- 20.0 mA"); this.cboType4.Location = new System.Drawing.Point(93, 244); this.cboType4.Name = "cboType4"; this.cboType4.Size = new System.Drawing.Size(106, 23); this.cboType4.TabIndex = 534; // // cboType3 // this.cboType3.Items.Add("+/- 10.0 V"); this.cboType3.Items.Add("+/- 5.0 V"); this.cboType3.Items.Add("+/- 2.5 V"); this.cboType3.Items.Add("+/- 1.25 V"); this.cboType3.Items.Add("+/- 20.0 mA"); this.cboType3.Location = new System.Drawing.Point(93, 216); this.cboType3.Name = "cboType3"; this.cboType3.Size = new System.Drawing.Size(106, 23); this.cboType3.TabIndex = 533; // // cboType2 // this.cboType2.Items.Add("+/- 10.0 V"); this.cboType2.Items.Add("+/- 5.0 V"); this.cboType2.Items.Add("+/- 2.5 V"); this.cboType2.Items.Add("+/- 1.25 V"); this.cboType2.Items.Add("+/- 20.0 mA"); this.cboType2.Location = new System.Drawing.Point(93, 187); this.cboType2.Name = "cboType2"; this.cboType2.Size = new System.Drawing.Size(106, 23); this.cboType2.TabIndex = 532; // // cboType1 // this.cboType1.Items.Add("+/- 10.0 V"); this.cboType1.Items.Add("+/- 5.0 V"); this.cboType1.Items.Add("+/- 2.5 V"); this.cboType1.Items.Add("+/- 1.25 V"); this.cboType1.Items.Add("+/- 20.0 mA"); this.cboType1.Location = new System.Drawing.Point(93, 158); this.cboType1.Name = "cboType1"; this.cboType1.Size = new System.Drawing.Size(106, 23); this.cboType1.TabIndex = 531; // // cboType0 // this.cboType0.Items.Add("+/- 10.0 V"); this.cboType0.Items.Add("+/- 5.0 V"); this.cboType0.Items.Add("+/- 2.5 V"); this.cboType0.Items.Add("+/- 1.25 V"); this.cboType0.Items.Add("+/- 20.0 mA"); this.cboType0.Location = new System.Drawing.Point(93, 129); this.cboType0.Name = "cboType0"; this.cboType0.Size = new System.Drawing.Size(106, 23); this.cboType0.TabIndex = 530; // // lbJumper // this.lbJumper.BackColor = System.Drawing.Color.White; this.lbJumper.Location = new System.Drawing.Point(387, 11); this.lbJumper.Name = "lbJumper"; this.lbJumper.Size = new System.Drawing.Size(138, 18); // // label21 // this.label21.Location = new System.Drawing.Point(231, 8); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(170, 20); this.label21.Text = "Single-Ended/ Differential"; // // cboSlot // this.cboSlot.Items.Add("Slot 0"); this.cboSlot.Items.Add("Slot 1"); this.cboSlot.Items.Add("Slot 2"); this.cboSlot.Items.Add("Slot 3"); this.cboSlot.Items.Add("Slot 4"); this.cboSlot.Items.Add("Slot 5"); this.cboSlot.Items.Add("Slot 6"); this.cboSlot.Items.Add("Slot 7"); this.cboSlot.Location = new System.Drawing.Point(131, 6); this.cboSlot.Name = "cboSlot"; this.cboSlot.Size = new System.Drawing.Size(102, 23); this.cboSlot.TabIndex = 529; this.cboSlot.SelectedIndexChanged += new System.EventHandler(this.cboSlot_SelectedIndexChanged); // // label1 // this.label1.Location = new System.Drawing.Point(12, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 28); this.label1.Text = "I-8014W slot Index"; // // tabPage2 // this.tabPage2.Controls.Add(this.label10); this.tabPage2.Controls.Add(this.label9); this.tabPage2.Controls.Add(this.btnSave); this.tabPage2.Controls.Add(this.btnExit); this.tabPage2.Controls.Add(this.txtDataCnt); this.tabPage2.Controls.Add(this.lbtotal); this.tabPage2.Controls.Add(this.txtTicks); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.lstData); this.tabPage2.Controls.Add(this.lstMsg); this.tabPage2.Controls.Add(this.btnShow); this.tabPage2.Controls.Add(this.btnStart); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(589, 378); this.tabPage2.Text = "Start Magic Scan"; // // btnSave // this.btnSave.Location = new System.Drawing.Point(144, 6); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(113, 26); this.btnSave.TabIndex = 581; this.btnSave.Text = "Save data to file"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtDataCnt // this.txtDataCnt.Location = new System.Drawing.Point(394, 6); this.txtDataCnt.Name = "txtDataCnt"; this.txtDataCnt.Size = new System.Drawing.Size(78, 23); this.txtDataCnt.TabIndex = 579; // // lbtotal // this.lbtotal.Location = new System.Drawing.Point(286, 6); this.lbtotal.Name = "lbtotal"; this.lbtotal.Size = new System.Drawing.Size(102, 26); this.lbtotal.Text = "Total Scaned"; // // txtTicks // this.txtTicks.Location = new System.Drawing.Point(394, 35); this.txtTicks.Name = "txtTicks"; this.txtTicks.Size = new System.Drawing.Size(78, 23); this.txtTicks.TabIndex = 577; // // label8 // this.label8.Location = new System.Drawing.Point(286, 35); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 18); this.label8.Text = "Spend Time"; // // lstData // this.lstData.Location = new System.Drawing.Point(328, 69); this.lstData.Name = "lstData"; this.lstData.Size = new System.Drawing.Size(250, 306); this.lstData.TabIndex = 575; // // lstMsg // this.lstMsg.Location = new System.Drawing.Point(3, 69); this.lstMsg.Name = "lstMsg"; this.lstMsg.Size = new System.Drawing.Size(319, 306); this.lstMsg.TabIndex = 574; // // btnShow // this.btnShow.Location = new System.Drawing.Point(3, 38); this.btnShow.Name = "btnShow"; this.btnShow.Size = new System.Drawing.Size(120, 25); this.btnShow.TabIndex = 573; this.btnShow.Text = "Show AI"; this.btnShow.Click += new System.EventHandler(this.btnShow_Click); // // btnStart // this.btnStart.Location = new System.Drawing.Point(3, 4); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(120, 28); this.btnStart.TabIndex = 571; this.btnStart.Text = "Start Magic Scan"; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(144, 35); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(113, 28); this.btnExit.TabIndex = 572; this.btnExit.Text = "Exit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label10 // this.label10.Location = new System.Drawing.Point(478, 6); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 18); this.label10.Text = "Samples"; // // label9 // this.label9.Location = new System.Drawing.Point(478, 35); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(31, 18); this.label9.Text = "ms"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(608, 417); this.Controls.Add(this.tabControl1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TextBox txtTargetCnt; private System.Windows.Forms.TextBox txtSampleRate; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cboTrigState; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cboTrigSrc; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cboScanMode; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cboChArr15; private System.Windows.Forms.ComboBox cboChArr14; private System.Windows.Forms.ComboBox cboChArr13; private System.Windows.Forms.ComboBox cboChArr12; private System.Windows.Forms.ComboBox cboChArr11; private System.Windows.Forms.ComboBox cboChArr10; private System.Windows.Forms.ComboBox cboChArr9; private System.Windows.Forms.ComboBox cboChArr8; private System.Windows.Forms.ComboBox cboChArr7; private System.Windows.Forms.ComboBox cboChArr6; private System.Windows.Forms.ComboBox cboChArr5; private System.Windows.Forms.ComboBox cboChArr4; private System.Windows.Forms.ComboBox cboChArr3; private System.Windows.Forms.ComboBox cboChArr2; private System.Windows.Forms.ComboBox cboChArr1; private System.Windows.Forms.ComboBox cboChArr0; private System.Windows.Forms.ComboBox cboChCnt; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cboType15; private System.Windows.Forms.ComboBox cboType14; private System.Windows.Forms.ComboBox cboType13; private System.Windows.Forms.ComboBox cboType12; private System.Windows.Forms.ComboBox cboType11; private System.Windows.Forms.ComboBox cboType10; private System.Windows.Forms.ComboBox cboType9; private System.Windows.Forms.ComboBox cboType8; private System.Windows.Forms.ComboBox cboType7; private System.Windows.Forms.ComboBox cboType6; private System.Windows.Forms.ComboBox cboType5; private System.Windows.Forms.ComboBox cboType4; private System.Windows.Forms.ComboBox cboType3; private System.Windows.Forms.ComboBox cboType2; private System.Windows.Forms.ComboBox cboType1; private System.Windows.Forms.ComboBox cboType0; private System.Windows.Forms.Label lbJumper; private System.Windows.Forms.Label label21; private System.Windows.Forms.ComboBox cboSlot; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox lstData; private System.Windows.Forms.ListBox lstMsg; private System.Windows.Forms.Button btnShow; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtDataCnt; private System.Windows.Forms.Label lbtotal; private System.Windows.Forms.TextBox txtTicks; private System.Windows.Forms.Button btnSet; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; } }