namespace Adam40XXDIO { 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.panelDIO = new System.Windows.Forms.Panel(); this.panelCh15 = new System.Windows.Forms.Panel(); this.txtCh15 = new System.Windows.Forms.TextBox(); this.btnCh15 = new System.Windows.Forms.Button(); this.panelCh14 = new System.Windows.Forms.Panel(); this.txtCh14 = new System.Windows.Forms.TextBox(); this.btnCh14 = new System.Windows.Forms.Button(); this.panelCh13 = new System.Windows.Forms.Panel(); this.txtCh13 = new System.Windows.Forms.TextBox(); this.btnCh13 = new System.Windows.Forms.Button(); this.panelCh12 = new System.Windows.Forms.Panel(); this.txtCh12 = new System.Windows.Forms.TextBox(); this.btnCh12 = new System.Windows.Forms.Button(); this.panelCh11 = new System.Windows.Forms.Panel(); this.txtCh11 = new System.Windows.Forms.TextBox(); this.btnCh11 = new System.Windows.Forms.Button(); this.panelCh10 = new System.Windows.Forms.Panel(); this.txtCh10 = new System.Windows.Forms.TextBox(); this.btnCh10 = new System.Windows.Forms.Button(); this.panelCh9 = new System.Windows.Forms.Panel(); this.txtCh9 = new System.Windows.Forms.TextBox(); this.btnCh9 = new System.Windows.Forms.Button(); this.panelCh8 = new System.Windows.Forms.Panel(); this.txtCh8 = new System.Windows.Forms.TextBox(); this.btnCh8 = new System.Windows.Forms.Button(); this.panelCh7 = new System.Windows.Forms.Panel(); this.txtCh7 = new System.Windows.Forms.TextBox(); this.btnCh7 = new System.Windows.Forms.Button(); this.panelCh6 = new System.Windows.Forms.Panel(); this.txtCh6 = new System.Windows.Forms.TextBox(); this.btnCh6 = new System.Windows.Forms.Button(); this.panelCh5 = new System.Windows.Forms.Panel(); this.txtCh5 = new System.Windows.Forms.TextBox(); this.btnCh5 = new System.Windows.Forms.Button(); this.panelCh4 = new System.Windows.Forms.Panel(); this.txtCh4 = new System.Windows.Forms.TextBox(); this.btnCh4 = new System.Windows.Forms.Button(); this.panelCh3 = new System.Windows.Forms.Panel(); this.txtCh3 = new System.Windows.Forms.TextBox(); this.btnCh3 = new System.Windows.Forms.Button(); this.panelCh2 = new System.Windows.Forms.Panel(); this.txtCh2 = new System.Windows.Forms.TextBox(); this.btnCh2 = new System.Windows.Forms.Button(); this.panelCh1 = new System.Windows.Forms.Panel(); this.txtCh1 = new System.Windows.Forms.TextBox(); this.btnCh1 = new System.Windows.Forms.Button(); this.panelCh0 = new System.Windows.Forms.Panel(); this.txtCh0 = new System.Windows.Forms.TextBox(); this.btnCh0 = new System.Windows.Forms.Button(); this.buttonStart = new System.Windows.Forms.Button(); this.txtReadCount = new System.Windows.Forms.TextBox(); this.txtModule = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(); this.panelDIO.SuspendLayout(); this.panelCh15.SuspendLayout(); this.panelCh14.SuspendLayout(); this.panelCh13.SuspendLayout(); this.panelCh12.SuspendLayout(); this.panelCh11.SuspendLayout(); this.panelCh10.SuspendLayout(); this.panelCh9.SuspendLayout(); this.panelCh8.SuspendLayout(); this.panelCh7.SuspendLayout(); this.panelCh6.SuspendLayout(); this.panelCh5.SuspendLayout(); this.panelCh4.SuspendLayout(); this.panelCh3.SuspendLayout(); this.panelCh2.SuspendLayout(); this.panelCh1.SuspendLayout(); this.panelCh0.SuspendLayout(); this.SuspendLayout(); // // panelDIO // this.panelDIO.Controls.Add(this.panelCh15); this.panelDIO.Controls.Add(this.panelCh14); this.panelDIO.Controls.Add(this.panelCh13); this.panelDIO.Controls.Add(this.panelCh12); this.panelDIO.Controls.Add(this.panelCh11); this.panelDIO.Controls.Add(this.panelCh10); this.panelDIO.Controls.Add(this.panelCh9); this.panelDIO.Controls.Add(this.panelCh8); this.panelDIO.Controls.Add(this.panelCh7); this.panelDIO.Controls.Add(this.panelCh6); this.panelDIO.Controls.Add(this.panelCh5); this.panelDIO.Controls.Add(this.panelCh4); this.panelDIO.Controls.Add(this.panelCh3); this.panelDIO.Controls.Add(this.panelCh2); this.panelDIO.Controls.Add(this.panelCh1); this.panelDIO.Controls.Add(this.panelCh0); this.panelDIO.Location = new System.Drawing.Point(5, 64); this.panelDIO.Name = "panelDIO"; this.panelDIO.Size = new System.Drawing.Size(345, 262); // // panelCh15 // this.panelCh15.BackColor = System.Drawing.Color.SkyBlue; this.panelCh15.Controls.Add(this.txtCh15); this.panelCh15.Controls.Add(this.btnCh15); this.panelCh15.Location = new System.Drawing.Point(175, 227); this.panelCh15.Name = "panelCh15"; this.panelCh15.Size = new System.Drawing.Size(166, 30); // // txtCh15 // this.txtCh15.Location = new System.Drawing.Point(84, 3); this.txtCh15.Name = "txtCh15"; this.txtCh15.Size = new System.Drawing.Size(74, 23); this.txtCh15.TabIndex = 1; // // btnCh15 // this.btnCh15.Location = new System.Drawing.Point(3, 3); this.btnCh15.Name = "btnCh15"; this.btnCh15.Size = new System.Drawing.Size(75, 23); this.btnCh15.TabIndex = 0; this.btnCh15.Text = "DIO"; this.btnCh15.Click += new System.EventHandler(this.btnCh15_Click); // // panelCh14 // this.panelCh14.BackColor = System.Drawing.Color.SkyBlue; this.panelCh14.Controls.Add(this.txtCh14); this.panelCh14.Controls.Add(this.btnCh14); this.panelCh14.Location = new System.Drawing.Point(175, 195); this.panelCh14.Name = "panelCh14"; this.panelCh14.Size = new System.Drawing.Size(166, 30); // // txtCh14 // this.txtCh14.Location = new System.Drawing.Point(84, 3); this.txtCh14.Name = "txtCh14"; this.txtCh14.Size = new System.Drawing.Size(74, 23); this.txtCh14.TabIndex = 1; // // btnCh14 // this.btnCh14.Location = new System.Drawing.Point(3, 3); this.btnCh14.Name = "btnCh14"; this.btnCh14.Size = new System.Drawing.Size(75, 23); this.btnCh14.TabIndex = 0; this.btnCh14.Text = "DIO"; this.btnCh14.Click += new System.EventHandler(this.btnCh14_Click); // // panelCh13 // this.panelCh13.BackColor = System.Drawing.Color.SkyBlue; this.panelCh13.Controls.Add(this.txtCh13); this.panelCh13.Controls.Add(this.btnCh13); this.panelCh13.Location = new System.Drawing.Point(175, 163); this.panelCh13.Name = "panelCh13"; this.panelCh13.Size = new System.Drawing.Size(166, 30); // // txtCh13 // this.txtCh13.Location = new System.Drawing.Point(84, 3); this.txtCh13.Name = "txtCh13"; this.txtCh13.Size = new System.Drawing.Size(74, 23); this.txtCh13.TabIndex = 1; // // btnCh13 // this.btnCh13.Location = new System.Drawing.Point(3, 3); this.btnCh13.Name = "btnCh13"; this.btnCh13.Size = new System.Drawing.Size(75, 23); this.btnCh13.TabIndex = 0; this.btnCh13.Text = "DIO"; this.btnCh13.Click += new System.EventHandler(this.btnCh13_Click); // // panelCh12 // this.panelCh12.BackColor = System.Drawing.Color.SkyBlue; this.panelCh12.Controls.Add(this.txtCh12); this.panelCh12.Controls.Add(this.btnCh12); this.panelCh12.Location = new System.Drawing.Point(175, 131); this.panelCh12.Name = "panelCh12"; this.panelCh12.Size = new System.Drawing.Size(166, 30); // // txtCh12 // this.txtCh12.Location = new System.Drawing.Point(84, 3); this.txtCh12.Name = "txtCh12"; this.txtCh12.Size = new System.Drawing.Size(74, 23); this.txtCh12.TabIndex = 1; // // btnCh12 // this.btnCh12.Location = new System.Drawing.Point(3, 3); this.btnCh12.Name = "btnCh12"; this.btnCh12.Size = new System.Drawing.Size(75, 23); this.btnCh12.TabIndex = 0; this.btnCh12.Text = "DIO"; this.btnCh12.Click += new System.EventHandler(this.btnCh12_Click); // // panelCh11 // this.panelCh11.BackColor = System.Drawing.Color.SkyBlue; this.panelCh11.Controls.Add(this.txtCh11); this.panelCh11.Controls.Add(this.btnCh11); this.panelCh11.Location = new System.Drawing.Point(175, 99); this.panelCh11.Name = "panelCh11"; this.panelCh11.Size = new System.Drawing.Size(166, 30); // // txtCh11 // this.txtCh11.Location = new System.Drawing.Point(84, 3); this.txtCh11.Name = "txtCh11"; this.txtCh11.Size = new System.Drawing.Size(74, 23); this.txtCh11.TabIndex = 1; // // btnCh11 // this.btnCh11.Location = new System.Drawing.Point(3, 3); this.btnCh11.Name = "btnCh11"; this.btnCh11.Size = new System.Drawing.Size(75, 23); this.btnCh11.TabIndex = 0; this.btnCh11.Text = "DIO"; this.btnCh11.Click += new System.EventHandler(this.btnCh11_Click); // // panelCh10 // this.panelCh10.BackColor = System.Drawing.Color.SkyBlue; this.panelCh10.Controls.Add(this.txtCh10); this.panelCh10.Controls.Add(this.btnCh10); this.panelCh10.Location = new System.Drawing.Point(175, 67); this.panelCh10.Name = "panelCh10"; this.panelCh10.Size = new System.Drawing.Size(166, 30); // // txtCh10 // this.txtCh10.Location = new System.Drawing.Point(84, 3); this.txtCh10.Name = "txtCh10"; this.txtCh10.Size = new System.Drawing.Size(74, 23); this.txtCh10.TabIndex = 1; // // btnCh10 // this.btnCh10.Location = new System.Drawing.Point(3, 3); this.btnCh10.Name = "btnCh10"; this.btnCh10.Size = new System.Drawing.Size(75, 23); this.btnCh10.TabIndex = 0; this.btnCh10.Text = "DIO"; this.btnCh10.Click += new System.EventHandler(this.btnCh10_Click); // // panelCh9 // this.panelCh9.BackColor = System.Drawing.Color.SkyBlue; this.panelCh9.Controls.Add(this.txtCh9); this.panelCh9.Controls.Add(this.btnCh9); this.panelCh9.Location = new System.Drawing.Point(175, 35); this.panelCh9.Name = "panelCh9"; this.panelCh9.Size = new System.Drawing.Size(166, 30); // // txtCh9 // this.txtCh9.Location = new System.Drawing.Point(84, 3); this.txtCh9.Name = "txtCh9"; this.txtCh9.Size = new System.Drawing.Size(74, 23); this.txtCh9.TabIndex = 1; // // btnCh9 // this.btnCh9.Location = new System.Drawing.Point(3, 3); this.btnCh9.Name = "btnCh9"; this.btnCh9.Size = new System.Drawing.Size(75, 23); this.btnCh9.TabIndex = 0; this.btnCh9.Text = "DIO"; this.btnCh9.Click += new System.EventHandler(this.btnCh9_Click); // // panelCh8 // this.panelCh8.BackColor = System.Drawing.Color.SkyBlue; this.panelCh8.Controls.Add(this.txtCh8); this.panelCh8.Controls.Add(this.btnCh8); this.panelCh8.Location = new System.Drawing.Point(175, 3); this.panelCh8.Name = "panelCh8"; this.panelCh8.Size = new System.Drawing.Size(166, 30); // // txtCh8 // this.txtCh8.Location = new System.Drawing.Point(84, 3); this.txtCh8.Name = "txtCh8"; this.txtCh8.Size = new System.Drawing.Size(74, 23); this.txtCh8.TabIndex = 1; // // btnCh8 // this.btnCh8.Location = new System.Drawing.Point(3, 3); this.btnCh8.Name = "btnCh8"; this.btnCh8.Size = new System.Drawing.Size(75, 23); this.btnCh8.TabIndex = 0; this.btnCh8.Text = "DIO"; this.btnCh8.Click += new System.EventHandler(this.btnCh8_Click); // // panelCh7 // this.panelCh7.BackColor = System.Drawing.Color.SkyBlue; this.panelCh7.Controls.Add(this.txtCh7); this.panelCh7.Controls.Add(this.btnCh7); this.panelCh7.Location = new System.Drawing.Point(3, 227); this.panelCh7.Name = "panelCh7"; this.panelCh7.Size = new System.Drawing.Size(166, 30); // // txtCh7 // this.txtCh7.Location = new System.Drawing.Point(84, 3); this.txtCh7.Name = "txtCh7"; this.txtCh7.Size = new System.Drawing.Size(74, 23); this.txtCh7.TabIndex = 1; // // btnCh7 // this.btnCh7.Location = new System.Drawing.Point(3, 3); this.btnCh7.Name = "btnCh7"; this.btnCh7.Size = new System.Drawing.Size(75, 23); this.btnCh7.TabIndex = 0; this.btnCh7.Text = "DIO"; this.btnCh7.Click += new System.EventHandler(this.btnCh7_Click); // // panelCh6 // this.panelCh6.BackColor = System.Drawing.Color.SkyBlue; this.panelCh6.Controls.Add(this.txtCh6); this.panelCh6.Controls.Add(this.btnCh6); this.panelCh6.Location = new System.Drawing.Point(3, 195); this.panelCh6.Name = "panelCh6"; this.panelCh6.Size = new System.Drawing.Size(166, 30); // // txtCh6 // this.txtCh6.Location = new System.Drawing.Point(84, 3); this.txtCh6.Name = "txtCh6"; this.txtCh6.Size = new System.Drawing.Size(74, 23); this.txtCh6.TabIndex = 1; // // btnCh6 // this.btnCh6.Location = new System.Drawing.Point(3, 3); this.btnCh6.Name = "btnCh6"; this.btnCh6.Size = new System.Drawing.Size(75, 23); this.btnCh6.TabIndex = 0; this.btnCh6.Text = "DIO"; this.btnCh6.Click += new System.EventHandler(this.btnCh6_Click); // // panelCh5 // this.panelCh5.BackColor = System.Drawing.Color.SkyBlue; this.panelCh5.Controls.Add(this.txtCh5); this.panelCh5.Controls.Add(this.btnCh5); this.panelCh5.Location = new System.Drawing.Point(3, 163); this.panelCh5.Name = "panelCh5"; this.panelCh5.Size = new System.Drawing.Size(166, 30); // // txtCh5 // this.txtCh5.Location = new System.Drawing.Point(84, 3); this.txtCh5.Name = "txtCh5"; this.txtCh5.Size = new System.Drawing.Size(74, 23); this.txtCh5.TabIndex = 1; // // btnCh5 // this.btnCh5.Location = new System.Drawing.Point(3, 3); this.btnCh5.Name = "btnCh5"; this.btnCh5.Size = new System.Drawing.Size(75, 23); this.btnCh5.TabIndex = 0; this.btnCh5.Text = "DIO"; this.btnCh5.Click += new System.EventHandler(this.btnCh5_Click); // // panelCh4 // this.panelCh4.BackColor = System.Drawing.Color.SkyBlue; this.panelCh4.Controls.Add(this.txtCh4); this.panelCh4.Controls.Add(this.btnCh4); this.panelCh4.Location = new System.Drawing.Point(3, 131); this.panelCh4.Name = "panelCh4"; this.panelCh4.Size = new System.Drawing.Size(166, 30); // // txtCh4 // this.txtCh4.Location = new System.Drawing.Point(84, 3); this.txtCh4.Name = "txtCh4"; this.txtCh4.Size = new System.Drawing.Size(74, 23); this.txtCh4.TabIndex = 1; // // btnCh4 // this.btnCh4.Location = new System.Drawing.Point(3, 3); this.btnCh4.Name = "btnCh4"; this.btnCh4.Size = new System.Drawing.Size(75, 23); this.btnCh4.TabIndex = 0; this.btnCh4.Text = "DIO"; this.btnCh4.Click += new System.EventHandler(this.btnCh4_Click); // // panelCh3 // this.panelCh3.BackColor = System.Drawing.Color.SkyBlue; this.panelCh3.Controls.Add(this.txtCh3); this.panelCh3.Controls.Add(this.btnCh3); this.panelCh3.Location = new System.Drawing.Point(3, 99); this.panelCh3.Name = "panelCh3"; this.panelCh3.Size = new System.Drawing.Size(166, 30); // // txtCh3 // this.txtCh3.Location = new System.Drawing.Point(84, 3); this.txtCh3.Name = "txtCh3"; this.txtCh3.Size = new System.Drawing.Size(74, 23); this.txtCh3.TabIndex = 1; // // btnCh3 // this.btnCh3.Location = new System.Drawing.Point(3, 3); this.btnCh3.Name = "btnCh3"; this.btnCh3.Size = new System.Drawing.Size(75, 23); this.btnCh3.TabIndex = 0; this.btnCh3.Text = "DIO"; this.btnCh3.Click += new System.EventHandler(this.btnCh3_Click); // // panelCh2 // this.panelCh2.BackColor = System.Drawing.Color.SkyBlue; this.panelCh2.Controls.Add(this.txtCh2); this.panelCh2.Controls.Add(this.btnCh2); this.panelCh2.Location = new System.Drawing.Point(3, 67); this.panelCh2.Name = "panelCh2"; this.panelCh2.Size = new System.Drawing.Size(166, 30); // // txtCh2 // this.txtCh2.Location = new System.Drawing.Point(84, 3); this.txtCh2.Name = "txtCh2"; this.txtCh2.Size = new System.Drawing.Size(74, 23); this.txtCh2.TabIndex = 1; // // btnCh2 // this.btnCh2.Location = new System.Drawing.Point(3, 3); this.btnCh2.Name = "btnCh2"; this.btnCh2.Size = new System.Drawing.Size(75, 23); this.btnCh2.TabIndex = 0; this.btnCh2.Text = "DIO"; this.btnCh2.Click += new System.EventHandler(this.btnCh2_Click); // // panelCh1 // this.panelCh1.BackColor = System.Drawing.Color.SkyBlue; this.panelCh1.Controls.Add(this.txtCh1); this.panelCh1.Controls.Add(this.btnCh1); this.panelCh1.Location = new System.Drawing.Point(3, 35); this.panelCh1.Name = "panelCh1"; this.panelCh1.Size = new System.Drawing.Size(166, 30); // // txtCh1 // this.txtCh1.Location = new System.Drawing.Point(84, 3); this.txtCh1.Name = "txtCh1"; this.txtCh1.Size = new System.Drawing.Size(74, 23); this.txtCh1.TabIndex = 1; // // btnCh1 // this.btnCh1.Location = new System.Drawing.Point(3, 3); this.btnCh1.Name = "btnCh1"; this.btnCh1.Size = new System.Drawing.Size(75, 23); this.btnCh1.TabIndex = 0; this.btnCh1.Text = "DIO"; this.btnCh1.Click += new System.EventHandler(this.btnCh1_Click); // // panelCh0 // this.panelCh0.BackColor = System.Drawing.Color.SkyBlue; this.panelCh0.Controls.Add(this.txtCh0); this.panelCh0.Controls.Add(this.btnCh0); this.panelCh0.Location = new System.Drawing.Point(3, 3); this.panelCh0.Name = "panelCh0"; this.panelCh0.Size = new System.Drawing.Size(166, 30); // // txtCh0 // this.txtCh0.Location = new System.Drawing.Point(84, 3); this.txtCh0.Name = "txtCh0"; this.txtCh0.Size = new System.Drawing.Size(74, 23); this.txtCh0.TabIndex = 1; // // btnCh0 // this.btnCh0.Location = new System.Drawing.Point(3, 3); this.btnCh0.Name = "btnCh0"; this.btnCh0.Size = new System.Drawing.Size(75, 23); this.btnCh0.TabIndex = 0; this.btnCh0.Text = "DIO"; this.btnCh0.Click += new System.EventHandler(this.btnCh0_Click); // // buttonStart // this.buttonStart.Location = new System.Drawing.Point(275, 12); this.buttonStart.Name = "buttonStart"; this.buttonStart.Size = new System.Drawing.Size(75, 23); this.buttonStart.TabIndex = 10; this.buttonStart.Text = "Start"; this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); // // txtReadCount // this.txtReadCount.Location = new System.Drawing.Point(99, 33); this.txtReadCount.Name = "txtReadCount"; this.txtReadCount.Size = new System.Drawing.Size(100, 23); this.txtReadCount.TabIndex = 9; // // txtModule // this.txtModule.Location = new System.Drawing.Point(99, 5); this.txtModule.Name = "txtModule"; this.txtModule.Size = new System.Drawing.Size(100, 23); this.txtModule.TabIndex = 8; // // label2 // this.label2.Location = new System.Drawing.Point(5, 39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 17); this.label2.Text = "Read count:"; // // label1 // this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 19); this.label1.Text = "Module name:"; // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(354, 334); this.Controls.Add(this.panelDIO); this.Controls.Add(this.buttonStart); this.Controls.Add(this.txtReadCount); this.Controls.Add(this.txtModule); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form1"; this.Text = "Adam40XXDIO Sample Program (C#)"; this.Closing += new System.ComponentModel.CancelEventHandler(this.Form1_Closing); this.panelDIO.ResumeLayout(false); this.panelCh15.ResumeLayout(false); this.panelCh14.ResumeLayout(false); this.panelCh13.ResumeLayout(false); this.panelCh12.ResumeLayout(false); this.panelCh11.ResumeLayout(false); this.panelCh10.ResumeLayout(false); this.panelCh9.ResumeLayout(false); this.panelCh8.ResumeLayout(false); this.panelCh7.ResumeLayout(false); this.panelCh6.ResumeLayout(false); this.panelCh5.ResumeLayout(false); this.panelCh4.ResumeLayout(false); this.panelCh3.ResumeLayout(false); this.panelCh2.ResumeLayout(false); this.panelCh1.ResumeLayout(false); this.panelCh0.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelDIO; private System.Windows.Forms.Panel panelCh15; private System.Windows.Forms.TextBox txtCh15; private System.Windows.Forms.Button btnCh15; private System.Windows.Forms.Panel panelCh14; private System.Windows.Forms.TextBox txtCh14; private System.Windows.Forms.Button btnCh14; private System.Windows.Forms.Panel panelCh13; private System.Windows.Forms.TextBox txtCh13; private System.Windows.Forms.Button btnCh13; private System.Windows.Forms.Panel panelCh12; private System.Windows.Forms.TextBox txtCh12; private System.Windows.Forms.Button btnCh12; private System.Windows.Forms.Panel panelCh11; private System.Windows.Forms.TextBox txtCh11; private System.Windows.Forms.Button btnCh11; private System.Windows.Forms.Panel panelCh10; private System.Windows.Forms.TextBox txtCh10; private System.Windows.Forms.Button btnCh10; private System.Windows.Forms.Panel panelCh9; private System.Windows.Forms.TextBox txtCh9; private System.Windows.Forms.Button btnCh9; private System.Windows.Forms.Panel panelCh8; private System.Windows.Forms.TextBox txtCh8; private System.Windows.Forms.Button btnCh8; private System.Windows.Forms.Panel panelCh7; private System.Windows.Forms.TextBox txtCh7; private System.Windows.Forms.Button btnCh7; private System.Windows.Forms.Panel panelCh6; private System.Windows.Forms.TextBox txtCh6; private System.Windows.Forms.Button btnCh6; private System.Windows.Forms.Panel panelCh5; private System.Windows.Forms.TextBox txtCh5; private System.Windows.Forms.Button btnCh5; private System.Windows.Forms.Panel panelCh4; private System.Windows.Forms.TextBox txtCh4; private System.Windows.Forms.Button btnCh4; private System.Windows.Forms.Panel panelCh3; private System.Windows.Forms.TextBox txtCh3; private System.Windows.Forms.Button btnCh3; private System.Windows.Forms.Panel panelCh2; private System.Windows.Forms.TextBox txtCh2; private System.Windows.Forms.Button btnCh2; private System.Windows.Forms.Panel panelCh1; private System.Windows.Forms.TextBox txtCh1; private System.Windows.Forms.Button btnCh1; private System.Windows.Forms.Panel panelCh0; private System.Windows.Forms.TextBox txtCh0; private System.Windows.Forms.Button btnCh0; private System.Windows.Forms.Button buttonStart; private System.Windows.Forms.TextBox txtReadCount; private System.Windows.Forms.TextBox txtModule; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer1; } }