namespace Sample1 { 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.label1 = new System.Windows.Forms.Label(); this.lblVolt0 = new System.Windows.Forms.Label(); this.lblVolt1 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.btnDevice = new System.Windows.Forms.Button(); this.btnExecute = new System.Windows.Forms.Button(); this.checkBoxDIFF = new System.Windows.Forms.CheckBox(); this.comboBoxRange = new System.Windows.Forms.ComboBox(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.progressBar2 = new System.Windows.Forms.ProgressBar(); this.progressBar3 = new System.Windows.Forms.ProgressBar(); this.progressBar4 = new System.Windows.Forms.ProgressBar(); this.progressBar5 = new System.Windows.Forms.ProgressBar(); this.progressBar6 = new System.Windows.Forms.ProgressBar(); this.progressBar7 = new System.Windows.Forms.ProgressBar(); this.progressBar8 = new System.Windows.Forms.ProgressBar(); this.progressBar9 = new System.Windows.Forms.ProgressBar(); this.progressBar10 = new System.Windows.Forms.ProgressBar(); this.progressBar11 = new System.Windows.Forms.ProgressBar(); this.progressBar12 = new System.Windows.Forms.ProgressBar(); this.progressBar13 = new System.Windows.Forms.ProgressBar(); this.progressBar14 = new System.Windows.Forms.ProgressBar(); this.progressBar15 = new System.Windows.Forms.ProgressBar(); this.progressBar16 = new System.Windows.Forms.ProgressBar(); this.lblVolt2 = new System.Windows.Forms.Label(); this.lblVolt3 = new System.Windows.Forms.Label(); this.lblVolt4 = new System.Windows.Forms.Label(); this.lblVolt5 = new System.Windows.Forms.Label(); this.lblVolt6 = new System.Windows.Forms.Label(); this.lblVolt7 = new System.Windows.Forms.Label(); this.lblVolt8 = new System.Windows.Forms.Label(); this.lblVolt9 = new System.Windows.Forms.Label(); this.lblVolt10 = new System.Windows.Forms.Label(); this.lblVolt11 = new System.Windows.Forms.Label(); this.lblVolt12 = new System.Windows.Forms.Label(); this.lblVolt13 = new System.Windows.Forms.Label(); this.lblVolt14 = new System.Windows.Forms.Label(); this.lblVolt15 = new System.Windows.Forms.Label(); this.lblCal = new System.Windows.Forms.Label(); this.comboBoxCalibration = new System.Windows.Forms.ComboBox(); this.checkBoxLoop = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(53, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 13); this.label1.TabIndex = 130; this.label1.Text = "Analog Range"; // // lblVolt0 // this.lblVolt0.AutoSize = true; this.lblVolt0.Location = new System.Drawing.Point(185, 53); this.lblVolt0.Name = "lblVolt0"; this.lblVolt0.Size = new System.Drawing.Size(64, 13); this.lblVolt0.TabIndex = 135; this.lblVolt0.Tag = "0"; this.lblVolt0.Text = "Ch 00: Volts"; // // lblVolt1 // this.lblVolt1.AutoSize = true; this.lblVolt1.Location = new System.Drawing.Point(185, 81); this.lblVolt1.Name = "lblVolt1"; this.lblVolt1.Size = new System.Drawing.Size(64, 13); this.lblVolt1.TabIndex = 136; this.lblVolt1.Tag = "1"; this.lblVolt1.Text = "Ch 01: Volts"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(221, 21); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(124, 13); this.label16.TabIndex = 148; this.label16.Text = "16 Channel Analog Input"; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(35, 270); this.btnDevice.Name = "btnDevice"; this.btnDevice.Size = new System.Drawing.Size(112, 23); this.btnDevice.TabIndex = 172; this.btnDevice.Text = "Device select"; this.btnDevice.UseVisualStyleBackColor = true; this.btnDevice.Click += new System.EventHandler(this.btnDevice_Click_1); // // btnExecute // this.btnExecute.Location = new System.Drawing.Point(35, 212); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new System.Drawing.Size(112, 23); this.btnExecute.TabIndex = 185; this.btnExecute.Text = "Execute"; this.btnExecute.UseVisualStyleBackColor = true; this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click); // // checkBoxDIFF // this.checkBoxDIFF.AutoSize = true; this.checkBoxDIFF.Location = new System.Drawing.Point(33, 86); this.checkBoxDIFF.Name = "checkBoxDIFF"; this.checkBoxDIFF.Size = new System.Drawing.Size(100, 17); this.checkBoxDIFF.TabIndex = 186; this.checkBoxDIFF.Text = "Differential Only"; this.checkBoxDIFF.UseVisualStyleBackColor = true; this.checkBoxDIFF.CheckedChanged += new System.EventHandler(this.checkBoxDIFF_CheckedChanged); // // comboBoxRange // this.comboBoxRange.FormattingEnabled = true; this.comboBoxRange.Items.AddRange(new object[] { "0 to 10 Volts", "±10 Volts", "0 to 5 Volts", "±5 Volts", "0 to 2 Volts", "±2 Volts", "0 to 1 Volt", "±1 Volts"}); this.comboBoxRange.Location = new System.Drawing.Point(33, 48); this.comboBoxRange.Name = "comboBoxRange"; this.comboBoxRange.Size = new System.Drawing.Size(121, 21); this.comboBoxRange.TabIndex = 187; this.comboBoxRange.SelectedIndexChanged += new System.EventHandler(this.comboBoxRange_SelectedIndexChanged); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(275, 48); this.progressBar1.Maximum = 20000; this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(259, 23); this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar1.TabIndex = 188; this.progressBar1.Tag = "0"; // // progressBar2 // this.progressBar2.Location = new System.Drawing.Point(275, 76); this.progressBar2.Maximum = 20000; this.progressBar2.Name = "progressBar2"; this.progressBar2.Size = new System.Drawing.Size(259, 23); this.progressBar2.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar2.TabIndex = 189; this.progressBar2.Tag = "1"; // // progressBar3 // this.progressBar3.Location = new System.Drawing.Point(275, 104); this.progressBar3.Maximum = 20000; this.progressBar3.Name = "progressBar3"; this.progressBar3.Size = new System.Drawing.Size(259, 23); this.progressBar3.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar3.TabIndex = 190; this.progressBar3.Tag = "2"; // // progressBar4 // this.progressBar4.Location = new System.Drawing.Point(275, 132); this.progressBar4.Maximum = 20000; this.progressBar4.Name = "progressBar4"; this.progressBar4.Size = new System.Drawing.Size(259, 23); this.progressBar4.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar4.TabIndex = 191; this.progressBar4.Tag = "3"; // // progressBar5 // this.progressBar5.Location = new System.Drawing.Point(275, 160); this.progressBar5.Maximum = 20000; this.progressBar5.Name = "progressBar5"; this.progressBar5.Size = new System.Drawing.Size(259, 23); this.progressBar5.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar5.TabIndex = 192; this.progressBar5.Tag = "4"; // // progressBar6 // this.progressBar6.Location = new System.Drawing.Point(275, 188); this.progressBar6.Maximum = 20000; this.progressBar6.Name = "progressBar6"; this.progressBar6.Size = new System.Drawing.Size(259, 23); this.progressBar6.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar6.TabIndex = 193; this.progressBar6.Tag = "5"; // // progressBar7 // this.progressBar7.Location = new System.Drawing.Point(275, 216); this.progressBar7.Maximum = 20000; this.progressBar7.Name = "progressBar7"; this.progressBar7.Size = new System.Drawing.Size(259, 23); this.progressBar7.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar7.TabIndex = 194; this.progressBar7.Tag = "6"; // // progressBar8 // this.progressBar8.Location = new System.Drawing.Point(275, 244); this.progressBar8.Maximum = 20000; this.progressBar8.Name = "progressBar8"; this.progressBar8.Size = new System.Drawing.Size(259, 23); this.progressBar8.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar8.TabIndex = 195; this.progressBar8.Tag = "7"; // // progressBar9 // this.progressBar9.Location = new System.Drawing.Point(275, 272); this.progressBar9.Maximum = 20000; this.progressBar9.Name = "progressBar9"; this.progressBar9.Size = new System.Drawing.Size(259, 23); this.progressBar9.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar9.TabIndex = 196; this.progressBar9.Tag = "8"; // // progressBar10 // this.progressBar10.Location = new System.Drawing.Point(275, 300); this.progressBar10.Maximum = 20000; this.progressBar10.Name = "progressBar10"; this.progressBar10.Size = new System.Drawing.Size(259, 23); this.progressBar10.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar10.TabIndex = 197; this.progressBar10.Tag = "9"; // // progressBar11 // this.progressBar11.Location = new System.Drawing.Point(275, 328); this.progressBar11.Maximum = 20000; this.progressBar11.Name = "progressBar11"; this.progressBar11.Size = new System.Drawing.Size(259, 23); this.progressBar11.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar11.TabIndex = 198; this.progressBar11.Tag = "10"; // // progressBar12 // this.progressBar12.Location = new System.Drawing.Point(275, 356); this.progressBar12.Maximum = 20000; this.progressBar12.Name = "progressBar12"; this.progressBar12.Size = new System.Drawing.Size(259, 23); this.progressBar12.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar12.TabIndex = 199; this.progressBar12.Tag = "11"; // // progressBar13 // this.progressBar13.Location = new System.Drawing.Point(275, 384); this.progressBar13.Maximum = 20000; this.progressBar13.Name = "progressBar13"; this.progressBar13.Size = new System.Drawing.Size(259, 23); this.progressBar13.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar13.TabIndex = 200; this.progressBar13.Tag = "12"; // // progressBar14 // this.progressBar14.Location = new System.Drawing.Point(275, 412); this.progressBar14.Maximum = 20000; this.progressBar14.Name = "progressBar14"; this.progressBar14.Size = new System.Drawing.Size(259, 23); this.progressBar14.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar14.TabIndex = 201; this.progressBar14.Tag = "13"; // // progressBar15 // this.progressBar15.Location = new System.Drawing.Point(275, 440); this.progressBar15.Maximum = 20000; this.progressBar15.Name = "progressBar15"; this.progressBar15.Size = new System.Drawing.Size(259, 23); this.progressBar15.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar15.TabIndex = 202; this.progressBar15.Tag = "14"; // // progressBar16 // this.progressBar16.Location = new System.Drawing.Point(275, 468); this.progressBar16.Maximum = 20000; this.progressBar16.Name = "progressBar16"; this.progressBar16.Size = new System.Drawing.Size(259, 23); this.progressBar16.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar16.TabIndex = 203; this.progressBar16.Tag = "15"; // // lblVolt2 // this.lblVolt2.AutoSize = true; this.lblVolt2.Location = new System.Drawing.Point(185, 109); this.lblVolt2.Name = "lblVolt2"; this.lblVolt2.Size = new System.Drawing.Size(64, 13); this.lblVolt2.TabIndex = 204; this.lblVolt2.Tag = "2"; this.lblVolt2.Text = "Ch 02: Volts"; // // lblVolt3 // this.lblVolt3.AutoSize = true; this.lblVolt3.Location = new System.Drawing.Point(185, 137); this.lblVolt3.Name = "lblVolt3"; this.lblVolt3.Size = new System.Drawing.Size(64, 13); this.lblVolt3.TabIndex = 205; this.lblVolt3.Tag = "3"; this.lblVolt3.Text = "Ch 03: Volts"; // // lblVolt4 // this.lblVolt4.AutoSize = true; this.lblVolt4.Location = new System.Drawing.Point(185, 165); this.lblVolt4.Name = "lblVolt4"; this.lblVolt4.Size = new System.Drawing.Size(64, 13); this.lblVolt4.TabIndex = 206; this.lblVolt4.Tag = "4"; this.lblVolt4.Text = "Ch 04: Volts"; // // lblVolt5 // this.lblVolt5.AutoSize = true; this.lblVolt5.Location = new System.Drawing.Point(185, 193); this.lblVolt5.Name = "lblVolt5"; this.lblVolt5.Size = new System.Drawing.Size(64, 13); this.lblVolt5.TabIndex = 207; this.lblVolt5.Tag = "5"; this.lblVolt5.Text = "Ch 05: Volts"; // // lblVolt6 // this.lblVolt6.AutoSize = true; this.lblVolt6.Location = new System.Drawing.Point(185, 221); this.lblVolt6.Name = "lblVolt6"; this.lblVolt6.Size = new System.Drawing.Size(64, 13); this.lblVolt6.TabIndex = 208; this.lblVolt6.Tag = "6"; this.lblVolt6.Text = "Ch 06: Volts"; // // lblVolt7 // this.lblVolt7.AutoSize = true; this.lblVolt7.Location = new System.Drawing.Point(185, 249); this.lblVolt7.Name = "lblVolt7"; this.lblVolt7.Size = new System.Drawing.Size(64, 13); this.lblVolt7.TabIndex = 209; this.lblVolt7.Tag = "7"; this.lblVolt7.Text = "Ch 07: Volts"; // // lblVolt8 // this.lblVolt8.AutoSize = true; this.lblVolt8.Location = new System.Drawing.Point(185, 277); this.lblVolt8.Name = "lblVolt8"; this.lblVolt8.Size = new System.Drawing.Size(64, 13); this.lblVolt8.TabIndex = 210; this.lblVolt8.Tag = "8"; this.lblVolt8.Text = "Ch 08: Volts"; // // lblVolt9 // this.lblVolt9.AutoSize = true; this.lblVolt9.Location = new System.Drawing.Point(185, 305); this.lblVolt9.Name = "lblVolt9"; this.lblVolt9.Size = new System.Drawing.Size(64, 13); this.lblVolt9.TabIndex = 211; this.lblVolt9.Tag = "9"; this.lblVolt9.Text = "Ch 09: Volts"; // // lblVolt10 // this.lblVolt10.AutoSize = true; this.lblVolt10.Location = new System.Drawing.Point(185, 333); this.lblVolt10.Name = "lblVolt10"; this.lblVolt10.Size = new System.Drawing.Size(64, 13); this.lblVolt10.TabIndex = 212; this.lblVolt10.Tag = "10"; this.lblVolt10.Text = "Ch 10: Volts"; // // lblVolt11 // this.lblVolt11.AutoSize = true; this.lblVolt11.Location = new System.Drawing.Point(185, 361); this.lblVolt11.Name = "lblVolt11"; this.lblVolt11.Size = new System.Drawing.Size(64, 13); this.lblVolt11.TabIndex = 213; this.lblVolt11.Tag = "11"; this.lblVolt11.Text = "Ch 11: Volts"; // // lblVolt12 // this.lblVolt12.AutoSize = true; this.lblVolt12.Location = new System.Drawing.Point(185, 389); this.lblVolt12.Name = "lblVolt12"; this.lblVolt12.Size = new System.Drawing.Size(64, 13); this.lblVolt12.TabIndex = 214; this.lblVolt12.Tag = "12"; this.lblVolt12.Text = "Ch 12: Volts"; // // lblVolt13 // this.lblVolt13.AutoSize = true; this.lblVolt13.Location = new System.Drawing.Point(185, 417); this.lblVolt13.Name = "lblVolt13"; this.lblVolt13.Size = new System.Drawing.Size(64, 13); this.lblVolt13.TabIndex = 215; this.lblVolt13.Tag = "13"; this.lblVolt13.Text = "Ch 13: Volts"; // // lblVolt14 // this.lblVolt14.AutoSize = true; this.lblVolt14.Location = new System.Drawing.Point(185, 445); this.lblVolt14.Name = "lblVolt14"; this.lblVolt14.Size = new System.Drawing.Size(64, 13); this.lblVolt14.TabIndex = 216; this.lblVolt14.Tag = "14"; this.lblVolt14.Text = "Ch 14: Volts"; // // lblVolt15 // this.lblVolt15.AutoSize = true; this.lblVolt15.Location = new System.Drawing.Point(185, 473); this.lblVolt15.Name = "lblVolt15"; this.lblVolt15.Size = new System.Drawing.Size(64, 13); this.lblVolt15.TabIndex = 217; this.lblVolt15.Tag = "15"; this.lblVolt15.Text = "Ch 15: Volts"; // // lblCal // this.lblCal.AutoSize = true; this.lblCal.Location = new System.Drawing.Point(53, 132); this.lblCal.Name = "lblCal"; this.lblCal.Size = new System.Drawing.Size(75, 13); this.lblCal.TabIndex = 218; this.lblCal.Text = "Calibration File"; // // comboBoxCalibration // this.comboBoxCalibration.FormattingEnabled = true; this.comboBoxCalibration.Items.AddRange(new object[] { ":AUTO:", ":1TO1:"}); this.comboBoxCalibration.Location = new System.Drawing.Point(32, 153); this.comboBoxCalibration.Name = "comboBoxCalibration"; this.comboBoxCalibration.Size = new System.Drawing.Size(121, 21); this.comboBoxCalibration.TabIndex = 219; // // checkBoxLoop // this.checkBoxLoop.AutoSize = true; this.checkBoxLoop.Location = new System.Drawing.Point(35, 245); this.checkBoxLoop.Name = "checkBoxLoop"; this.checkBoxLoop.Size = new System.Drawing.Size(50, 17); this.checkBoxLoop.TabIndex = 220; this.checkBoxLoop.Text = "Loop"; this.checkBoxLoop.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(556, 513); this.Controls.Add(this.checkBoxLoop); this.Controls.Add(this.comboBoxCalibration); this.Controls.Add(this.lblCal); this.Controls.Add(this.lblVolt15); this.Controls.Add(this.lblVolt14); this.Controls.Add(this.lblVolt13); this.Controls.Add(this.lblVolt12); this.Controls.Add(this.lblVolt11); this.Controls.Add(this.lblVolt10); this.Controls.Add(this.lblVolt9); this.Controls.Add(this.lblVolt8); this.Controls.Add(this.lblVolt7); this.Controls.Add(this.lblVolt6); this.Controls.Add(this.lblVolt5); this.Controls.Add(this.lblVolt4); this.Controls.Add(this.lblVolt3); this.Controls.Add(this.lblVolt2); this.Controls.Add(this.progressBar16); this.Controls.Add(this.progressBar15); this.Controls.Add(this.progressBar14); this.Controls.Add(this.progressBar13); this.Controls.Add(this.progressBar12); this.Controls.Add(this.progressBar11); this.Controls.Add(this.progressBar10); this.Controls.Add(this.progressBar9); this.Controls.Add(this.progressBar8); this.Controls.Add(this.progressBar7); this.Controls.Add(this.progressBar6); this.Controls.Add(this.progressBar5); this.Controls.Add(this.progressBar4); this.Controls.Add(this.progressBar3); this.Controls.Add(this.progressBar2); this.Controls.Add(this.progressBar1); this.Controls.Add(this.comboBoxRange); this.Controls.Add(this.checkBoxDIFF); this.Controls.Add(this.btnExecute); this.Controls.Add(this.btnDevice); this.Controls.Add(this.label16); this.Controls.Add(this.lblVolt1); this.Controls.Add(this.lblVolt0); this.Controls.Add(this.label1); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-AIO Timed AD Visual C# Sample1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblVolt0; private System.Windows.Forms.Label lblVolt1; private System.Windows.Forms.Label label16; private System.Windows.Forms.Button btnDevice; private System.Windows.Forms.Button btnExecute; private System.Windows.Forms.CheckBox checkBoxDIFF; private System.Windows.Forms.ComboBox comboBoxRange; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.ProgressBar progressBar2; private System.Windows.Forms.ProgressBar progressBar3; private System.Windows.Forms.ProgressBar progressBar4; private System.Windows.Forms.ProgressBar progressBar5; private System.Windows.Forms.ProgressBar progressBar6; private System.Windows.Forms.ProgressBar progressBar7; private System.Windows.Forms.ProgressBar progressBar8; private System.Windows.Forms.ProgressBar progressBar9; private System.Windows.Forms.ProgressBar progressBar10; private System.Windows.Forms.ProgressBar progressBar11; private System.Windows.Forms.ProgressBar progressBar12; private System.Windows.Forms.ProgressBar progressBar13; private System.Windows.Forms.ProgressBar progressBar14; private System.Windows.Forms.ProgressBar progressBar15; private System.Windows.Forms.ProgressBar progressBar16; private System.Windows.Forms.Label lblVolt2; private System.Windows.Forms.Label lblVolt3; private System.Windows.Forms.Label lblVolt4; private System.Windows.Forms.Label lblVolt5; private System.Windows.Forms.Label lblVolt6; private System.Windows.Forms.Label lblVolt7; private System.Windows.Forms.Label lblVolt8; private System.Windows.Forms.Label lblVolt9; private System.Windows.Forms.Label lblVolt10; private System.Windows.Forms.Label lblVolt11; private System.Windows.Forms.Label lblVolt12; private System.Windows.Forms.Label lblVolt13; private System.Windows.Forms.Label lblVolt14; private System.Windows.Forms.Label lblVolt15; private System.Windows.Forms.Label lblCal; private System.Windows.Forms.ComboBox comboBoxCalibration; private System.Windows.Forms.CheckBox checkBoxLoop; } }