_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.panelDIO = New System.Windows.Forms.Panel Me.panelCh15 = New System.Windows.Forms.Panel Me.txtCh15 = New System.Windows.Forms.TextBox Me.btnCh15 = New System.Windows.Forms.Button Me.panelCh14 = New System.Windows.Forms.Panel Me.txtCh14 = New System.Windows.Forms.TextBox Me.btnCh14 = New System.Windows.Forms.Button Me.panelCh13 = New System.Windows.Forms.Panel Me.txtCh13 = New System.Windows.Forms.TextBox Me.btnCh13 = New System.Windows.Forms.Button Me.panelCh12 = New System.Windows.Forms.Panel Me.txtCh12 = New System.Windows.Forms.TextBox Me.btnCh12 = New System.Windows.Forms.Button Me.panelCh11 = New System.Windows.Forms.Panel Me.txtCh11 = New System.Windows.Forms.TextBox Me.btnCh11 = New System.Windows.Forms.Button Me.panelCh10 = New System.Windows.Forms.Panel Me.txtCh10 = New System.Windows.Forms.TextBox Me.btnCh10 = New System.Windows.Forms.Button Me.panelCh9 = New System.Windows.Forms.Panel Me.txtCh9 = New System.Windows.Forms.TextBox Me.btnCh9 = New System.Windows.Forms.Button Me.panelCh8 = New System.Windows.Forms.Panel Me.txtCh8 = New System.Windows.Forms.TextBox Me.btnCh8 = New System.Windows.Forms.Button Me.panelCh7 = New System.Windows.Forms.Panel Me.txtCh7 = New System.Windows.Forms.TextBox Me.btnCh7 = New System.Windows.Forms.Button Me.panelCh6 = New System.Windows.Forms.Panel Me.txtCh6 = New System.Windows.Forms.TextBox Me.btnCh6 = New System.Windows.Forms.Button Me.panelCh5 = New System.Windows.Forms.Panel Me.txtCh5 = New System.Windows.Forms.TextBox Me.btnCh5 = New System.Windows.Forms.Button Me.panelCh4 = New System.Windows.Forms.Panel Me.txtCh4 = New System.Windows.Forms.TextBox Me.btnCh4 = New System.Windows.Forms.Button Me.panelCh3 = New System.Windows.Forms.Panel Me.txtCh3 = New System.Windows.Forms.TextBox Me.btnCh3 = New System.Windows.Forms.Button Me.panelCh2 = New System.Windows.Forms.Panel Me.txtCh2 = New System.Windows.Forms.TextBox Me.btnCh2 = New System.Windows.Forms.Button Me.panelCh1 = New System.Windows.Forms.Panel Me.txtCh1 = New System.Windows.Forms.TextBox Me.btnCh1 = New System.Windows.Forms.Button Me.panelCh0 = New System.Windows.Forms.Panel Me.txtCh0 = New System.Windows.Forms.TextBox Me.btnCh0 = New System.Windows.Forms.Button Me.buttonStart = New System.Windows.Forms.Button Me.txtReadCount = New System.Windows.Forms.TextBox Me.txtModule = New System.Windows.Forms.TextBox Me.label2 = New System.Windows.Forms.Label Me.label1 = New System.Windows.Forms.Label Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.panelDIO.SuspendLayout() Me.panelCh15.SuspendLayout() Me.panelCh14.SuspendLayout() Me.panelCh13.SuspendLayout() Me.panelCh12.SuspendLayout() Me.panelCh11.SuspendLayout() Me.panelCh10.SuspendLayout() Me.panelCh9.SuspendLayout() Me.panelCh8.SuspendLayout() Me.panelCh7.SuspendLayout() Me.panelCh6.SuspendLayout() Me.panelCh5.SuspendLayout() Me.panelCh4.SuspendLayout() Me.panelCh3.SuspendLayout() Me.panelCh2.SuspendLayout() Me.panelCh1.SuspendLayout() Me.panelCh0.SuspendLayout() Me.SuspendLayout() ' 'panelDIO ' Me.panelDIO.Controls.Add(Me.panelCh15) Me.panelDIO.Controls.Add(Me.panelCh14) Me.panelDIO.Controls.Add(Me.panelCh13) Me.panelDIO.Controls.Add(Me.panelCh12) Me.panelDIO.Controls.Add(Me.panelCh11) Me.panelDIO.Controls.Add(Me.panelCh10) Me.panelDIO.Controls.Add(Me.panelCh9) Me.panelDIO.Controls.Add(Me.panelCh8) Me.panelDIO.Controls.Add(Me.panelCh7) Me.panelDIO.Controls.Add(Me.panelCh6) Me.panelDIO.Controls.Add(Me.panelCh5) Me.panelDIO.Controls.Add(Me.panelCh4) Me.panelDIO.Controls.Add(Me.panelCh3) Me.panelDIO.Controls.Add(Me.panelCh2) Me.panelDIO.Controls.Add(Me.panelCh1) Me.panelDIO.Controls.Add(Me.panelCh0) Me.panelDIO.Location = New System.Drawing.Point(14, 64) Me.panelDIO.Name = "panelDIO" Me.panelDIO.Size = New System.Drawing.Size(345, 262) Me.panelDIO.TabIndex = 17 ' 'panelCh15 ' Me.panelCh15.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh15.Controls.Add(Me.txtCh15) Me.panelCh15.Controls.Add(Me.btnCh15) Me.panelCh15.Location = New System.Drawing.Point(175, 227) Me.panelCh15.Name = "panelCh15" Me.panelCh15.Size = New System.Drawing.Size(166, 30) Me.panelCh15.TabIndex = 15 ' 'txtCh15 ' Me.txtCh15.Location = New System.Drawing.Point(84, 3) Me.txtCh15.Name = "txtCh15" Me.txtCh15.Size = New System.Drawing.Size(74, 22) Me.txtCh15.TabIndex = 1 ' 'btnCh15 ' Me.btnCh15.Location = New System.Drawing.Point(3, 3) Me.btnCh15.Name = "btnCh15" Me.btnCh15.Size = New System.Drawing.Size(75, 23) Me.btnCh15.TabIndex = 0 Me.btnCh15.Text = "DIO" Me.btnCh15.UseVisualStyleBackColor = True ' 'panelCh14 ' Me.panelCh14.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh14.Controls.Add(Me.txtCh14) Me.panelCh14.Controls.Add(Me.btnCh14) Me.panelCh14.Location = New System.Drawing.Point(175, 195) Me.panelCh14.Name = "panelCh14" Me.panelCh14.Size = New System.Drawing.Size(166, 30) Me.panelCh14.TabIndex = 14 ' 'txtCh14 ' Me.txtCh14.Location = New System.Drawing.Point(84, 3) Me.txtCh14.Name = "txtCh14" Me.txtCh14.Size = New System.Drawing.Size(74, 22) Me.txtCh14.TabIndex = 1 ' 'btnCh14 ' Me.btnCh14.Location = New System.Drawing.Point(3, 3) Me.btnCh14.Name = "btnCh14" Me.btnCh14.Size = New System.Drawing.Size(75, 23) Me.btnCh14.TabIndex = 0 Me.btnCh14.Text = "DIO" Me.btnCh14.UseVisualStyleBackColor = True ' 'panelCh13 ' Me.panelCh13.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh13.Controls.Add(Me.txtCh13) Me.panelCh13.Controls.Add(Me.btnCh13) Me.panelCh13.Location = New System.Drawing.Point(175, 163) Me.panelCh13.Name = "panelCh13" Me.panelCh13.Size = New System.Drawing.Size(166, 30) Me.panelCh13.TabIndex = 13 ' 'txtCh13 ' Me.txtCh13.Location = New System.Drawing.Point(84, 3) Me.txtCh13.Name = "txtCh13" Me.txtCh13.Size = New System.Drawing.Size(74, 22) Me.txtCh13.TabIndex = 1 ' 'btnCh13 ' Me.btnCh13.Location = New System.Drawing.Point(3, 3) Me.btnCh13.Name = "btnCh13" Me.btnCh13.Size = New System.Drawing.Size(75, 23) Me.btnCh13.TabIndex = 0 Me.btnCh13.Text = "DIO" Me.btnCh13.UseVisualStyleBackColor = True ' 'panelCh12 ' Me.panelCh12.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh12.Controls.Add(Me.txtCh12) Me.panelCh12.Controls.Add(Me.btnCh12) Me.panelCh12.Location = New System.Drawing.Point(175, 131) Me.panelCh12.Name = "panelCh12" Me.panelCh12.Size = New System.Drawing.Size(166, 30) Me.panelCh12.TabIndex = 12 ' 'txtCh12 ' Me.txtCh12.Location = New System.Drawing.Point(84, 3) Me.txtCh12.Name = "txtCh12" Me.txtCh12.Size = New System.Drawing.Size(74, 22) Me.txtCh12.TabIndex = 1 ' 'btnCh12 ' Me.btnCh12.Location = New System.Drawing.Point(3, 3) Me.btnCh12.Name = "btnCh12" Me.btnCh12.Size = New System.Drawing.Size(75, 23) Me.btnCh12.TabIndex = 0 Me.btnCh12.Text = "DIO" Me.btnCh12.UseVisualStyleBackColor = True ' 'panelCh11 ' Me.panelCh11.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh11.Controls.Add(Me.txtCh11) Me.panelCh11.Controls.Add(Me.btnCh11) Me.panelCh11.Location = New System.Drawing.Point(175, 99) Me.panelCh11.Name = "panelCh11" Me.panelCh11.Size = New System.Drawing.Size(166, 30) Me.panelCh11.TabIndex = 11 ' 'txtCh11 ' Me.txtCh11.Location = New System.Drawing.Point(84, 3) Me.txtCh11.Name = "txtCh11" Me.txtCh11.Size = New System.Drawing.Size(74, 22) Me.txtCh11.TabIndex = 1 ' 'btnCh11 ' Me.btnCh11.Location = New System.Drawing.Point(3, 3) Me.btnCh11.Name = "btnCh11" Me.btnCh11.Size = New System.Drawing.Size(75, 23) Me.btnCh11.TabIndex = 0 Me.btnCh11.Text = "DIO" Me.btnCh11.UseVisualStyleBackColor = True ' 'panelCh10 ' Me.panelCh10.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh10.Controls.Add(Me.txtCh10) Me.panelCh10.Controls.Add(Me.btnCh10) Me.panelCh10.Location = New System.Drawing.Point(175, 67) Me.panelCh10.Name = "panelCh10" Me.panelCh10.Size = New System.Drawing.Size(166, 30) Me.panelCh10.TabIndex = 10 ' 'txtCh10 ' Me.txtCh10.Location = New System.Drawing.Point(84, 3) Me.txtCh10.Name = "txtCh10" Me.txtCh10.Size = New System.Drawing.Size(74, 22) Me.txtCh10.TabIndex = 1 ' 'btnCh10 ' Me.btnCh10.Location = New System.Drawing.Point(3, 3) Me.btnCh10.Name = "btnCh10" Me.btnCh10.Size = New System.Drawing.Size(75, 23) Me.btnCh10.TabIndex = 0 Me.btnCh10.Text = "DIO" Me.btnCh10.UseVisualStyleBackColor = True ' 'panelCh9 ' Me.panelCh9.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh9.Controls.Add(Me.txtCh9) Me.panelCh9.Controls.Add(Me.btnCh9) Me.panelCh9.Location = New System.Drawing.Point(175, 35) Me.panelCh9.Name = "panelCh9" Me.panelCh9.Size = New System.Drawing.Size(166, 30) Me.panelCh9.TabIndex = 9 ' 'txtCh9 ' Me.txtCh9.Location = New System.Drawing.Point(84, 3) Me.txtCh9.Name = "txtCh9" Me.txtCh9.Size = New System.Drawing.Size(74, 22) Me.txtCh9.TabIndex = 1 ' 'btnCh9 ' Me.btnCh9.Location = New System.Drawing.Point(3, 3) Me.btnCh9.Name = "btnCh9" Me.btnCh9.Size = New System.Drawing.Size(75, 23) Me.btnCh9.TabIndex = 0 Me.btnCh9.Text = "DIO" Me.btnCh9.UseVisualStyleBackColor = True ' 'panelCh8 ' Me.panelCh8.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh8.Controls.Add(Me.txtCh8) Me.panelCh8.Controls.Add(Me.btnCh8) Me.panelCh8.Location = New System.Drawing.Point(175, 3) Me.panelCh8.Name = "panelCh8" Me.panelCh8.Size = New System.Drawing.Size(166, 30) Me.panelCh8.TabIndex = 8 ' 'txtCh8 ' Me.txtCh8.Location = New System.Drawing.Point(84, 3) Me.txtCh8.Name = "txtCh8" Me.txtCh8.Size = New System.Drawing.Size(74, 22) Me.txtCh8.TabIndex = 1 ' 'btnCh8 ' Me.btnCh8.Location = New System.Drawing.Point(3, 3) Me.btnCh8.Name = "btnCh8" Me.btnCh8.Size = New System.Drawing.Size(75, 23) Me.btnCh8.TabIndex = 0 Me.btnCh8.Text = "DIO" Me.btnCh8.UseVisualStyleBackColor = True ' 'panelCh7 ' Me.panelCh7.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh7.Controls.Add(Me.txtCh7) Me.panelCh7.Controls.Add(Me.btnCh7) Me.panelCh7.Location = New System.Drawing.Point(3, 227) Me.panelCh7.Name = "panelCh7" Me.panelCh7.Size = New System.Drawing.Size(166, 30) Me.panelCh7.TabIndex = 7 ' 'txtCh7 ' Me.txtCh7.Location = New System.Drawing.Point(84, 3) Me.txtCh7.Name = "txtCh7" Me.txtCh7.Size = New System.Drawing.Size(74, 22) Me.txtCh7.TabIndex = 1 ' 'btnCh7 ' Me.btnCh7.Location = New System.Drawing.Point(3, 3) Me.btnCh7.Name = "btnCh7" Me.btnCh7.Size = New System.Drawing.Size(75, 23) Me.btnCh7.TabIndex = 0 Me.btnCh7.Text = "DIO" Me.btnCh7.UseVisualStyleBackColor = True ' 'panelCh6 ' Me.panelCh6.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh6.Controls.Add(Me.txtCh6) Me.panelCh6.Controls.Add(Me.btnCh6) Me.panelCh6.Location = New System.Drawing.Point(3, 195) Me.panelCh6.Name = "panelCh6" Me.panelCh6.Size = New System.Drawing.Size(166, 30) Me.panelCh6.TabIndex = 6 ' 'txtCh6 ' Me.txtCh6.Location = New System.Drawing.Point(84, 3) Me.txtCh6.Name = "txtCh6" Me.txtCh6.Size = New System.Drawing.Size(74, 22) Me.txtCh6.TabIndex = 1 ' 'btnCh6 ' Me.btnCh6.Location = New System.Drawing.Point(3, 3) Me.btnCh6.Name = "btnCh6" Me.btnCh6.Size = New System.Drawing.Size(75, 23) Me.btnCh6.TabIndex = 0 Me.btnCh6.Text = "DIO" Me.btnCh6.UseVisualStyleBackColor = True ' 'panelCh5 ' Me.panelCh5.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh5.Controls.Add(Me.txtCh5) Me.panelCh5.Controls.Add(Me.btnCh5) Me.panelCh5.Location = New System.Drawing.Point(3, 163) Me.panelCh5.Name = "panelCh5" Me.panelCh5.Size = New System.Drawing.Size(166, 30) Me.panelCh5.TabIndex = 5 ' 'txtCh5 ' Me.txtCh5.Location = New System.Drawing.Point(84, 3) Me.txtCh5.Name = "txtCh5" Me.txtCh5.Size = New System.Drawing.Size(74, 22) Me.txtCh5.TabIndex = 1 ' 'btnCh5 ' Me.btnCh5.Location = New System.Drawing.Point(3, 3) Me.btnCh5.Name = "btnCh5" Me.btnCh5.Size = New System.Drawing.Size(75, 23) Me.btnCh5.TabIndex = 0 Me.btnCh5.Text = "DIO" Me.btnCh5.UseVisualStyleBackColor = True ' 'panelCh4 ' Me.panelCh4.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh4.Controls.Add(Me.txtCh4) Me.panelCh4.Controls.Add(Me.btnCh4) Me.panelCh4.Location = New System.Drawing.Point(3, 131) Me.panelCh4.Name = "panelCh4" Me.panelCh4.Size = New System.Drawing.Size(166, 30) Me.panelCh4.TabIndex = 4 ' 'txtCh4 ' Me.txtCh4.Location = New System.Drawing.Point(84, 3) Me.txtCh4.Name = "txtCh4" Me.txtCh4.Size = New System.Drawing.Size(74, 22) Me.txtCh4.TabIndex = 1 ' 'btnCh4 ' Me.btnCh4.Location = New System.Drawing.Point(3, 3) Me.btnCh4.Name = "btnCh4" Me.btnCh4.Size = New System.Drawing.Size(75, 23) Me.btnCh4.TabIndex = 0 Me.btnCh4.Text = "DIO" Me.btnCh4.UseVisualStyleBackColor = True ' 'panelCh3 ' Me.panelCh3.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh3.Controls.Add(Me.txtCh3) Me.panelCh3.Controls.Add(Me.btnCh3) Me.panelCh3.Location = New System.Drawing.Point(3, 99) Me.panelCh3.Name = "panelCh3" Me.panelCh3.Size = New System.Drawing.Size(166, 30) Me.panelCh3.TabIndex = 3 ' 'txtCh3 ' Me.txtCh3.Location = New System.Drawing.Point(84, 3) Me.txtCh3.Name = "txtCh3" Me.txtCh3.Size = New System.Drawing.Size(74, 22) Me.txtCh3.TabIndex = 1 ' 'btnCh3 ' Me.btnCh3.Location = New System.Drawing.Point(3, 3) Me.btnCh3.Name = "btnCh3" Me.btnCh3.Size = New System.Drawing.Size(75, 23) Me.btnCh3.TabIndex = 0 Me.btnCh3.Text = "DIO" Me.btnCh3.UseVisualStyleBackColor = True ' 'panelCh2 ' Me.panelCh2.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh2.Controls.Add(Me.txtCh2) Me.panelCh2.Controls.Add(Me.btnCh2) Me.panelCh2.Location = New System.Drawing.Point(3, 67) Me.panelCh2.Name = "panelCh2" Me.panelCh2.Size = New System.Drawing.Size(166, 30) Me.panelCh2.TabIndex = 2 ' 'txtCh2 ' Me.txtCh2.Location = New System.Drawing.Point(84, 3) Me.txtCh2.Name = "txtCh2" Me.txtCh2.Size = New System.Drawing.Size(74, 22) Me.txtCh2.TabIndex = 1 ' 'btnCh2 ' Me.btnCh2.Location = New System.Drawing.Point(3, 3) Me.btnCh2.Name = "btnCh2" Me.btnCh2.Size = New System.Drawing.Size(75, 23) Me.btnCh2.TabIndex = 0 Me.btnCh2.Text = "DIO" Me.btnCh2.UseVisualStyleBackColor = True ' 'panelCh1 ' Me.panelCh1.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh1.Controls.Add(Me.txtCh1) Me.panelCh1.Controls.Add(Me.btnCh1) Me.panelCh1.Location = New System.Drawing.Point(3, 35) Me.panelCh1.Name = "panelCh1" Me.panelCh1.Size = New System.Drawing.Size(166, 30) Me.panelCh1.TabIndex = 1 ' 'txtCh1 ' Me.txtCh1.Location = New System.Drawing.Point(84, 3) Me.txtCh1.Name = "txtCh1" Me.txtCh1.Size = New System.Drawing.Size(74, 22) Me.txtCh1.TabIndex = 1 ' 'btnCh1 ' Me.btnCh1.Location = New System.Drawing.Point(3, 3) Me.btnCh1.Name = "btnCh1" Me.btnCh1.Size = New System.Drawing.Size(75, 23) Me.btnCh1.TabIndex = 0 Me.btnCh1.Text = "DIO" Me.btnCh1.UseVisualStyleBackColor = True ' 'panelCh0 ' Me.panelCh0.BackColor = System.Drawing.SystemColors.InactiveCaptionText Me.panelCh0.Controls.Add(Me.txtCh0) Me.panelCh0.Controls.Add(Me.btnCh0) Me.panelCh0.Location = New System.Drawing.Point(3, 3) Me.panelCh0.Name = "panelCh0" Me.panelCh0.Size = New System.Drawing.Size(166, 30) Me.panelCh0.TabIndex = 0 ' 'txtCh0 ' Me.txtCh0.Location = New System.Drawing.Point(84, 3) Me.txtCh0.Name = "txtCh0" Me.txtCh0.Size = New System.Drawing.Size(74, 22) Me.txtCh0.TabIndex = 1 ' 'btnCh0 ' Me.btnCh0.Location = New System.Drawing.Point(3, 3) Me.btnCh0.Name = "btnCh0" Me.btnCh0.Size = New System.Drawing.Size(75, 23) Me.btnCh0.TabIndex = 0 Me.btnCh0.Text = "DIO" Me.btnCh0.UseVisualStyleBackColor = True ' 'buttonStart ' Me.buttonStart.Location = New System.Drawing.Point(284, 12) Me.buttonStart.Name = "buttonStart" Me.buttonStart.Size = New System.Drawing.Size(75, 23) Me.buttonStart.TabIndex = 16 Me.buttonStart.Text = "Start" Me.buttonStart.UseVisualStyleBackColor = True ' 'txtReadCount ' Me.txtReadCount.Location = New System.Drawing.Point(92, 33) Me.txtReadCount.Name = "txtReadCount" Me.txtReadCount.ReadOnly = True Me.txtReadCount.Size = New System.Drawing.Size(100, 22) Me.txtReadCount.TabIndex = 15 Me.txtReadCount.Text = "0" ' 'txtModule ' Me.txtModule.Location = New System.Drawing.Point(92, 5) Me.txtModule.Name = "txtModule" Me.txtModule.Size = New System.Drawing.Size(100, 22) Me.txtModule.TabIndex = 14 ' 'label2 ' Me.label2.AutoSize = True Me.label2.Location = New System.Drawing.Point(12, 39) Me.label2.Name = "label2" Me.label2.Size = New System.Drawing.Size(61, 12) Me.label2.TabIndex = 13 Me.label2.Text = "Read count:" ' 'label1 ' Me.label1.AutoSize = True Me.label1.Location = New System.Drawing.Point(12, 9) Me.label1.Name = "label1" Me.label1.Size = New System.Drawing.Size(72, 12) Me.label1.TabIndex = 12 Me.label1.Text = "Module name:" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(373, 335) Me.Controls.Add(Me.panelDIO) Me.Controls.Add(Me.buttonStart) Me.Controls.Add(Me.txtReadCount) Me.Controls.Add(Me.txtModule) Me.Controls.Add(Me.label2) Me.Controls.Add(Me.label1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "Form1" Me.Text = "Adam50XXDIO sample program (VB)" Me.panelDIO.ResumeLayout(False) Me.panelCh15.ResumeLayout(False) Me.panelCh15.PerformLayout() Me.panelCh14.ResumeLayout(False) Me.panelCh14.PerformLayout() Me.panelCh13.ResumeLayout(False) Me.panelCh13.PerformLayout() Me.panelCh12.ResumeLayout(False) Me.panelCh12.PerformLayout() Me.panelCh11.ResumeLayout(False) Me.panelCh11.PerformLayout() Me.panelCh10.ResumeLayout(False) Me.panelCh10.PerformLayout() Me.panelCh9.ResumeLayout(False) Me.panelCh9.PerformLayout() Me.panelCh8.ResumeLayout(False) Me.panelCh8.PerformLayout() Me.panelCh7.ResumeLayout(False) Me.panelCh7.PerformLayout() Me.panelCh6.ResumeLayout(False) Me.panelCh6.PerformLayout() Me.panelCh5.ResumeLayout(False) Me.panelCh5.PerformLayout() Me.panelCh4.ResumeLayout(False) Me.panelCh4.PerformLayout() Me.panelCh3.ResumeLayout(False) Me.panelCh3.PerformLayout() Me.panelCh2.ResumeLayout(False) Me.panelCh2.PerformLayout() Me.panelCh1.ResumeLayout(False) Me.panelCh1.PerformLayout() Me.panelCh0.ResumeLayout(False) Me.panelCh0.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Private WithEvents panelDIO As System.Windows.Forms.Panel Private WithEvents panelCh15 As System.Windows.Forms.Panel Private WithEvents txtCh15 As System.Windows.Forms.TextBox Private WithEvents btnCh15 As System.Windows.Forms.Button Private WithEvents panelCh14 As System.Windows.Forms.Panel Private WithEvents txtCh14 As System.Windows.Forms.TextBox Private WithEvents btnCh14 As System.Windows.Forms.Button Private WithEvents panelCh13 As System.Windows.Forms.Panel Private WithEvents txtCh13 As System.Windows.Forms.TextBox Private WithEvents btnCh13 As System.Windows.Forms.Button Private WithEvents panelCh12 As System.Windows.Forms.Panel Private WithEvents txtCh12 As System.Windows.Forms.TextBox Private WithEvents btnCh12 As System.Windows.Forms.Button Private WithEvents panelCh11 As System.Windows.Forms.Panel Private WithEvents txtCh11 As System.Windows.Forms.TextBox Private WithEvents btnCh11 As System.Windows.Forms.Button Private WithEvents panelCh10 As System.Windows.Forms.Panel Private WithEvents txtCh10 As System.Windows.Forms.TextBox Private WithEvents btnCh10 As System.Windows.Forms.Button Private WithEvents panelCh9 As System.Windows.Forms.Panel Private WithEvents txtCh9 As System.Windows.Forms.TextBox Private WithEvents btnCh9 As System.Windows.Forms.Button Private WithEvents panelCh8 As System.Windows.Forms.Panel Private WithEvents txtCh8 As System.Windows.Forms.TextBox Private WithEvents btnCh8 As System.Windows.Forms.Button Private WithEvents panelCh7 As System.Windows.Forms.Panel Private WithEvents txtCh7 As System.Windows.Forms.TextBox Private WithEvents btnCh7 As System.Windows.Forms.Button Private WithEvents panelCh6 As System.Windows.Forms.Panel Private WithEvents txtCh6 As System.Windows.Forms.TextBox Private WithEvents btnCh6 As System.Windows.Forms.Button Private WithEvents panelCh5 As System.Windows.Forms.Panel Private WithEvents txtCh5 As System.Windows.Forms.TextBox Private WithEvents btnCh5 As System.Windows.Forms.Button Private WithEvents panelCh4 As System.Windows.Forms.Panel Private WithEvents txtCh4 As System.Windows.Forms.TextBox Private WithEvents btnCh4 As System.Windows.Forms.Button Private WithEvents panelCh3 As System.Windows.Forms.Panel Private WithEvents txtCh3 As System.Windows.Forms.TextBox Private WithEvents btnCh3 As System.Windows.Forms.Button Private WithEvents panelCh2 As System.Windows.Forms.Panel Private WithEvents txtCh2 As System.Windows.Forms.TextBox Private WithEvents btnCh2 As System.Windows.Forms.Button Private WithEvents panelCh1 As System.Windows.Forms.Panel Private WithEvents txtCh1 As System.Windows.Forms.TextBox Private WithEvents btnCh1 As System.Windows.Forms.Button Private WithEvents panelCh0 As System.Windows.Forms.Panel Private WithEvents txtCh0 As System.Windows.Forms.TextBox Private WithEvents btnCh0 As System.Windows.Forms.Button Private WithEvents buttonStart As System.Windows.Forms.Button Private WithEvents txtReadCount As System.Windows.Forms.TextBox Private WithEvents txtModule As System.Windows.Forms.TextBox Private WithEvents label2 As System.Windows.Forms.Label Private WithEvents label1 As System.Windows.Forms.Label Friend WithEvents Timer1 As System.Windows.Forms.Timer End Class