_ 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 Dim DataGridViewCellStyle61 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Dim DataGridViewCellStyle62 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Dim DataGridViewCellStyle63 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Dim DataGridViewCellStyle64 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Dim DataGridViewCellStyle65 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Dim DataGridViewCellStyle66 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle Me.label4 = New System.Windows.Forms.Label Me.flowLayoutPanel5 = New System.Windows.Forms.FlowLayoutPanel Me.txtSelAoChannel = New System.Windows.Forms.TextBox Me.timer1 = New System.Windows.Forms.Timer(Me.components) Me.flowLayoutPanel6 = New System.Windows.Forms.FlowLayoutPanel Me.label5 = New System.Windows.Forms.Label Me.txtAoOutputVal = New System.Windows.Forms.TextBox Me.flowLayoutPanel3 = New System.Windows.Forms.FlowLayoutPanel Me.label2 = New System.Windows.Forms.Label Me.cbxAoOutputRange = New System.Windows.Forms.ComboBox Me.btnApplyAoSelRange = New System.Windows.Forms.Button Me.flowLayoutPanel11 = New System.Windows.Forms.FlowLayoutPanel Me.flowLayoutPanel4 = New System.Windows.Forms.FlowLayoutPanel Me.tableLayoutPanel13 = New System.Windows.Forms.TableLayoutPanel Me.gpBoxAoSetValue = New System.Windows.Forms.GroupBox Me.tableLayoutPanel9 = New System.Windows.Forms.TableLayoutPanel Me.tBarAoOutputVal = New System.Windows.Forms.TrackBar Me.tableLayoutPanel10 = New System.Windows.Forms.TableLayoutPanel Me.labAoLow = New System.Windows.Forms.Label Me.labAoHigh = New System.Windows.Forms.Label Me.groupBox5 = New System.Windows.Forms.GroupBox Me.flowLayoutPanel7 = New System.Windows.Forms.FlowLayoutPanel Me.btnSetAoValue = New System.Windows.Forms.Button Me.ColumnAoInfoType = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnAoInfoChNo = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnAoInfoValueDec = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnAoInfoValueHex = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnAoInfoValueEng = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnAoInfoLocation = New System.Windows.Forms.DataGridViewTextBoxColumn Me.dgViewAoChannelInfo = New System.Windows.Forms.DataGridView Me.ColumnAoInfoRange = New System.Windows.Forms.DataGridViewTextBoxColumn Me.gbxAoChannelInfo = New System.Windows.Forms.GroupBox Me.cbxAoChannel = New System.Windows.Forms.ComboBox Me.label10 = New System.Windows.Forms.Label Me.gbxDiChannelInfo = New System.Windows.Forms.GroupBox Me.dgViewDiChannelInfo = New System.Windows.Forms.DataGridView Me.ColumnDiInfoLocation = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnDiInfoType = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnDiInfoChNo = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnDiInfoModeValue = New System.Windows.Forms.DataGridViewTextBoxColumn Me.ColumnDiInfoChValue = New System.Windows.Forms.DataGridViewTextBoxColumn Me.tabPageDI = New System.Windows.Forms.TabPage Me.tabControlMain = New System.Windows.Forms.TabControl Me.tabPageAO = New System.Windows.Forms.TabPage Me.flyAoPanelInfo = New System.Windows.Forms.FlowLayoutPanel Me.gbxAoConfigSetting = New System.Windows.Forms.GroupBox Me.tableLayoutPanel6 = New System.Windows.Forms.TableLayoutPanel Me.tableLayoutPanel7 = New System.Windows.Forms.TableLayoutPanel Me.gbxAoSelectedItems = New System.Windows.Forms.GroupBox Me.tableLayoutPanel8 = New System.Windows.Forms.TableLayoutPanel Me.flowLayoutPanel9 = New System.Windows.Forms.FlowLayoutPanel Me.txtModule = New System.Windows.Forms.TextBox Me.label7 = New System.Windows.Forms.Label Me.txtReadCount = New System.Windows.Forms.TextBox Me.buttonStart = New System.Windows.Forms.Button Me.label6 = New System.Windows.Forms.Label Me.flowLayoutPanel5.SuspendLayout() Me.flowLayoutPanel6.SuspendLayout() Me.flowLayoutPanel3.SuspendLayout() Me.tableLayoutPanel13.SuspendLayout() Me.gpBoxAoSetValue.SuspendLayout() Me.tableLayoutPanel9.SuspendLayout() CType(Me.tBarAoOutputVal, System.ComponentModel.ISupportInitialize).BeginInit() Me.tableLayoutPanel10.SuspendLayout() Me.groupBox5.SuspendLayout() Me.flowLayoutPanel7.SuspendLayout() CType(Me.dgViewAoChannelInfo, System.ComponentModel.ISupportInitialize).BeginInit() Me.gbxAoChannelInfo.SuspendLayout() Me.gbxDiChannelInfo.SuspendLayout() CType(Me.dgViewDiChannelInfo, System.ComponentModel.ISupportInitialize).BeginInit() Me.tabPageDI.SuspendLayout() Me.tabControlMain.SuspendLayout() Me.tabPageAO.SuspendLayout() Me.flyAoPanelInfo.SuspendLayout() Me.gbxAoConfigSetting.SuspendLayout() Me.tableLayoutPanel6.SuspendLayout() Me.tableLayoutPanel7.SuspendLayout() Me.gbxAoSelectedItems.SuspendLayout() Me.tableLayoutPanel8.SuspendLayout() Me.flowLayoutPanel9.SuspendLayout() Me.SuspendLayout() ' 'label4 ' Me.label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.label4.AutoSize = True Me.label4.Location = New System.Drawing.Point(3, 8) Me.label4.Name = "label4" Me.label4.Size = New System.Drawing.Size(53, 12) Me.label4.TabIndex = 0 Me.label4.Text = "Channel : " ' 'flowLayoutPanel5 ' Me.flowLayoutPanel5.Controls.Add(Me.label4) Me.flowLayoutPanel5.Controls.Add(Me.txtSelAoChannel) Me.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel5.Location = New System.Drawing.Point(3, 3) Me.flowLayoutPanel5.Name = "flowLayoutPanel5" Me.flowLayoutPanel5.Size = New System.Drawing.Size(315, 29) Me.flowLayoutPanel5.TabIndex = 0 ' 'txtSelAoChannel ' Me.txtSelAoChannel.Location = New System.Drawing.Point(62, 3) Me.txtSelAoChannel.Name = "txtSelAoChannel" Me.txtSelAoChannel.ReadOnly = True Me.txtSelAoChannel.Size = New System.Drawing.Size(100, 22) Me.txtSelAoChannel.TabIndex = 1 ' 'timer1 ' Me.timer1.Interval = 500 ' 'flowLayoutPanel6 ' Me.flowLayoutPanel6.Controls.Add(Me.label5) Me.flowLayoutPanel6.Controls.Add(Me.txtAoOutputVal) Me.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel6.Location = New System.Drawing.Point(3, 38) Me.flowLayoutPanel6.Name = "flowLayoutPanel6" Me.flowLayoutPanel6.Size = New System.Drawing.Size(315, 29) Me.flowLayoutPanel6.TabIndex = 1 ' 'label5 ' Me.label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.label5.AutoSize = True Me.label5.Location = New System.Drawing.Point(3, 8) Me.label5.Name = "label5" Me.label5.Size = New System.Drawing.Size(53, 12) Me.label5.TabIndex = 0 Me.label5.Text = "Value : " ' 'txtAoOutputVal ' Me.txtAoOutputVal.Location = New System.Drawing.Point(62, 3) Me.txtAoOutputVal.Name = "txtAoOutputVal" Me.txtAoOutputVal.Size = New System.Drawing.Size(100, 22) Me.txtAoOutputVal.TabIndex = 1 ' 'flowLayoutPanel3 ' Me.flowLayoutPanel3.Controls.Add(Me.label2) Me.flowLayoutPanel3.Controls.Add(Me.cbxAoOutputRange) Me.flowLayoutPanel3.Controls.Add(Me.btnApplyAoSelRange) Me.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel3.Location = New System.Drawing.Point(3, 39) Me.flowLayoutPanel3.Name = "flowLayoutPanel3" Me.flowLayoutPanel3.Size = New System.Drawing.Size(286, 30) Me.flowLayoutPanel3.TabIndex = 1 ' 'label2 ' Me.label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.label2.AutoSize = True Me.label2.Location = New System.Drawing.Point(3, 8) Me.label2.Name = "label2" Me.label2.Size = New System.Drawing.Size(62, 12) Me.label2.TabIndex = 0 Me.label2.Text = "Range : " ' 'cbxAoOutputRange ' Me.cbxAoOutputRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxAoOutputRange.FormattingEnabled = True Me.cbxAoOutputRange.Location = New System.Drawing.Point(71, 3) Me.cbxAoOutputRange.Name = "cbxAoOutputRange" Me.cbxAoOutputRange.Size = New System.Drawing.Size(129, 20) Me.cbxAoOutputRange.TabIndex = 1 ' 'btnApplyAoSelRange ' Me.btnApplyAoSelRange.Enabled = False Me.btnApplyAoSelRange.Location = New System.Drawing.Point(206, 3) Me.btnApplyAoSelRange.Name = "btnApplyAoSelRange" Me.btnApplyAoSelRange.Size = New System.Drawing.Size(70, 23) Me.btnApplyAoSelRange.TabIndex = 2 Me.btnApplyAoSelRange.Text = "Apply" Me.btnApplyAoSelRange.UseVisualStyleBackColor = True ' 'flowLayoutPanel11 ' Me.flowLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel11.Location = New System.Drawing.Point(3, 138) Me.flowLayoutPanel11.Name = "flowLayoutPanel11" Me.flowLayoutPanel11.Size = New System.Drawing.Size(298, 50) Me.flowLayoutPanel11.TabIndex = 3 ' 'flowLayoutPanel4 ' Me.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel4.Location = New System.Drawing.Point(3, 75) Me.flowLayoutPanel4.Name = "flowLayoutPanel4" Me.flowLayoutPanel4.Size = New System.Drawing.Size(286, 30) Me.flowLayoutPanel4.TabIndex = 2 ' 'tableLayoutPanel13 ' Me.tableLayoutPanel13.ColumnCount = 1 Me.tableLayoutPanel13.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel13.Controls.Add(Me.gpBoxAoSetValue, 0, 0) Me.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel13.Location = New System.Drawing.Point(313, 3) Me.tableLayoutPanel13.Name = "tableLayoutPanel13" Me.tableLayoutPanel13.RowCount = 2 Me.tableLayoutPanel13.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel13.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5.0!)) Me.tableLayoutPanel13.Size = New System.Drawing.Size(333, 226) Me.tableLayoutPanel13.TabIndex = 1 ' 'gpBoxAoSetValue ' Me.gpBoxAoSetValue.Controls.Add(Me.tableLayoutPanel9) Me.gpBoxAoSetValue.Dock = System.Windows.Forms.DockStyle.Fill Me.gpBoxAoSetValue.Location = New System.Drawing.Point(3, 3) Me.gpBoxAoSetValue.Name = "gpBoxAoSetValue" Me.gpBoxAoSetValue.Size = New System.Drawing.Size(327, 215) Me.gpBoxAoSetValue.TabIndex = 2 Me.gpBoxAoSetValue.TabStop = False Me.gpBoxAoSetValue.Text = "Set Output Value" ' 'tableLayoutPanel9 ' Me.tableLayoutPanel9.ColumnCount = 1 Me.tableLayoutPanel9.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel9.Controls.Add(Me.flowLayoutPanel5, 0, 0) Me.tableLayoutPanel9.Controls.Add(Me.flowLayoutPanel6, 0, 1) Me.tableLayoutPanel9.Controls.Add(Me.tBarAoOutputVal, 0, 2) Me.tableLayoutPanel9.Controls.Add(Me.tableLayoutPanel10, 0, 3) Me.tableLayoutPanel9.Controls.Add(Me.groupBox5, 0, 4) Me.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel9.Location = New System.Drawing.Point(3, 18) Me.tableLayoutPanel9.Name = "tableLayoutPanel9" Me.tableLayoutPanel9.RowCount = 5 Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!)) Me.tableLayoutPanel9.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.tableLayoutPanel9.Size = New System.Drawing.Size(321, 194) Me.tableLayoutPanel9.TabIndex = 1 ' 'tBarAoOutputVal ' Me.tBarAoOutputVal.Dock = System.Windows.Forms.DockStyle.Fill Me.tBarAoOutputVal.LargeChange = 16 Me.tBarAoOutputVal.Location = New System.Drawing.Point(3, 73) Me.tBarAoOutputVal.Maximum = 4095 Me.tBarAoOutputVal.Name = "tBarAoOutputVal" Me.tBarAoOutputVal.Size = New System.Drawing.Size(315, 29) Me.tBarAoOutputVal.TabIndex = 2 Me.tBarAoOutputVal.TickFrequency = 256 ' 'tableLayoutPanel10 ' Me.tableLayoutPanel10.ColumnCount = 3 Me.tableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel10.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35.0!)) Me.tableLayoutPanel10.Controls.Add(Me.labAoLow, 0, 0) Me.tableLayoutPanel10.Controls.Add(Me.labAoHigh, 2, 0) Me.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel10.Location = New System.Drawing.Point(3, 108) Me.tableLayoutPanel10.Name = "tableLayoutPanel10" Me.tableLayoutPanel10.RowCount = 1 Me.tableLayoutPanel10.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel10.Size = New System.Drawing.Size(315, 29) Me.tableLayoutPanel10.TabIndex = 3 ' 'labAoLow ' Me.labAoLow.Anchor = System.Windows.Forms.AnchorStyles.Left Me.labAoLow.AutoSize = True Me.labAoLow.Location = New System.Drawing.Point(3, 8) Me.labAoLow.Name = "labAoLow" Me.labAoLow.Size = New System.Drawing.Size(26, 12) Me.labAoLow.TabIndex = 0 Me.labAoLow.Text = "Low" Me.labAoLow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'labAoHigh ' Me.labAoHigh.Anchor = System.Windows.Forms.AnchorStyles.Right Me.labAoHigh.AutoSize = True Me.labAoHigh.Location = New System.Drawing.Point(284, 8) Me.labAoHigh.Name = "labAoHigh" Me.labAoHigh.Size = New System.Drawing.Size(28, 12) Me.labAoHigh.TabIndex = 1 Me.labAoHigh.Text = "High" Me.labAoHigh.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'groupBox5 ' Me.groupBox5.Controls.Add(Me.flowLayoutPanel7) Me.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill Me.groupBox5.Location = New System.Drawing.Point(3, 143) Me.groupBox5.Name = "groupBox5" Me.groupBox5.Size = New System.Drawing.Size(315, 48) Me.groupBox5.TabIndex = 4 Me.groupBox5.TabStop = False ' 'flowLayoutPanel7 ' Me.flowLayoutPanel7.Controls.Add(Me.btnSetAoValue) Me.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel7.Location = New System.Drawing.Point(3, 18) Me.flowLayoutPanel7.Name = "flowLayoutPanel7" Me.flowLayoutPanel7.Size = New System.Drawing.Size(309, 27) Me.flowLayoutPanel7.TabIndex = 4 ' 'btnSetAoValue ' Me.btnSetAoValue.Enabled = False Me.btnSetAoValue.Location = New System.Drawing.Point(3, 3) Me.btnSetAoValue.Name = "btnSetAoValue" Me.btnSetAoValue.Size = New System.Drawing.Size(96, 23) Me.btnSetAoValue.TabIndex = 3 Me.btnSetAoValue.Text = "Apply Output" Me.btnSetAoValue.UseVisualStyleBackColor = True ' 'ColumnAoInfoType ' Me.ColumnAoInfoType.HeaderText = "Type" Me.ColumnAoInfoType.Name = "ColumnAoInfoType" Me.ColumnAoInfoType.ReadOnly = True ' 'ColumnAoInfoChNo ' Me.ColumnAoInfoChNo.HeaderText = "Ch" Me.ColumnAoInfoChNo.Name = "ColumnAoInfoChNo" Me.ColumnAoInfoChNo.ReadOnly = True ' 'ColumnAoInfoValueDec ' Me.ColumnAoInfoValueDec.HeaderText = "Value[Dec]" Me.ColumnAoInfoValueDec.Name = "ColumnAoInfoValueDec" Me.ColumnAoInfoValueDec.ReadOnly = True ' 'ColumnAoInfoValueHex ' Me.ColumnAoInfoValueHex.HeaderText = "Value[Hex]" Me.ColumnAoInfoValueHex.Name = "ColumnAoInfoValueHex" Me.ColumnAoInfoValueHex.ReadOnly = True ' 'ColumnAoInfoValueEng ' Me.ColumnAoInfoValueEng.HeaderText = "Value[Eng]" Me.ColumnAoInfoValueEng.Name = "ColumnAoInfoValueEng" Me.ColumnAoInfoValueEng.ReadOnly = True ' 'ColumnAoInfoLocation ' Me.ColumnAoInfoLocation.HeaderText = "Address" Me.ColumnAoInfoLocation.Name = "ColumnAoInfoLocation" Me.ColumnAoInfoLocation.ReadOnly = True ' 'dgViewAoChannelInfo ' Me.dgViewAoChannelInfo.AllowUserToAddRows = False Me.dgViewAoChannelInfo.AllowUserToDeleteRows = False Me.dgViewAoChannelInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill DataGridViewCellStyle61.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle61.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle61.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle61.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle61.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle61.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle61.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgViewAoChannelInfo.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle61 Me.dgViewAoChannelInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgViewAoChannelInfo.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ColumnAoInfoLocation, Me.ColumnAoInfoType, Me.ColumnAoInfoChNo, Me.ColumnAoInfoValueDec, Me.ColumnAoInfoValueHex, Me.ColumnAoInfoValueEng, Me.ColumnAoInfoRange}) DataGridViewCellStyle62.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle62.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle62.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle62.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle62.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle62.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle62.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgViewAoChannelInfo.DefaultCellStyle = DataGridViewCellStyle62 Me.dgViewAoChannelInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.dgViewAoChannelInfo.Location = New System.Drawing.Point(3, 18) Me.dgViewAoChannelInfo.MultiSelect = False Me.dgViewAoChannelInfo.Name = "dgViewAoChannelInfo" DataGridViewCellStyle63.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle63.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle63.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle63.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle63.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle63.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle63.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgViewAoChannelInfo.RowHeadersDefaultCellStyle = DataGridViewCellStyle63 Me.dgViewAoChannelInfo.RowTemplate.Height = 24 Me.dgViewAoChannelInfo.Size = New System.Drawing.Size(649, 143) Me.dgViewAoChannelInfo.TabIndex = 0 ' 'ColumnAoInfoRange ' Me.ColumnAoInfoRange.HeaderText = "Range" Me.ColumnAoInfoRange.Name = "ColumnAoInfoRange" Me.ColumnAoInfoRange.ReadOnly = True ' 'gbxAoChannelInfo ' Me.gbxAoChannelInfo.Controls.Add(Me.dgViewAoChannelInfo) Me.gbxAoChannelInfo.Location = New System.Drawing.Point(3, 262) Me.gbxAoChannelInfo.Name = "gbxAoChannelInfo" Me.gbxAoChannelInfo.Size = New System.Drawing.Size(655, 164) Me.gbxAoChannelInfo.TabIndex = 1 Me.gbxAoChannelInfo.TabStop = False Me.gbxAoChannelInfo.Text = "Channel Information" ' 'cbxAoChannel ' Me.cbxAoChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxAoChannel.FormattingEnabled = True Me.cbxAoChannel.Location = New System.Drawing.Point(71, 3) Me.cbxAoChannel.Name = "cbxAoChannel" Me.cbxAoChannel.Size = New System.Drawing.Size(129, 20) Me.cbxAoChannel.TabIndex = 1 ' 'label10 ' Me.label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.label10.AutoSize = True Me.label10.Location = New System.Drawing.Point(3, 7) Me.label10.Name = "label10" Me.label10.Size = New System.Drawing.Size(62, 12) Me.label10.TabIndex = 0 Me.label10.Text = "Channel : " ' 'gbxDiChannelInfo ' Me.gbxDiChannelInfo.Controls.Add(Me.dgViewDiChannelInfo) Me.gbxDiChannelInfo.Location = New System.Drawing.Point(3, 3) Me.gbxDiChannelInfo.Name = "gbxDiChannelInfo" Me.gbxDiChannelInfo.Size = New System.Drawing.Size(663, 176) Me.gbxDiChannelInfo.TabIndex = 2 Me.gbxDiChannelInfo.TabStop = False Me.gbxDiChannelInfo.Text = "Channel Information" ' 'dgViewDiChannelInfo ' Me.dgViewDiChannelInfo.AllowUserToAddRows = False Me.dgViewDiChannelInfo.AllowUserToDeleteRows = False Me.dgViewDiChannelInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill DataGridViewCellStyle64.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle64.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle64.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle64.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle64.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle64.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle64.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgViewDiChannelInfo.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle64 Me.dgViewDiChannelInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgViewDiChannelInfo.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ColumnDiInfoLocation, Me.ColumnDiInfoType, Me.ColumnDiInfoChNo, Me.ColumnDiInfoModeValue, Me.ColumnDiInfoChValue}) DataGridViewCellStyle65.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle65.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle65.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle65.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle65.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle65.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle65.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgViewDiChannelInfo.DefaultCellStyle = DataGridViewCellStyle65 Me.dgViewDiChannelInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.dgViewDiChannelInfo.Location = New System.Drawing.Point(3, 18) Me.dgViewDiChannelInfo.MultiSelect = False Me.dgViewDiChannelInfo.Name = "dgViewDiChannelInfo" DataGridViewCellStyle66.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle66.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle66.Font = New System.Drawing.Font("PMingLiU", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle66.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle66.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle66.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle66.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgViewDiChannelInfo.RowHeadersDefaultCellStyle = DataGridViewCellStyle66 Me.dgViewDiChannelInfo.RowTemplate.Height = 24 Me.dgViewDiChannelInfo.Size = New System.Drawing.Size(657, 155) Me.dgViewDiChannelInfo.TabIndex = 1 ' 'ColumnDiInfoLocation ' Me.ColumnDiInfoLocation.HeaderText = "Address" Me.ColumnDiInfoLocation.Name = "ColumnDiInfoLocation" Me.ColumnDiInfoLocation.ReadOnly = True ' 'ColumnDiInfoType ' Me.ColumnDiInfoType.HeaderText = "Type" Me.ColumnDiInfoType.Name = "ColumnDiInfoType" Me.ColumnDiInfoType.ReadOnly = True ' 'ColumnDiInfoChNo ' Me.ColumnDiInfoChNo.HeaderText = "Channel" Me.ColumnDiInfoChNo.Name = "ColumnDiInfoChNo" Me.ColumnDiInfoChNo.ReadOnly = True ' 'ColumnDiInfoModeValue ' Me.ColumnDiInfoModeValue.HeaderText = "Mode" Me.ColumnDiInfoModeValue.Name = "ColumnDiInfoModeValue" Me.ColumnDiInfoModeValue.ReadOnly = True ' 'ColumnDiInfoChValue ' Me.ColumnDiInfoChValue.HeaderText = "Value" Me.ColumnDiInfoChValue.Name = "ColumnDiInfoChValue" Me.ColumnDiInfoChValue.ReadOnly = True ' 'tabPageDI ' Me.tabPageDI.Controls.Add(Me.gbxDiChannelInfo) Me.tabPageDI.Location = New System.Drawing.Point(4, 22) Me.tabPageDI.Name = "tabPageDI" Me.tabPageDI.Padding = New System.Windows.Forms.Padding(3) Me.tabPageDI.Size = New System.Drawing.Size(672, 448) Me.tabPageDI.TabIndex = 0 Me.tabPageDI.Text = "DI" Me.tabPageDI.UseVisualStyleBackColor = True ' 'tabControlMain ' Me.tabControlMain.Controls.Add(Me.tabPageDI) Me.tabControlMain.Controls.Add(Me.tabPageAO) Me.tabControlMain.Location = New System.Drawing.Point(9, 84) Me.tabControlMain.Name = "tabControlMain" Me.tabControlMain.SelectedIndex = 0 Me.tabControlMain.Size = New System.Drawing.Size(680, 474) Me.tabControlMain.TabIndex = 72 ' 'tabPageAO ' Me.tabPageAO.Controls.Add(Me.flyAoPanelInfo) Me.tabPageAO.Location = New System.Drawing.Point(4, 22) Me.tabPageAO.Name = "tabPageAO" Me.tabPageAO.Padding = New System.Windows.Forms.Padding(3) Me.tabPageAO.Size = New System.Drawing.Size(672, 448) Me.tabPageAO.TabIndex = 1 Me.tabPageAO.Text = "AO" Me.tabPageAO.UseVisualStyleBackColor = True ' 'flyAoPanelInfo ' Me.flyAoPanelInfo.Controls.Add(Me.gbxAoConfigSetting) Me.flyAoPanelInfo.Controls.Add(Me.gbxAoChannelInfo) Me.flyAoPanelInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.flyAoPanelInfo.Location = New System.Drawing.Point(3, 3) Me.flyAoPanelInfo.Name = "flyAoPanelInfo" Me.flyAoPanelInfo.Size = New System.Drawing.Size(666, 442) Me.flyAoPanelInfo.TabIndex = 2 ' 'gbxAoConfigSetting ' Me.gbxAoConfigSetting.Controls.Add(Me.tableLayoutPanel6) Me.gbxAoConfigSetting.Location = New System.Drawing.Point(3, 3) Me.gbxAoConfigSetting.Name = "gbxAoConfigSetting" Me.gbxAoConfigSetting.Size = New System.Drawing.Size(655, 253) Me.gbxAoConfigSetting.TabIndex = 0 Me.gbxAoConfigSetting.TabStop = False ' 'tableLayoutPanel6 ' Me.tableLayoutPanel6.ColumnCount = 2 Me.tableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 310.0!)) Me.tableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 339.0!)) Me.tableLayoutPanel6.Controls.Add(Me.tableLayoutPanel7, 0, 0) Me.tableLayoutPanel6.Controls.Add(Me.tableLayoutPanel13, 1, 0) Me.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel6.Location = New System.Drawing.Point(3, 18) Me.tableLayoutPanel6.Name = "tableLayoutPanel6" Me.tableLayoutPanel6.RowCount = 1 Me.tableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel6.Size = New System.Drawing.Size(649, 232) Me.tableLayoutPanel6.TabIndex = 0 ' 'tableLayoutPanel7 ' Me.tableLayoutPanel7.ColumnCount = 1 Me.tableLayoutPanel7.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel7.Controls.Add(Me.gbxAoSelectedItems, 0, 0) Me.tableLayoutPanel7.Controls.Add(Me.flowLayoutPanel11, 0, 1) Me.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel7.Location = New System.Drawing.Point(3, 3) Me.tableLayoutPanel7.Name = "tableLayoutPanel7" Me.tableLayoutPanel7.RowCount = 3 Me.tableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.0!)) Me.tableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.tableLayoutPanel7.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.0!)) Me.tableLayoutPanel7.Size = New System.Drawing.Size(304, 226) Me.tableLayoutPanel7.TabIndex = 0 ' 'gbxAoSelectedItems ' Me.gbxAoSelectedItems.Controls.Add(Me.tableLayoutPanel8) Me.gbxAoSelectedItems.Dock = System.Windows.Forms.DockStyle.Fill Me.gbxAoSelectedItems.Location = New System.Drawing.Point(3, 3) Me.gbxAoSelectedItems.Name = "gbxAoSelectedItems" Me.gbxAoSelectedItems.Size = New System.Drawing.Size(298, 129) Me.gbxAoSelectedItems.TabIndex = 0 Me.gbxAoSelectedItems.TabStop = False Me.gbxAoSelectedItems.Text = "Output Range" ' 'tableLayoutPanel8 ' Me.tableLayoutPanel8.ColumnCount = 1 Me.tableLayoutPanel8.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.tableLayoutPanel8.Controls.Add(Me.flowLayoutPanel3, 0, 1) Me.tableLayoutPanel8.Controls.Add(Me.flowLayoutPanel4, 0, 2) Me.tableLayoutPanel8.Controls.Add(Me.flowLayoutPanel9, 0, 0) Me.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill Me.tableLayoutPanel8.Location = New System.Drawing.Point(3, 18) Me.tableLayoutPanel8.Name = "tableLayoutPanel8" Me.tableLayoutPanel8.RowCount = 3 Me.tableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.tableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.tableLayoutPanel8.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.tableLayoutPanel8.Size = New System.Drawing.Size(292, 108) Me.tableLayoutPanel8.TabIndex = 0 ' 'flowLayoutPanel9 ' Me.flowLayoutPanel9.Controls.Add(Me.label10) Me.flowLayoutPanel9.Controls.Add(Me.cbxAoChannel) Me.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill Me.flowLayoutPanel9.Location = New System.Drawing.Point(3, 3) Me.flowLayoutPanel9.Name = "flowLayoutPanel9" Me.flowLayoutPanel9.Size = New System.Drawing.Size(286, 30) Me.flowLayoutPanel9.TabIndex = 3 ' 'txtModule ' Me.txtModule.Location = New System.Drawing.Point(155, 14) Me.txtModule.Name = "txtModule" Me.txtModule.Size = New System.Drawing.Size(176, 22) Me.txtModule.TabIndex = 67 ' 'label7 ' Me.label7.Location = New System.Drawing.Point(15, 14) Me.label7.Name = "label7" Me.label7.Size = New System.Drawing.Size(103, 20) Me.label7.TabIndex = 69 Me.label7.Text = "Module name:" ' 'txtReadCount ' Me.txtReadCount.Location = New System.Drawing.Point(155, 46) Me.txtReadCount.Name = "txtReadCount" Me.txtReadCount.Size = New System.Drawing.Size(176, 22) Me.txtReadCount.TabIndex = 68 Me.txtReadCount.Text = "0" ' 'buttonStart ' Me.buttonStart.Location = New System.Drawing.Point(367, 14) Me.buttonStart.Name = "buttonStart" Me.buttonStart.Size = New System.Drawing.Size(95, 47) Me.buttonStart.TabIndex = 70 Me.buttonStart.Text = "Start" ' 'label6 ' Me.label6.Location = New System.Drawing.Point(15, 46) Me.label6.Name = "label6" Me.label6.Size = New System.Drawing.Size(93, 20) Me.label6.TabIndex = 71 Me.label6.Text = "Read count:" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(699, 572) Me.Controls.Add(Me.tabControlMain) Me.Controls.Add(Me.txtModule) Me.Controls.Add(Me.label7) Me.Controls.Add(Me.txtReadCount) Me.Controls.Add(Me.buttonStart) Me.Controls.Add(Me.label6) Me.Name = "Form1" Me.Text = "Adam6224 sample program (VB)" Me.flowLayoutPanel5.ResumeLayout(False) Me.flowLayoutPanel5.PerformLayout() Me.flowLayoutPanel6.ResumeLayout(False) Me.flowLayoutPanel6.PerformLayout() Me.flowLayoutPanel3.ResumeLayout(False) Me.flowLayoutPanel3.PerformLayout() Me.tableLayoutPanel13.ResumeLayout(False) Me.gpBoxAoSetValue.ResumeLayout(False) Me.tableLayoutPanel9.ResumeLayout(False) Me.tableLayoutPanel9.PerformLayout() CType(Me.tBarAoOutputVal, System.ComponentModel.ISupportInitialize).EndInit() Me.tableLayoutPanel10.ResumeLayout(False) Me.tableLayoutPanel10.PerformLayout() Me.groupBox5.ResumeLayout(False) Me.flowLayoutPanel7.ResumeLayout(False) CType(Me.dgViewAoChannelInfo, System.ComponentModel.ISupportInitialize).EndInit() Me.gbxAoChannelInfo.ResumeLayout(False) Me.gbxDiChannelInfo.ResumeLayout(False) CType(Me.dgViewDiChannelInfo, System.ComponentModel.ISupportInitialize).EndInit() Me.tabPageDI.ResumeLayout(False) Me.tabControlMain.ResumeLayout(False) Me.tabPageAO.ResumeLayout(False) Me.flyAoPanelInfo.ResumeLayout(False) Me.gbxAoConfigSetting.ResumeLayout(False) Me.tableLayoutPanel6.ResumeLayout(False) Me.tableLayoutPanel7.ResumeLayout(False) Me.gbxAoSelectedItems.ResumeLayout(False) Me.tableLayoutPanel8.ResumeLayout(False) Me.flowLayoutPanel9.ResumeLayout(False) Me.flowLayoutPanel9.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Private WithEvents label4 As System.Windows.Forms.Label Private WithEvents flowLayoutPanel5 As System.Windows.Forms.FlowLayoutPanel Private WithEvents txtSelAoChannel As System.Windows.Forms.TextBox Private WithEvents timer1 As System.Windows.Forms.Timer Private WithEvents flowLayoutPanel6 As System.Windows.Forms.FlowLayoutPanel Private WithEvents label5 As System.Windows.Forms.Label Private WithEvents txtAoOutputVal As System.Windows.Forms.TextBox Private WithEvents flowLayoutPanel3 As System.Windows.Forms.FlowLayoutPanel Private WithEvents label2 As System.Windows.Forms.Label Private WithEvents cbxAoOutputRange As System.Windows.Forms.ComboBox Private WithEvents btnApplyAoSelRange As System.Windows.Forms.Button Private WithEvents flowLayoutPanel11 As System.Windows.Forms.FlowLayoutPanel Private WithEvents flowLayoutPanel4 As System.Windows.Forms.FlowLayoutPanel Private WithEvents tableLayoutPanel13 As System.Windows.Forms.TableLayoutPanel Private WithEvents gpBoxAoSetValue As System.Windows.Forms.GroupBox Private WithEvents tableLayoutPanel9 As System.Windows.Forms.TableLayoutPanel Private WithEvents tBarAoOutputVal As System.Windows.Forms.TrackBar Private WithEvents tableLayoutPanel10 As System.Windows.Forms.TableLayoutPanel Private WithEvents labAoLow As System.Windows.Forms.Label Private WithEvents labAoHigh As System.Windows.Forms.Label Private WithEvents groupBox5 As System.Windows.Forms.GroupBox Private WithEvents flowLayoutPanel7 As System.Windows.Forms.FlowLayoutPanel Private WithEvents btnSetAoValue As System.Windows.Forms.Button Private WithEvents ColumnAoInfoType As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnAoInfoChNo As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnAoInfoValueDec As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnAoInfoValueHex As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnAoInfoValueEng As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnAoInfoLocation As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents dgViewAoChannelInfo As System.Windows.Forms.DataGridView Private WithEvents ColumnAoInfoRange As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents gbxAoChannelInfo As System.Windows.Forms.GroupBox Private WithEvents cbxAoChannel As System.Windows.Forms.ComboBox Private WithEvents label10 As System.Windows.Forms.Label Private WithEvents gbxDiChannelInfo As System.Windows.Forms.GroupBox Private WithEvents dgViewDiChannelInfo As System.Windows.Forms.DataGridView Private WithEvents ColumnDiInfoLocation As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnDiInfoType As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnDiInfoChNo As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnDiInfoModeValue As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents ColumnDiInfoChValue As System.Windows.Forms.DataGridViewTextBoxColumn Private WithEvents tabPageDI As System.Windows.Forms.TabPage Private WithEvents tabControlMain As System.Windows.Forms.TabControl Private WithEvents tabPageAO As System.Windows.Forms.TabPage Private WithEvents flyAoPanelInfo As System.Windows.Forms.FlowLayoutPanel Private WithEvents gbxAoConfigSetting As System.Windows.Forms.GroupBox Private WithEvents tableLayoutPanel6 As System.Windows.Forms.TableLayoutPanel Private WithEvents tableLayoutPanel7 As System.Windows.Forms.TableLayoutPanel Private WithEvents gbxAoSelectedItems As System.Windows.Forms.GroupBox Private WithEvents tableLayoutPanel8 As System.Windows.Forms.TableLayoutPanel Private WithEvents flowLayoutPanel9 As System.Windows.Forms.FlowLayoutPanel Private WithEvents txtModule As System.Windows.Forms.TextBox Private WithEvents label7 As System.Windows.Forms.Label Private WithEvents txtReadCount As System.Windows.Forms.TextBox Private WithEvents buttonStart As System.Windows.Forms.Button Private WithEvents label6 As System.Windows.Forms.Label End Class