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.btnFreqA = new System.Windows.Forms.Button(); this.btnFreqB = new System.Windows.Forms.Button(); this.btnFreqC = new System.Windows.Forms.Button(); this.trackBarFreqA = new System.Windows.Forms.TrackBar(); this.trackBarFreqB = new System.Windows.Forms.TrackBar(); this.trackBarFreqC = 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.lblFreqA = new System.Windows.Forms.Label(); this.lblFreqB = new System.Windows.Forms.Label(); this.lblFreqC = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox8 = new System.Windows.Forms.TextBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lblFreqD = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.trackBarFreqD = new System.Windows.Forms.TrackBar(); this.btnFreqD = new System.Windows.Forms.Button(); this.lblFreqE = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.trackBarFreqE = new System.Windows.Forms.TrackBar(); this.btnFreqE = new System.Windows.Forms.Button(); this.textBox12 = new System.Windows.Forms.TextBox(); this.textBox11 = new System.Windows.Forms.TextBox(); this.textBox10 = new System.Windows.Forms.TextBox(); this.textBox15 = new System.Windows.Forms.TextBox(); this.textBox14 = new System.Windows.Forms.TextBox(); this.textBox13 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.btnDevice = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqA)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqD)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqE)).BeginInit(); this.SuspendLayout(); // // btnFreqA // this.btnFreqA.Location = new System.Drawing.Point(635, 279); this.btnFreqA.Name = "btnFreqA"; this.btnFreqA.Size = new System.Drawing.Size(111, 23); this.btnFreqA.TabIndex = 124; this.btnFreqA.Tag = "0"; this.btnFreqA.Text = "Set Output Freq A"; this.btnFreqA.UseVisualStyleBackColor = true; this.btnFreqA.Click += new System.EventHandler(this.btnFreqX_Click); // // btnFreqB // this.btnFreqB.Location = new System.Drawing.Point(635, 322); this.btnFreqB.Name = "btnFreqB"; this.btnFreqB.Size = new System.Drawing.Size(111, 23); this.btnFreqB.TabIndex = 125; this.btnFreqB.Tag = "1"; this.btnFreqB.Text = "Set Output Freq B"; this.btnFreqB.UseVisualStyleBackColor = true; this.btnFreqB.Click += new System.EventHandler(this.btnFreqX_Click); // // btnFreqC // this.btnFreqC.Location = new System.Drawing.Point(635, 365); this.btnFreqC.Name = "btnFreqC"; this.btnFreqC.Size = new System.Drawing.Size(111, 23); this.btnFreqC.TabIndex = 126; this.btnFreqC.Tag = "2"; this.btnFreqC.Text = "Set Output Freq C"; this.btnFreqC.UseVisualStyleBackColor = true; this.btnFreqC.Click += new System.EventHandler(this.btnFreqX_Click); // // trackBarFreqA // this.trackBarFreqA.Location = new System.Drawing.Point(95, 273); this.trackBarFreqA.Maximum = 65533; this.trackBarFreqA.Minimum = 61440; this.trackBarFreqA.Name = "trackBarFreqA"; this.trackBarFreqA.Size = new System.Drawing.Size(446, 42); this.trackBarFreqA.TabIndex = 127; this.trackBarFreqA.Tag = "0"; this.trackBarFreqA.TickFrequency = 100; this.trackBarFreqA.Value = 61440; this.trackBarFreqA.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // trackBarFreqB // this.trackBarFreqB.Location = new System.Drawing.Point(94, 316); this.trackBarFreqB.Maximum = 65533; this.trackBarFreqB.Minimum = 61440; this.trackBarFreqB.Name = "trackBarFreqB"; this.trackBarFreqB.Size = new System.Drawing.Size(447, 42); this.trackBarFreqB.TabIndex = 128; this.trackBarFreqB.Tag = "1"; this.trackBarFreqB.TickFrequency = 100; this.trackBarFreqB.Value = 61440; this.trackBarFreqB.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // trackBarFreqC // this.trackBarFreqC.Location = new System.Drawing.Point(94, 357); this.trackBarFreqC.Maximum = 65533; this.trackBarFreqC.Minimum = 61440; this.trackBarFreqC.Name = "trackBarFreqC"; this.trackBarFreqC.Size = new System.Drawing.Size(447, 42); this.trackBarFreqC.TabIndex = 129; this.trackBarFreqC.Tag = "2"; this.trackBarFreqC.TickFrequency = 100; this.trackBarFreqC.Value = 61440; this.trackBarFreqC.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 279); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 13); this.label1.TabIndex = 130; this.label1.Text = "Counter Block 0"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 320); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 13); this.label3.TabIndex = 131; this.label3.Text = "Counter Block 1"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 366); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(83, 13); this.label7.TabIndex = 132; this.label7.Text = "Counter Block 2"; // // lblFreqA // this.lblFreqA.AutoSize = true; this.lblFreqA.Location = new System.Drawing.Point(539, 281); this.lblFreqA.Name = "lblFreqA"; this.lblFreqA.Size = new System.Drawing.Size(76, 13); this.lblFreqA.TabIndex = 135; this.lblFreqA.Tag = "0"; this.lblFreqA.Text = "Output 0.18Hz"; // // lblFreqB // this.lblFreqB.AutoSize = true; this.lblFreqB.Location = new System.Drawing.Point(539, 325); this.lblFreqB.Name = "lblFreqB"; this.lblFreqB.Size = new System.Drawing.Size(76, 13); this.lblFreqB.TabIndex = 136; this.lblFreqB.Tag = "1"; this.lblFreqB.Text = "Output 0.18Hz"; // // lblFreqC // this.lblFreqC.AutoSize = true; this.lblFreqC.Location = new System.Drawing.Point(539, 366); this.lblFreqC.Name = "lblFreqC"; this.lblFreqC.Size = new System.Drawing.Size(76, 13); this.lblFreqC.TabIndex = 137; this.lblFreqC.Tag = "2"; this.lblFreqC.Text = "Output 0.18Hz"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(108, 56); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 138; this.textBox1.Tag = "0"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(214, 56); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 139; this.textBox2.Tag = "1"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(320, 56); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 140; this.textBox3.Tag = "2"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(108, 100); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 141; this.textBox4.Tag = "3"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(214, 100); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(100, 20); this.textBox5.TabIndex = 142; this.textBox5.Tag = "4"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(320, 101); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(100, 20); this.textBox6.TabIndex = 143; this.textBox6.Tag = "5"; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(106, 141); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(100, 20); this.textBox7.TabIndex = 144; this.textBox7.Tag = "6"; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(212, 142); this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(100, 20); this.textBox8.TabIndex = 145; this.textBox8.Tag = "7"; // // textBox9 // this.textBox9.Location = new System.Drawing.Point(318, 142); this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(100, 20); this.textBox9.TabIndex = 146; this.textBox9.Tag = "8"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(211, 14); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(99, 13); this.label12.TabIndex = 147; this.label12.Text = "Counter Timer Data"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(236, 257); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(184, 13); this.label16.TabIndex = 148; this.label16.Text = "8254 Counter Timer emulation Control"; // // label8 // this.label8.Location = new System.Drawing.Point(510, 54); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(190, 62); this.label8.TabIndex = 123; this.label8.Text = "Warning: This will load all counters, and may cause outputs to change. Make sure" + " nothing dangerous is connected"; // // lblFreqD // this.lblFreqD.AutoSize = true; this.lblFreqD.Location = new System.Drawing.Point(540, 414); this.lblFreqD.Name = "lblFreqD"; this.lblFreqD.Size = new System.Drawing.Size(76, 13); this.lblFreqD.TabIndex = 152; this.lblFreqD.Tag = "3"; this.lblFreqD.Text = "Output 0.18Hz"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(9, 414); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(83, 13); this.label4.TabIndex = 151; this.label4.Text = "Counter Block 3"; // // trackBarFreqD // this.trackBarFreqD.Location = new System.Drawing.Point(95, 405); this.trackBarFreqD.Maximum = 65533; this.trackBarFreqD.Minimum = 61440; this.trackBarFreqD.Name = "trackBarFreqD"; this.trackBarFreqD.Size = new System.Drawing.Size(447, 42); this.trackBarFreqD.TabIndex = 150; this.trackBarFreqD.Tag = "3"; this.trackBarFreqD.TickFrequency = 100; this.trackBarFreqD.Value = 61440; this.trackBarFreqD.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnFreqD // this.btnFreqD.Location = new System.Drawing.Point(636, 413); this.btnFreqD.Name = "btnFreqD"; this.btnFreqD.Size = new System.Drawing.Size(111, 23); this.btnFreqD.TabIndex = 149; this.btnFreqD.Tag = "3"; this.btnFreqD.Text = "Set Output Freq D"; this.btnFreqD.UseVisualStyleBackColor = true; this.btnFreqD.Click += new System.EventHandler(this.btnFreqX_Click); // // lblFreqE // this.lblFreqE.AutoSize = true; this.lblFreqE.Location = new System.Drawing.Point(540, 462); this.lblFreqE.Name = "lblFreqE"; this.lblFreqE.Size = new System.Drawing.Size(76, 13); this.lblFreqE.TabIndex = 156; this.lblFreqE.Tag = "4"; this.lblFreqE.Text = "Output 0.18Hz"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(9, 462); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(83, 13); this.label6.TabIndex = 155; this.label6.Text = "Counter Block 4"; // // trackBarFreqE // this.trackBarFreqE.Location = new System.Drawing.Point(95, 453); this.trackBarFreqE.Maximum = 65533; this.trackBarFreqE.Minimum = 61440; this.trackBarFreqE.Name = "trackBarFreqE"; this.trackBarFreqE.Size = new System.Drawing.Size(447, 42); this.trackBarFreqE.TabIndex = 154; this.trackBarFreqE.Tag = "4"; this.trackBarFreqE.TickFrequency = 100; this.trackBarFreqE.Value = 61440; this.trackBarFreqE.Scroll += new System.EventHandler(this.trackBarFreqX_Scroll); // // btnFreqE // this.btnFreqE.Location = new System.Drawing.Point(636, 461); this.btnFreqE.Name = "btnFreqE"; this.btnFreqE.Size = new System.Drawing.Size(111, 23); this.btnFreqE.TabIndex = 153; this.btnFreqE.Tag = "4"; this.btnFreqE.Text = "Set Output Freq E"; this.btnFreqE.UseVisualStyleBackColor = true; this.btnFreqE.Click += new System.EventHandler(this.btnFreqX_Click); // // textBox12 // this.textBox12.Location = new System.Drawing.Point(318, 180); this.textBox12.Name = "textBox12"; this.textBox12.Size = new System.Drawing.Size(100, 20); this.textBox12.TabIndex = 159; this.textBox12.Tag = "11"; // // textBox11 // this.textBox11.Location = new System.Drawing.Point(212, 180); this.textBox11.Name = "textBox11"; this.textBox11.Size = new System.Drawing.Size(100, 20); this.textBox11.TabIndex = 158; this.textBox11.Tag = "10"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(106, 179); this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(100, 20); this.textBox10.TabIndex = 157; this.textBox10.Tag = "9"; // // textBox15 // this.textBox15.Location = new System.Drawing.Point(318, 216); this.textBox15.Name = "textBox15"; this.textBox15.Size = new System.Drawing.Size(100, 20); this.textBox15.TabIndex = 162; this.textBox15.Tag = "14"; // // textBox14 // this.textBox14.Location = new System.Drawing.Point(213, 216); this.textBox14.Name = "textBox14"; this.textBox14.Size = new System.Drawing.Size(100, 20); this.textBox14.TabIndex = 161; this.textBox14.Tag = "13"; // // textBox13 // this.textBox13.Location = new System.Drawing.Point(106, 215); this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(100, 20); this.textBox13.TabIndex = 160; this.textBox13.Tag = "12"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 220); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 13); this.label2.TabIndex = 167; this.label2.Text = "Counter Block 4"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(10, 184); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(83, 13); this.label5.TabIndex = 166; this.label5.Text = "Counter Block 3"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(9, 145); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 13); this.label9.TabIndex = 165; this.label9.Text = "Counter Block 2"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(9, 103); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(83, 13); this.label10.TabIndex = 164; this.label10.Text = "Counter Block 1"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(9, 59); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(83, 13); this.label11.TabIndex = 163; this.label11.Text = "Counter Block 0"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(126, 39); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(53, 13); this.label13.TabIndex = 168; this.label13.Text = "Counter 0"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(236, 39); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 13); this.label14.TabIndex = 169; this.label14.Text = "Counter 1"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(338, 39); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(53, 13); this.label15.TabIndex = 170; this.label15.Text = "Counter 2"; // // label17 // this.label17.Location = new System.Drawing.Point(510, 141); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(190, 50); this.label17.TabIndex = 171; this.label17.Text = "This sample is based on the assumption you have a default counter header attached" + "."; // // btnDevice // this.btnDevice.Location = new System.Drawing.Point(517, 215); 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); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(766, 512); this.Controls.Add(this.btnDevice); this.Controls.Add(this.label17); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label2); this.Controls.Add(this.label5); this.Controls.Add(this.label9); this.Controls.Add(this.label10); this.Controls.Add(this.label11); this.Controls.Add(this.textBox15); this.Controls.Add(this.textBox14); this.Controls.Add(this.textBox13); this.Controls.Add(this.textBox12); this.Controls.Add(this.textBox11); this.Controls.Add(this.textBox10); this.Controls.Add(this.lblFreqE); this.Controls.Add(this.label6); this.Controls.Add(this.trackBarFreqE); this.Controls.Add(this.btnFreqE); this.Controls.Add(this.lblFreqD); this.Controls.Add(this.label4); this.Controls.Add(this.trackBarFreqD); this.Controls.Add(this.btnFreqD); this.Controls.Add(this.label16); this.Controls.Add(this.label12); this.Controls.Add(this.textBox9); this.Controls.Add(this.textBox8); this.Controls.Add(this.textBox7); this.Controls.Add(this.textBox6); this.Controls.Add(this.textBox5); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.lblFreqC); this.Controls.Add(this.lblFreqB); this.Controls.Add(this.lblFreqA); this.Controls.Add(this.label7); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.trackBarFreqC); this.Controls.Add(this.trackBarFreqB); this.Controls.Add(this.trackBarFreqA); this.Controls.Add(this.btnFreqC); this.Controls.Add(this.btnFreqB); this.Controls.Add(this.btnFreqA); this.Controls.Add(this.label8); this.MaximizeBox = false; this.Name = "Form1"; this.Tag = "0"; this.Text = "USB-CTR-15 Visual C# Sample1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqA)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqD)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarFreqE)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnFreqA; private System.Windows.Forms.Button btnFreqB; private System.Windows.Forms.Button btnFreqC; private System.Windows.Forms.TrackBar trackBarFreqA; private System.Windows.Forms.TrackBar trackBarFreqB; private System.Windows.Forms.TrackBar trackBarFreqC; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblFreqA; private System.Windows.Forms.Label lblFreqB; private System.Windows.Forms.Label lblFreqC; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox7; private System.Windows.Forms.TextBox textBox8; private System.Windows.Forms.TextBox textBox9; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lblFreqD; private System.Windows.Forms.Label label4; private System.Windows.Forms.TrackBar trackBarFreqD; private System.Windows.Forms.Button btnFreqD; private System.Windows.Forms.Label lblFreqE; private System.Windows.Forms.Label label6; private System.Windows.Forms.TrackBar trackBarFreqE; private System.Windows.Forms.Button btnFreqE; private System.Windows.Forms.TextBox textBox12; private System.Windows.Forms.TextBox textBox11; private System.Windows.Forms.TextBox textBox10; private System.Windows.Forms.TextBox textBox15; private System.Windows.Forms.TextBox textBox14; private System.Windows.Forms.TextBox textBox13; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label17; private System.Windows.Forms.Button btnDevice; } }