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.textBoxStatus = new System.Windows.Forms.TextBox(); this.btnStop = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(71, 37); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 17); this.label1.TabIndex = 130; this.label1.Text = "Analog Range"; // // lblVolt0 // this.lblVolt0.AutoSize = true; this.lblVolt0.Location = new System.Drawing.Point(242, 65); this.lblVolt0.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt0.Name = "lblVolt0"; this.lblVolt0.Size = new System.Drawing.Size(84, 17); 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(242, 100); this.lblVolt1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt1.Name = "lblVolt1"; this.lblVolt1.Size = new System.Drawing.Size(84, 17); 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(295, 26); this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(163, 17); this.label16.TabIndex = 148; this.label16.Text = "16 Channel Analog Input"; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(43, 574); this.btnDevice.Margin = new System.Windows.Forms.Padding(4); this.btnDevice.Name = "btnDevice"; this.btnDevice.Size = new System.Drawing.Size(149, 28); 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(47, 247); this.btnExecute.Margin = new System.Windows.Forms.Padding(4); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new System.Drawing.Size(149, 28); 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(44, 106); this.checkBoxDIFF.Margin = new System.Windows.Forms.Padding(4); this.checkBoxDIFF.Name = "checkBoxDIFF"; this.checkBoxDIFF.Size = new System.Drawing.Size(131, 21); 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(44, 59); this.comboBoxRange.Margin = new System.Windows.Forms.Padding(4); this.comboBoxRange.Name = "comboBoxRange"; this.comboBoxRange.Size = new System.Drawing.Size(160, 24); this.comboBoxRange.TabIndex = 187; this.comboBoxRange.SelectedIndexChanged += new System.EventHandler(this.comboBoxRange_SelectedIndexChanged); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(367, 59); this.progressBar1.Margin = new System.Windows.Forms.Padding(4); this.progressBar1.Maximum = 20000; this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(345, 28); this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar1.TabIndex = 188; this.progressBar1.Tag = "0"; // // progressBar2 // this.progressBar2.Location = new System.Drawing.Point(367, 94); this.progressBar2.Margin = new System.Windows.Forms.Padding(4); this.progressBar2.Maximum = 20000; this.progressBar2.Name = "progressBar2"; this.progressBar2.Size = new System.Drawing.Size(345, 28); this.progressBar2.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar2.TabIndex = 189; this.progressBar2.Tag = "1"; // // progressBar3 // this.progressBar3.Location = new System.Drawing.Point(367, 128); this.progressBar3.Margin = new System.Windows.Forms.Padding(4); this.progressBar3.Maximum = 20000; this.progressBar3.Name = "progressBar3"; this.progressBar3.Size = new System.Drawing.Size(345, 28); this.progressBar3.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar3.TabIndex = 190; this.progressBar3.Tag = "2"; // // progressBar4 // this.progressBar4.Location = new System.Drawing.Point(367, 162); this.progressBar4.Margin = new System.Windows.Forms.Padding(4); this.progressBar4.Maximum = 20000; this.progressBar4.Name = "progressBar4"; this.progressBar4.Size = new System.Drawing.Size(345, 28); this.progressBar4.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar4.TabIndex = 191; this.progressBar4.Tag = "3"; // // progressBar5 // this.progressBar5.Location = new System.Drawing.Point(367, 197); this.progressBar5.Margin = new System.Windows.Forms.Padding(4); this.progressBar5.Maximum = 20000; this.progressBar5.Name = "progressBar5"; this.progressBar5.Size = new System.Drawing.Size(345, 28); this.progressBar5.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar5.TabIndex = 192; this.progressBar5.Tag = "4"; // // progressBar6 // this.progressBar6.Location = new System.Drawing.Point(367, 231); this.progressBar6.Margin = new System.Windows.Forms.Padding(4); this.progressBar6.Maximum = 20000; this.progressBar6.Name = "progressBar6"; this.progressBar6.Size = new System.Drawing.Size(345, 28); this.progressBar6.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar6.TabIndex = 193; this.progressBar6.Tag = "5"; // // progressBar7 // this.progressBar7.Location = new System.Drawing.Point(367, 266); this.progressBar7.Margin = new System.Windows.Forms.Padding(4); this.progressBar7.Maximum = 20000; this.progressBar7.Name = "progressBar7"; this.progressBar7.Size = new System.Drawing.Size(345, 28); this.progressBar7.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar7.TabIndex = 194; this.progressBar7.Tag = "6"; // // progressBar8 // this.progressBar8.Location = new System.Drawing.Point(367, 300); this.progressBar8.Margin = new System.Windows.Forms.Padding(4); this.progressBar8.Maximum = 20000; this.progressBar8.Name = "progressBar8"; this.progressBar8.Size = new System.Drawing.Size(345, 28); this.progressBar8.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar8.TabIndex = 195; this.progressBar8.Tag = "7"; // // progressBar9 // this.progressBar9.Location = new System.Drawing.Point(367, 335); this.progressBar9.Margin = new System.Windows.Forms.Padding(4); this.progressBar9.Maximum = 20000; this.progressBar9.Name = "progressBar9"; this.progressBar9.Size = new System.Drawing.Size(345, 28); this.progressBar9.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar9.TabIndex = 196; this.progressBar9.Tag = "8"; // // progressBar10 // this.progressBar10.Location = new System.Drawing.Point(367, 369); this.progressBar10.Margin = new System.Windows.Forms.Padding(4); this.progressBar10.Maximum = 20000; this.progressBar10.Name = "progressBar10"; this.progressBar10.Size = new System.Drawing.Size(345, 28); this.progressBar10.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar10.TabIndex = 197; this.progressBar10.Tag = "9"; // // progressBar11 // this.progressBar11.Location = new System.Drawing.Point(367, 404); this.progressBar11.Margin = new System.Windows.Forms.Padding(4); this.progressBar11.Maximum = 20000; this.progressBar11.Name = "progressBar11"; this.progressBar11.Size = new System.Drawing.Size(345, 28); this.progressBar11.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar11.TabIndex = 198; this.progressBar11.Tag = "10"; // // progressBar12 // this.progressBar12.Location = new System.Drawing.Point(367, 438); this.progressBar12.Margin = new System.Windows.Forms.Padding(4); this.progressBar12.Maximum = 20000; this.progressBar12.Name = "progressBar12"; this.progressBar12.Size = new System.Drawing.Size(345, 28); this.progressBar12.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar12.TabIndex = 199; this.progressBar12.Tag = "11"; // // progressBar13 // this.progressBar13.Location = new System.Drawing.Point(367, 473); this.progressBar13.Margin = new System.Windows.Forms.Padding(4); this.progressBar13.Maximum = 20000; this.progressBar13.Name = "progressBar13"; this.progressBar13.Size = new System.Drawing.Size(345, 28); this.progressBar13.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar13.TabIndex = 200; this.progressBar13.Tag = "12"; // // progressBar14 // this.progressBar14.Location = new System.Drawing.Point(367, 507); this.progressBar14.Margin = new System.Windows.Forms.Padding(4); this.progressBar14.Maximum = 20000; this.progressBar14.Name = "progressBar14"; this.progressBar14.Size = new System.Drawing.Size(345, 28); this.progressBar14.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar14.TabIndex = 201; this.progressBar14.Tag = "13"; // // progressBar15 // this.progressBar15.Location = new System.Drawing.Point(367, 542); this.progressBar15.Margin = new System.Windows.Forms.Padding(4); this.progressBar15.Maximum = 20000; this.progressBar15.Name = "progressBar15"; this.progressBar15.Size = new System.Drawing.Size(345, 28); this.progressBar15.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar15.TabIndex = 202; this.progressBar15.Tag = "14"; // // progressBar16 // this.progressBar16.Location = new System.Drawing.Point(367, 576); this.progressBar16.Margin = new System.Windows.Forms.Padding(4); this.progressBar16.Maximum = 20000; this.progressBar16.Name = "progressBar16"; this.progressBar16.Size = new System.Drawing.Size(345, 28); 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(242, 134); this.lblVolt2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt2.Name = "lblVolt2"; this.lblVolt2.Size = new System.Drawing.Size(84, 17); 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(242, 169); this.lblVolt3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt3.Name = "lblVolt3"; this.lblVolt3.Size = new System.Drawing.Size(84, 17); 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(242, 203); this.lblVolt4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt4.Name = "lblVolt4"; this.lblVolt4.Size = new System.Drawing.Size(84, 17); 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(242, 238); this.lblVolt5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt5.Name = "lblVolt5"; this.lblVolt5.Size = new System.Drawing.Size(84, 17); 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(242, 272); this.lblVolt6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt6.Name = "lblVolt6"; this.lblVolt6.Size = new System.Drawing.Size(84, 17); 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(242, 306); this.lblVolt7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt7.Name = "lblVolt7"; this.lblVolt7.Size = new System.Drawing.Size(84, 17); 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(242, 341); this.lblVolt8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt8.Name = "lblVolt8"; this.lblVolt8.Size = new System.Drawing.Size(84, 17); 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(242, 375); this.lblVolt9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt9.Name = "lblVolt9"; this.lblVolt9.Size = new System.Drawing.Size(84, 17); 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(242, 410); this.lblVolt10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt10.Name = "lblVolt10"; this.lblVolt10.Size = new System.Drawing.Size(84, 17); 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(242, 444); this.lblVolt11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt11.Name = "lblVolt11"; this.lblVolt11.Size = new System.Drawing.Size(84, 17); 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(242, 479); this.lblVolt12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt12.Name = "lblVolt12"; this.lblVolt12.Size = new System.Drawing.Size(84, 17); 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(242, 513); this.lblVolt13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt13.Name = "lblVolt13"; this.lblVolt13.Size = new System.Drawing.Size(84, 17); 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(242, 548); this.lblVolt14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt14.Name = "lblVolt14"; this.lblVolt14.Size = new System.Drawing.Size(84, 17); 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(242, 582); this.lblVolt15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolt15.Name = "lblVolt15"; this.lblVolt15.Size = new System.Drawing.Size(84, 17); 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(71, 162); this.lblCal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCal.Name = "lblCal"; this.lblCal.Size = new System.Drawing.Size(101, 17); 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(43, 188); this.comboBoxCalibration.Margin = new System.Windows.Forms.Padding(4); this.comboBoxCalibration.Name = "comboBoxCalibration"; this.comboBoxCalibration.Size = new System.Drawing.Size(160, 24); this.comboBoxCalibration.TabIndex = 219; // // textBoxStatus // this.textBoxStatus.Location = new System.Drawing.Point(28, 335); this.textBoxStatus.Multiline = true; this.textBoxStatus.Name = "textBoxStatus"; this.textBoxStatus.ReadOnly = true; this.textBoxStatus.Size = new System.Drawing.Size(182, 184); this.textBoxStatus.TabIndex = 221; // // btnStop // this.btnStop.Location = new System.Drawing.Point(47, 283); this.btnStop.Margin = new System.Windows.Forms.Padding(4); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(149, 28); this.btnStop.TabIndex = 222; this.btnStop.Text = "&Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(741, 631); this.Controls.Add(this.btnStop); this.Controls.Add(this.textBoxStatus); 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.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-AIO Continuous AD Sample"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); 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.TextBox textBoxStatus; private System.Windows.Forms.Button btnStop; } }