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.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.lblCal = new System.Windows.Forms.Label(); this.comboBoxCalibration = new System.Windows.Forms.ComboBox(); this.btnStop = new System.Windows.Forms.Button(); this.listBoxVoltage = new System.Windows.Forms.ListBox(); 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"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(214, 30); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(112, 13); this.label16.TabIndex = 148; this.label16.Text = "Analog Input Voltaage"; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(35, 310); 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, 222); 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, 89); 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); // // 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:", ":NONE:"}); 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; // // btnStop // this.btnStop.Location = new System.Drawing.Point(35, 251); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(112, 23); this.btnStop.TabIndex = 220; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // listBoxVoltage // this.listBoxVoltage.FormattingEnabled = true; this.listBoxVoltage.Location = new System.Drawing.Point(198, 53); this.listBoxVoltage.Name = "listBoxVoltage"; this.listBoxVoltage.Size = new System.Drawing.Size(176, 238); this.listBoxVoltage.TabIndex = 221; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(399, 349); this.Controls.Add(this.listBoxVoltage); this.Controls.Add(this.btnStop); this.Controls.Add(this.comboBoxCalibration); this.Controls.Add(this.lblCal); 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.label1); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-AIO 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 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.Label lblCal; private System.Windows.Forms.ComboBox comboBoxCalibration; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.ListBox listBoxVoltage; } }