Partial Class DetectForm #Region "Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean) If Disposing Then If Not components Is Nothing Then components.Dispose() End If End If MyBase.Dispose(Disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer Public ToolTip1 As System.Windows.Forms.ToolTip Public WithEvents DeviceList As System.Windows.Forms.ListBox Public WithEvents DetectButton As System.Windows.Forms.Button Public WithEvents GoButton As System.Windows.Forms.Button Public WithEvents StatusMemo As System.Windows.Forms.Label '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() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(DetectForm)) Me.components = New System.ComponentModel.Container() Me.ToolTip1 = New System.Windows.Forms.ToolTip(components) Me.DeviceList = New System.Windows.Forms.ListBox Me.DetectButton = New System.Windows.Forms.Button Me.GoButton = New System.Windows.Forms.Button Me.StatusMemo = New System.Windows.Forms.Label Me.SuspendLayout() Me.ToolTip1.Active = True Me.Text = "Device Selection - USB-DIO-32 Sample" Me.ClientSize = New System.Drawing.Size(257, 162) Me.Location = New System.Drawing.Point(511, 460) Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable Me.ControlBox = True Me.Enabled = True Me.KeyPreview = False Me.MaximizeBox = True Me.MinimizeBox = True Me.Cursor = System.Windows.Forms.Cursors.Default Me.RightToLeft = System.Windows.Forms.RightToLeft.No Me.ShowInTaskbar = True Me.HelpButton = False Me.WindowState = System.Windows.Forms.FormWindowState.Normal Me.Name = "DetectForm" Me.DeviceList.Size = New System.Drawing.Size(168, 98) Me.DeviceList.Location = New System.Drawing.Point(0, 0) Me.DeviceList.TabIndex = 2 Me.DeviceList.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DeviceList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.DeviceList.BackColor = System.Drawing.SystemColors.Window Me.DeviceList.CausesValidation = True Me.DeviceList.Enabled = True Me.DeviceList.ForeColor = System.Drawing.SystemColors.WindowText Me.DeviceList.IntegralHeight = True Me.DeviceList.Cursor = System.Windows.Forms.Cursors.Default Me.DeviceList.SelectionMode = System.Windows.Forms.SelectionMode.One Me.DeviceList.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DeviceList.Sorted = False Me.DeviceList.TabStop = True Me.DeviceList.Visible = True Me.DeviceList.MultiColumn = False Me.DeviceList.Name = "DeviceList" Me.DetectButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.DetectButton.Text = "Redetect" Me.DetectButton.Size = New System.Drawing.Size(73, 25) Me.DetectButton.Location = New System.Drawing.Point(176, 40) Me.DetectButton.TabIndex = 1 Me.DetectButton.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DetectButton.BackColor = System.Drawing.SystemColors.Control Me.DetectButton.CausesValidation = True Me.DetectButton.Enabled = True Me.DetectButton.ForeColor = System.Drawing.SystemColors.ControlText Me.DetectButton.Cursor = System.Windows.Forms.Cursors.Default Me.DetectButton.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DetectButton.TabStop = True Me.DetectButton.Name = "DetectButton" Me.GoButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.GoButton.Text = "Go" Me.GoButton.Size = New System.Drawing.Size(73, 25) Me.GoButton.Location = New System.Drawing.Point(176, 8) Me.GoButton.TabIndex = 0 Me.GoButton.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GoButton.BackColor = System.Drawing.SystemColors.Control Me.GoButton.CausesValidation = True Me.GoButton.Enabled = True Me.GoButton.ForeColor = System.Drawing.SystemColors.ControlText Me.GoButton.Cursor = System.Windows.Forms.Cursors.Default Me.GoButton.RightToLeft = System.Windows.Forms.RightToLeft.No Me.GoButton.TabStop = True Me.GoButton.Name = "GoButton" Me.StatusMemo.BackColor = System.Drawing.Color.White Me.StatusMemo.Size = New System.Drawing.Size(257, 65) Me.StatusMemo.Location = New System.Drawing.Point(0, 96) Me.StatusMemo.TabIndex = 3 Me.StatusMemo.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.StatusMemo.TextAlign = System.Drawing.ContentAlignment.TopLeft Me.StatusMemo.Enabled = True Me.StatusMemo.ForeColor = System.Drawing.SystemColors.ControlText Me.StatusMemo.Cursor = System.Windows.Forms.Cursors.Default Me.StatusMemo.RightToLeft = System.Windows.Forms.RightToLeft.No Me.StatusMemo.UseMnemonic = True Me.StatusMemo.Visible = True Me.StatusMemo.AutoSize = False Me.StatusMemo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.StatusMemo.Name = "StatusMemo" Me.Controls.Add(DeviceList) Me.Controls.Add(DetectButton) Me.Controls.Add(GoButton) Me.Controls.Add(StatusMemo) Me.ResumeLayout(False) Me.PerformLayout() End Sub #End Region End Class