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.btnCount0 = new System.Windows.Forms.Button(); this.btnCount1 = new System.Windows.Forms.Button(); this.btnCount2 = new System.Windows.Forms.Button(); this.trackBar0 = new System.Windows.Forms.TrackBar(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblCount0 = new System.Windows.Forms.Label(); this.lblCount1 = new System.Windows.Forms.Label(); this.lblCount2 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblCount3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.trackBar3 = new System.Windows.Forms.TrackBar(); this.btnCount3 = new System.Windows.Forms.Button(); this.lblCount4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.trackBar4 = new System.Windows.Forms.TrackBar(); this.btnCount4 = new System.Windows.Forms.Button(); this.btnDevice = new System.Windows.Forms.Button(); this.lblCount7 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.trackBar7 = new System.Windows.Forms.TrackBar(); this.btnCount7 = new System.Windows.Forms.Button(); this.lblCount6 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.trackBar6 = new System.Windows.Forms.TrackBar(); this.btnCount6 = new System.Windows.Forms.Button(); this.lblCount5 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.trackBar5 = new System.Windows.Forms.TrackBar(); this.btnCount5 = new System.Windows.Forms.Button(); this.btnCountAll = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.trackBar0)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); this.SuspendLayout(); // // btnCount0 // this.btnCount0.Location = new System.Drawing.Point(635, 38); this.btnCount0.Name = "btnCount0"; this.btnCount0.Size = new System.Drawing.Size(111, 23); this.btnCount0.TabIndex = 124; this.btnCount0.Tag = "0"; this.btnCount0.Text = "Set Output 0"; this.btnCount0.UseVisualStyleBackColor = true; this.btnCount0.Click += new System.EventHandler(this.btnFreqX_Click); // // btnCount1 // this.btnCount1.Location = new System.Drawing.Point(635, 81); this.btnCount1.Name = "btnCount1"; this.btnCount1.Size = new System.Drawing.Size(111, 23); this.btnCount1.TabIndex = 125; this.btnCount1.Tag = "1"; this.btnCount1.Text = "Set Output 1"; this.btnCount1.UseVisualStyleBackColor = true; this.btnCount1.Click += new System.EventHandler(this.btnFreqX_Click); // // btnCount2 // this.btnCount2.Location = new System.Drawing.Point(635, 124); this.btnCount2.Name = "btnCount2"; this.btnCount2.Size = new System.Drawing.Size(111, 23); this.btnCount2.TabIndex = 126; this.btnCount2.Tag = "2"; this.btnCount2.Text = "Set Output 2"; this.btnCount2.UseVisualStyleBackColor = true; this.btnCount2.Click += new System.EventHandler(this.btnFreqX_Click); // // trackBar0 // this.trackBar0.Location = new System.Drawing.Point(95, 32); this.trackBar0.Maximum = 4095; this.trackBar0.Name = "trackBar0"; this.trackBar0.Size = new System.Drawing.Size(446, 42); this.trackBar0.TabIndex = 127; this.trackBar0.Tag = "0"; this.trackBar0.TickFrequency = 100; this.trackBar0.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // trackBar1 // this.trackBar1.Location = new System.Drawing.Point(94, 75); this.trackBar1.Maximum = 4095; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(447, 42); this.trackBar1.TabIndex = 128; this.trackBar1.Tag = "1"; this.trackBar1.TickFrequency = 100; this.trackBar1.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // trackBar2 // this.trackBar2.Location = new System.Drawing.Point(94, 116); this.trackBar2.Maximum = 4095; this.trackBar2.Name = "trackBar2"; this.trackBar2.Size = new System.Drawing.Size(447, 42); this.trackBar2.TabIndex = 129; this.trackBar2.Tag = "2"; this.trackBar2.TickFrequency = 100; this.trackBar2.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 13); this.label1.TabIndex = 130; this.label1.Text = "Channel 0"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 79); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 131; this.label3.Text = "Channel 1"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 125); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(55, 13); this.label7.TabIndex = 132; this.label7.Text = "Channel 2"; // // lblCount0 // this.lblCount0.AutoSize = true; this.lblCount0.Location = new System.Drawing.Point(539, 40); this.lblCount0.Name = "lblCount0"; this.lblCount0.Size = new System.Drawing.Size(65, 13); this.lblCount0.TabIndex = 135; this.lblCount0.Tag = "0"; this.lblCount0.Text = "DAC Counts"; // // lblCount1 // this.lblCount1.AutoSize = true; this.lblCount1.Location = new System.Drawing.Point(539, 84); this.lblCount1.Name = "lblCount1"; this.lblCount1.Size = new System.Drawing.Size(65, 13); this.lblCount1.TabIndex = 136; this.lblCount1.Tag = "1"; this.lblCount1.Text = "DAC Counts"; // // lblCount2 // this.lblCount2.AutoSize = true; this.lblCount2.Location = new System.Drawing.Point(539, 125); this.lblCount2.Name = "lblCount2"; this.lblCount2.Size = new System.Drawing.Size(65, 13); this.lblCount2.TabIndex = 137; this.lblCount2.Tag = "2"; this.lblCount2.Text = "DAC Counts"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(236, 16); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(162, 13); this.label16.TabIndex = 148; this.label16.Text = "8 Channel Analog Output Control"; // // lblCount3 // this.lblCount3.AutoSize = true; this.lblCount3.Location = new System.Drawing.Point(540, 173); this.lblCount3.Name = "lblCount3"; this.lblCount3.Size = new System.Drawing.Size(65, 13); this.lblCount3.TabIndex = 152; this.lblCount3.Tag = "3"; this.lblCount3.Text = "DAC Counts"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 173); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 151; this.label4.Text = "Channel 3"; // // trackBar3 // this.trackBar3.Location = new System.Drawing.Point(95, 164); this.trackBar3.Maximum = 4095; this.trackBar3.Name = "trackBar3"; this.trackBar3.Size = new System.Drawing.Size(447, 42); this.trackBar3.TabIndex = 150; this.trackBar3.Tag = "3"; this.trackBar3.TickFrequency = 100; this.trackBar3.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnCount3 // this.btnCount3.Location = new System.Drawing.Point(636, 172); this.btnCount3.Name = "btnCount3"; this.btnCount3.Size = new System.Drawing.Size(111, 23); this.btnCount3.TabIndex = 149; this.btnCount3.Tag = "3"; this.btnCount3.Text = "Set Output 3"; this.btnCount3.UseVisualStyleBackColor = true; this.btnCount3.Click += new System.EventHandler(this.btnFreqX_Click); // // lblCount4 // this.lblCount4.AutoSize = true; this.lblCount4.Location = new System.Drawing.Point(540, 221); this.lblCount4.Name = "lblCount4"; this.lblCount4.Size = new System.Drawing.Size(65, 13); this.lblCount4.TabIndex = 156; this.lblCount4.Tag = "4"; this.lblCount4.Text = "DAC Counts"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(9, 221); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 13); this.label6.TabIndex = 155; this.label6.Text = "Channel 4"; // // trackBar4 // this.trackBar4.Location = new System.Drawing.Point(95, 212); this.trackBar4.Maximum = 4095; this.trackBar4.Name = "trackBar4"; this.trackBar4.Size = new System.Drawing.Size(447, 42); this.trackBar4.TabIndex = 154; this.trackBar4.Tag = "4"; this.trackBar4.TickFrequency = 100; this.trackBar4.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnCount4 // this.btnCount4.Location = new System.Drawing.Point(636, 220); this.btnCount4.Name = "btnCount4"; this.btnCount4.Size = new System.Drawing.Size(111, 23); this.btnCount4.TabIndex = 153; this.btnCount4.Tag = "4"; this.btnCount4.Text = "Set Output 4"; this.btnCount4.UseVisualStyleBackColor = true; this.btnCount4.Click += new System.EventHandler(this.btnFreqX_Click); // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(251, 414); this.btnDevice.Name = "btnDevice"; this.btnDevice.Size = new System.Drawing.Size(170, 23); this.btnDevice.TabIndex = 172; this.btnDevice.Text = "Device select"; this.btnDevice.UseVisualStyleBackColor = true; this.btnDevice.Click += new System.EventHandler(this.btnDevice_Click_1); // // lblCount7 // this.lblCount7.AutoSize = true; this.lblCount7.Location = new System.Drawing.Point(540, 368); this.lblCount7.Name = "lblCount7"; this.lblCount7.Size = new System.Drawing.Size(65, 13); this.lblCount7.TabIndex = 184; this.lblCount7.Tag = "7"; this.lblCount7.Text = "DAC Counts"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(9, 368); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(55, 13); this.label19.TabIndex = 183; this.label19.Text = "Channel 7"; // // trackBar7 // this.trackBar7.Location = new System.Drawing.Point(95, 359); this.trackBar7.Maximum = 4095; this.trackBar7.Name = "trackBar7"; this.trackBar7.Size = new System.Drawing.Size(447, 42); this.trackBar7.TabIndex = 182; this.trackBar7.Tag = "7"; this.trackBar7.TickFrequency = 100; this.trackBar7.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnCount7 // this.btnCount7.Location = new System.Drawing.Point(636, 367); this.btnCount7.Name = "btnCount7"; this.btnCount7.Size = new System.Drawing.Size(111, 23); this.btnCount7.TabIndex = 181; this.btnCount7.Tag = "7"; this.btnCount7.Text = "Set Output 7"; this.btnCount7.UseVisualStyleBackColor = true; this.btnCount7.Click += new System.EventHandler(this.btnFreqX_Click); // // lblCount6 // this.lblCount6.AutoSize = true; this.lblCount6.Location = new System.Drawing.Point(540, 320); this.lblCount6.Name = "lblCount6"; this.lblCount6.Size = new System.Drawing.Size(65, 13); this.lblCount6.TabIndex = 180; this.lblCount6.Tag = "6"; this.lblCount6.Text = "DAC Counts"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(9, 320); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(55, 13); this.label21.TabIndex = 179; this.label21.Text = "Channel 6"; // // trackBar6 // this.trackBar6.Location = new System.Drawing.Point(95, 311); this.trackBar6.Maximum = 4095; this.trackBar6.Name = "trackBar6"; this.trackBar6.Size = new System.Drawing.Size(447, 42); this.trackBar6.TabIndex = 178; this.trackBar6.Tag = "6"; this.trackBar6.TickFrequency = 100; this.trackBar6.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnCount6 // this.btnCount6.Location = new System.Drawing.Point(636, 319); this.btnCount6.Name = "btnCount6"; this.btnCount6.Size = new System.Drawing.Size(111, 23); this.btnCount6.TabIndex = 177; this.btnCount6.Tag = "6"; this.btnCount6.Text = "Set Output 6"; this.btnCount6.UseVisualStyleBackColor = true; this.btnCount6.Click += new System.EventHandler(this.btnFreqX_Click); // // lblCount5 // this.lblCount5.AutoSize = true; this.lblCount5.Location = new System.Drawing.Point(539, 272); this.lblCount5.Name = "lblCount5"; this.lblCount5.Size = new System.Drawing.Size(65, 13); this.lblCount5.TabIndex = 176; this.lblCount5.Tag = "5"; this.lblCount5.Text = "DAC Counts"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(8, 272); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(55, 13); this.label23.TabIndex = 175; this.label23.Text = "Channel 5"; // // trackBar5 // this.trackBar5.Location = new System.Drawing.Point(94, 263); this.trackBar5.Maximum = 4095; this.trackBar5.Name = "trackBar5"; this.trackBar5.Size = new System.Drawing.Size(447, 42); this.trackBar5.TabIndex = 174; this.trackBar5.Tag = "5"; this.trackBar5.TickFrequency = 100; this.trackBar5.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnCount5 // this.btnCount5.Location = new System.Drawing.Point(635, 271); this.btnCount5.Name = "btnCount5"; this.btnCount5.Size = new System.Drawing.Size(111, 23); this.btnCount5.TabIndex = 173; this.btnCount5.Tag = "5"; this.btnCount5.Text = "Set Output 5"; this.btnCount5.UseVisualStyleBackColor = true; this.btnCount5.Click += new System.EventHandler(this.btnFreqX_Click); // // btnCountAll // this.btnCountAll.Location = new System.Drawing.Point(635, 414); this.btnCountAll.Name = "btnCountAll"; this.btnCountAll.Size = new System.Drawing.Size(112, 23); this.btnCountAll.TabIndex = 185; this.btnCountAll.Text = "Update All"; this.btnCountAll.UseVisualStyleBackColor = true; this.btnCountAll.Click += new System.EventHandler(this.btnUpdateAll_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(766, 451); this.Controls.Add(this.btnCountAll); this.Controls.Add(this.lblCount7); this.Controls.Add(this.label19); this.Controls.Add(this.trackBar7); this.Controls.Add(this.btnCount7); this.Controls.Add(this.lblCount6); this.Controls.Add(this.label21); this.Controls.Add(this.trackBar6); this.Controls.Add(this.btnCount6); this.Controls.Add(this.lblCount5); this.Controls.Add(this.label23); this.Controls.Add(this.trackBar5); this.Controls.Add(this.btnCount5); this.Controls.Add(this.btnDevice); this.Controls.Add(this.lblCount4); this.Controls.Add(this.label6); this.Controls.Add(this.trackBar4); this.Controls.Add(this.btnCount4); this.Controls.Add(this.lblCount3); this.Controls.Add(this.label4); this.Controls.Add(this.trackBar3); this.Controls.Add(this.btnCount3); this.Controls.Add(this.label16); this.Controls.Add(this.lblCount2); this.Controls.Add(this.lblCount1); this.Controls.Add(this.lblCount0); this.Controls.Add(this.label7); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.trackBar2); this.Controls.Add(this.trackBar1); this.Controls.Add(this.trackBar0); this.Controls.Add(this.btnCount2); this.Controls.Add(this.btnCount1); this.Controls.Add(this.btnCount0); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-DA12-8E Visual C# Sample1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.trackBar0)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCount0; private System.Windows.Forms.Button btnCount1; private System.Windows.Forms.Button btnCount2; private System.Windows.Forms.TrackBar trackBar0; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblCount0; private System.Windows.Forms.Label lblCount1; private System.Windows.Forms.Label lblCount2; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label lblCount3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TrackBar trackBar3; private System.Windows.Forms.Button btnCount3; private System.Windows.Forms.Label lblCount4; private System.Windows.Forms.Label label6; private System.Windows.Forms.TrackBar trackBar4; private System.Windows.Forms.Button btnCount4; private System.Windows.Forms.Button btnDevice; private System.Windows.Forms.Label lblCount7; private System.Windows.Forms.Label label19; private System.Windows.Forms.TrackBar trackBar7; private System.Windows.Forms.Button btnCount7; private System.Windows.Forms.Label lblCount6; private System.Windows.Forms.Label label21; private System.Windows.Forms.TrackBar trackBar6; private System.Windows.Forms.Button btnCount6; private System.Windows.Forms.Label lblCount5; private System.Windows.Forms.Label label23; private System.Windows.Forms.TrackBar trackBar5; private System.Windows.Forms.Button btnCount5; private System.Windows.Forms.Button btnCountAll; } }