⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usbio.frm

📁 6个用VB和DELPHI编写的FOR USB驱动程序
💻 FRM
📖 第 1 页 / 共 5 页
字号:
      End
      Begin VB.TextBox DescriptorTypeField 
         Height          =   285
         Left            =   7800
         TabIndex        =   70
         Text            =   "1"
         Top             =   720
         Width           =   735
      End
      Begin VB.TextBox GetStringDescriptorIndexField 
         Height          =   285
         Left            =   7560
         TabIndex        =   76
         Text            =   "1"
         Top             =   3240
         Width           =   735
      End
      Begin VB.CommandButton ClearAll 
         Caption         =   "Clear All"
         Height          =   375
         Left            =   6600
         TabIndex        =   124
         Top             =   4680
         Width           =   1095
      End
      Begin VB.CommandButton GetDeviceDescriptor 
         Caption         =   "Get Device Descriptor"
         Height          =   375
         Left            =   6240
         TabIndex        =   75
         Top             =   2280
         Width           =   2295
      End
      Begin VB.CommandButton GetConfigurationDescriptor 
         Caption         =   "Get Configuration Descriptor"
         Height          =   375
         Left            =   6240
         TabIndex        =   74
         Top             =   1800
         Width           =   2295
      End
      Begin VB.TextBox GetStringDescriptorTypeField 
         Height          =   285
         Left            =   7560
         Locked          =   -1  'True
         TabIndex        =   81
         TabStop         =   0   'False
         Top             =   3960
         Width           =   735
      End
      Begin VB.TextBox GetStringDescriptorLengthField 
         Height          =   285
         Left            =   7560
         Locked          =   -1  'True
         TabIndex        =   78
         TabStop         =   0   'False
         Top             =   3600
         Width           =   735
      End
      Begin VB.TextBox GetStringDescriptorField 
         Height          =   285
         Left            =   6600
         Locked          =   -1  'True
         TabIndex        =   80
         TabStop         =   0   'False
         Top             =   4320
         Width           =   1695
      End
      Begin VB.CommandButton GetStringDescriptor 
         Caption         =   "Get String Descriptor"
         Height          =   375
         Left            =   6240
         TabIndex        =   77
         Top             =   2760
         Width           =   2295
      End
      Begin VB.CommandButton GetDescriptor 
         Caption         =   "Get Descriptor"
         Height          =   375
         Left            =   6240
         TabIndex        =   73
         Top             =   240
         Width           =   2295
      End
      Begin VB.Label MaxDescSize 
         Caption         =   "Descriptor Size"
         Height          =   255
         Left            =   6360
         TabIndex        =   179
         Top             =   1440
         Width           =   1455
      End
      Begin VB.Label StringTypeLabel 
         Caption         =   "Type"
         Height          =   255
         Left            =   6720
         TabIndex        =   178
         Top             =   3960
         Width           =   735
      End
      Begin VB.Label StringLengthLabel 
         Caption         =   "Length"
         Height          =   255
         Left            =   6720
         TabIndex        =   177
         Top             =   3600
         Width           =   735
      End
      Begin VB.Label DescriptorIndexLabel 
         Caption         =   "Descriptor Index"
         Height          =   255
         Left            =   6360
         TabIndex        =   175
         Top             =   1080
         Width           =   1335
      End
      Begin VB.Label DescriptorTypeLabel 
         Caption         =   "Descriptor Type"
         Height          =   255
         Left            =   6360
         TabIndex        =   174
         Top             =   720
         Width           =   1335
      End
      Begin VB.Label GetStringDescriptorIndexLabel 
         Caption         =   "Index"
         Height          =   255
         Left            =   6720
         TabIndex        =   145
         Top             =   3240
         Width           =   735
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5295
      Index           =   1
      Left            =   240
      TabIndex        =   1
      Top             =   480
      Visible         =   0   'False
      Width           =   8655
      Begin VB.Frame PnPNotificationBox 
         Caption         =   "PnP Notification"
         Height          =   3255
         Left            =   6240
         TabIndex        =   182
         Top             =   360
         Width           =   2055
         Begin VB.CommandButton DisablePnPNotificationButton 
            Caption         =   "Disable PnP Notification"
            Height          =   615
            Left            =   360
            TabIndex        =   184
            Top             =   1320
            Width           =   1455
         End
         Begin VB.CommandButton EnablePnPNotificationButton 
            Caption         =   "Enable PnP Notification"
            Height          =   615
            Left            =   360
            TabIndex        =   183
            Top             =   480
            Width           =   1455
         End
      End
      Begin VB.Frame DeviceOptionFrame 
         Caption         =   "Device Options"
         Height          =   1455
         Left            =   4440
         TabIndex        =   164
         Top             =   3720
         Width           =   3855
         Begin VB.TextBox SetDeviceOptionsField 
            Height          =   285
            Left            =   2640
            TabIndex        =   166
            Text            =   "6"
            Top             =   960
            Width           =   615
         End
         Begin VB.TextBox GetDeviceOptionsField 
            Height          =   285
            Left            =   720
            Locked          =   -1  'True
            TabIndex        =   168
            TabStop         =   0   'False
            Top             =   960
            Width           =   615
         End
         Begin VB.CommandButton SetDeviceOptions 
            Caption         =   "Set Device Options"
            Height          =   375
            Left            =   2040
            TabIndex        =   167
            Top             =   360
            Width           =   1695
         End
         Begin VB.CommandButton GetDeviceOptions 
            Caption         =   "Get Device Options"
            Height          =   375
            Left            =   120
            TabIndex        =   165
            Top             =   360
            Width           =   1695
         End
      End
      Begin VB.Frame RequestTimeoutFrame 
         Caption         =   "Request Timeout"
         Height          =   1455
         Left            =   240
         TabIndex        =   159
         Top             =   3720
         Width           =   4095
         Begin VB.TextBox SetRequestTimeoutField 
            Height          =   285
            Left            =   2760
            TabIndex        =   162
            Text            =   "1000"
            Top             =   960
            Width           =   615
         End
         Begin VB.CommandButton SetRequestTimeout 
            Caption         =   "Set Request Timeout"
            Height          =   375
            Left            =   2160
            TabIndex        =   163
            Top             =   360
            Width           =   1815
         End
         Begin VB.TextBox GetRequestTimeoutField 
            Height          =   285
            Left            =   720
            Locked          =   -1  'True
            TabIndex        =   161
            TabStop         =   0   'False
            Top             =   960
            Width           =   615
         End
         Begin VB.CommandButton GetRequestTimeout 
            Caption         =   "Get Request Timeout"
            Height          =   375
            Left            =   120
            TabIndex        =   160
            Top             =   360
            Width           =   1815
         End
      End
      Begin VB.Frame VersionFrame 
         Caption         =   "Version"
         Height          =   1575
         Left            =   240
         TabIndex        =   114
         Top             =   2040
         Width           =   5775
         Begin VB.TextBox CheckedBuildVersionField 
            Height          =   285
            Left            =   4920
            Locked          =   -1  'True
            TabIndex        =   170
            TabStop         =   0   'False
            Top             =   1080
            Width           =   615
         End
         Begin VB.TextBox DemoVersionField 
            Height          =   285
            Left            =   2520
            Locked          =   -1  'True
            TabIndex        =   169
            TabStop         =   0   'False
            Top             =   1080
            Width           =   615
         End
         Begin VB.TextBox FlagsField 
            Height          =   285
            Left            =   4920
            Locked          =   -1  'True
            TabIndex        =   119
            TabStop         =   0   'False
            Top             =   720
            Width           =   615
         End
         Begin VB.TextBox DriverBuildNumberField 
            Height          =   285
            Left            =   4920
            Locked          =   -1  'True
            TabIndex        =   118
            TabStop         =   0   'False
            Top             =   360
            Width           =   615
         End
         Begin VB.TextBox DriverVersionField 
            Height          =   285
            Left            =   2520
            Locked          =   -1  'True
            TabIndex        =   117
            TabStop         =   0   'False
            Top             =   720
            Width           =   615
         End
         Begin VB.TextBox APIVersionField 
            BeginProperty DataFormat 
               Type            =   0
               Format          =   "9.00"
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   1031
               SubFormatType   =   0
            EndProperty
            Height          =   285
            Left            =   2520
            Locked          =   -1  'True
            TabIndex        =   116
            TabStop         =   0   'False
            Top             =   360
            Width           =   615
         End
         Begin VB.CommandButton GetVersion 
            Caption         =   "Get Version"
            Height          =   495
            Left            =   120
            TabIndex        =   115
            Top             =   360
            Width           =   1095
         End
         Begin VB.Label CheckedBuildVersionLabe 
            Caption         =   "Checked Build"
            Height          =   255
            Left            =   3360
            TabIndex        =   172
            Top             =   1080
            Width           =   1455
         End
         Begin VB.Label DemoVersionLabel 
            Caption         =   "Demo Version"
            Height          =   255
            Left            =   1320
            TabIndex        =   171
            Top             =   1080
            Width           =   1095
         End
         Begin VB.Label DriverBuildNumberLabel 
            Caption         =   "Driver Build Number"
            Height          =   255
            Left            =   3360
            TabIndex        =   123
            Top             =   360
            Width           =   1455
         End
         Begin VB.Label FlagsLabel 
            Caption         =   "Flags"
            Height          =   255
            Left            =   3360
            TabIndex        =   122
            Top             =   720
            Width           =   975
         End
         Begin VB.Label DriverVersionLabel 
            Caption         =   "Driver Version"
            Height          =   255
            Left            =   1320
            TabIndex        =   121
            Top             =   720
            Width           =   1095
         End
         Begin VB.Label APIVersionLabel 
            Caption         =   "API Version"
            Height          =   255
            Left            =   1320
            TabIndex        =   120
            Top             =   360
            Width           =   1095
         End
      End
      Begin VB.Frame DevicesFrame 
         Caption         =   "Devices"
         Height          =   1575
         Left            =   2760

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -