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

📄 usbio.frm

📁 6个用VB和DELPHI编写的FOR USB驱动程序
💻 FRM
📖 第 1 页 / 共 5 页
字号:
            Left            =   2520
            Locked          =   -1  'True
            TabIndex        =   93
            TabStop         =   0   'False
            Top             =   720
            Width           =   1695
         End
         Begin VB.CommandButton GetDevicePowerState 
            Caption         =   "Get Power State"
            Height          =   375
            Left            =   2520
            TabIndex        =   10
            Top             =   240
            Width           =   1695
         End
         Begin VB.CommandButton SetDevicePowerState 
            Caption         =   "Set Power State"
            Height          =   375
            Left            =   240
            TabIndex        =   9
            Top             =   240
            Width           =   1695
         End
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5295
      Index           =   4
      Left            =   240
      TabIndex        =   83
      Top             =   480
      Visible         =   0   'False
      Width           =   8655
      Begin VB.CheckBox InOutputWindow 
         Caption         =   "Print to Output Window"
         Height          =   255
         Left            =   3120
         TabIndex        =   40
         Top             =   2400
         Width           =   2175
      End
      Begin ComctlLib.ProgressBar ProgressBar1 
         Height          =   255
         Left            =   120
         TabIndex        =   181
         Top             =   3360
         Width           =   8415
         _ExtentX        =   14843
         _ExtentY        =   450
         _Version        =   327682
         Appearance      =   1
         Max             =   1000
      End
      Begin VB.CommandButton showoutputwindow 
         Caption         =   "Output Window"
         Height          =   375
         Left            =   240
         TabIndex        =   44
         Top             =   4680
         Width           =   2055
      End
      Begin VB.CheckBox IsoCheck 
         Caption         =   "ISO"
         Height          =   255
         Left            =   1680
         TabIndex        =   35
         Top             =   960
         Width           =   975
      End
      Begin VB.TextBox StartReadFileField 
         Height          =   285
         Left            =   1680
         TabIndex        =   41
         Text            =   "dump.bin"
         Top             =   2760
         Width           =   2535
      End
      Begin VB.CheckBox StartReadCheck 
         Caption         =   "To File"
         Height          =   255
         Left            =   1680
         TabIndex        =   39
         Top             =   2400
         Value           =   1  'Checked
         Width           =   975
      End
      Begin VB.CommandButton Clear 
         Caption         =   "Clear Output Window"
         Height          =   375
         Left            =   2520
         TabIndex        =   45
         Top             =   4680
         Width           =   2055
      End
      Begin VB.CommandButton StopRead 
         Caption         =   "Stop Reading"
         Height          =   495
         Left            =   2880
         TabIndex        =   43
         Top             =   240
         Width           =   2295
      End
      Begin VB.TextBox ReadBufferSizeField 
         Height          =   285
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   84
         TabStop         =   0   'False
         Top             =   4080
         Width           =   735
      End
      Begin VB.TextBox StartReadMaxErrorCountField 
         Height          =   285
         Left            =   1680
         TabIndex        =   38
         Text            =   "5"
         Top             =   2040
         Width           =   975
      End
      Begin VB.TextBox StartReadNumberOfBuffersField 
         Height          =   285
         Left            =   1680
         TabIndex        =   37
         Text            =   "5"
         Top             =   1680
         Width           =   975
      End
      Begin VB.TextBox StartReadBufferSizeField 
         Height          =   285
         Left            =   1680
         TabIndex        =   36
         Text            =   "64"
         Top             =   1320
         Width           =   975
      End
      Begin VB.CommandButton StartRead 
         Caption         =   "Start Reading"
         Height          =   495
         Left            =   240
         TabIndex        =   42
         Top             =   240
         Width           =   2295
      End
      Begin VB.Label Label1 
         Caption         =   "Filename"
         Height          =   255
         Left            =   120
         TabIndex        =   173
         Top             =   2760
         Width           =   1455
      End
      Begin VB.Label ReadBufferSizeLabel 
         Caption         =   "Bytes Returned"
         Height          =   255
         Left            =   120
         TabIndex        =   140
         Top             =   4080
         Width           =   1455
      End
      Begin VB.Label StartReadMaxErrorCountLabel 
         Caption         =   "Max Error Count"
         Height          =   255
         Left            =   120
         TabIndex        =   127
         Top             =   2040
         Width           =   1335
      End
      Begin VB.Label StartReadNumberOfBuffersLabel 
         Caption         =   "Number of Buffers"
         Height          =   255
         Left            =   120
         TabIndex        =   126
         Top             =   1680
         Width           =   1455
      End
      Begin VB.Label StartReadBufferSizeLabel 
         Caption         =   "Buffer Size"
         Height          =   255
         Left            =   120
         TabIndex        =   125
         Top             =   1320
         Width           =   1575
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5295
      Index           =   7
      Left            =   240
      TabIndex        =   100
      Top             =   480
      Visible         =   0   'False
      Width           =   8655
      Begin VB.TextBox VendorBuffer 
         Height          =   2205
         Left            =   240
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   185
         Top             =   2880
         Width           =   8175
      End
      Begin VB.TextBox TransferSizeText 
         Height          =   285
         Left            =   5280
         TabIndex        =   18
         Text            =   "0"
         Top             =   1800
         Width           =   1215
      End
      Begin VB.ComboBox Combo4 
         Height          =   315
         Left            =   2040
         TabIndex        =   13
         Text            =   "Combo4"
         Top             =   840
         Width           =   1695
      End
      Begin VB.ComboBox VendorDirectionCombo 
         Height          =   315
         Left            =   2040
         TabIndex        =   12
         Text            =   "Combo3"
         Top             =   360
         Width           =   1695
      End
      Begin VB.CommandButton SendRequest 
         Caption         =   "Send Request"
         Height          =   375
         Left            =   5280
         TabIndex        =   19
         Top             =   2280
         Width           =   1215
      End
      Begin VB.ComboBox Combo2 
         Height          =   315
         Left            =   2040
         TabIndex        =   14
         Text            =   "Combo2"
         Top             =   1320
         Width           =   1695
      End
      Begin VB.TextBox VendoIndexField 
         Height          =   285
         Left            =   5280
         TabIndex        =   17
         Text            =   "0"
         Top             =   1320
         Width           =   1215
      End
      Begin VB.TextBox VendorValueField 
         Height          =   285
         Left            =   5280
         TabIndex        =   16
         Text            =   "0"
         Top             =   840
         Width           =   1215
      End
      Begin VB.TextBox VendorRequestField 
         Height          =   285
         Left            =   5280
         TabIndex        =   15
         Text            =   "0"
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label VendorBufferLabel 
         Caption         =   "Buffer"
         Height          =   255
         Left            =   240
         TabIndex        =   186
         Top             =   2640
         Width           =   1095
      End
      Begin VB.Label TransferSizeLabel 
         Caption         =   "Transfer Size"
         Height          =   255
         Left            =   4200
         TabIndex        =   180
         Top             =   1800
         Width           =   975
      End
      Begin VB.Label VendorIndexLabel 
         Caption         =   "Index"
         Height          =   255
         Left            =   4200
         TabIndex        =   106
         Top             =   1320
         Width           =   855
      End
      Begin VB.Label VendorValueLabel 
         Caption         =   "Value"
         Height          =   255
         Left            =   4200
         TabIndex        =   105
         Top             =   840
         Width           =   855
      End
      Begin VB.Label VendorRequestLabel 
         Caption         =   "Request"
         Height          =   255
         Left            =   4200
         TabIndex        =   104
         Top             =   360
         Width           =   855
      End
      Begin VB.Label VendoRecipientLabel 
         Caption         =   "Recipient"
         Height          =   255
         Left            =   720
         TabIndex        =   103
         Top             =   1320
         Width           =   1215
      End
      Begin VB.Label VendorTypeLabel 
         Caption         =   "Type"
         Height          =   255
         Left            =   720
         TabIndex        =   102
         Top             =   840
         Width           =   1215
      End
      Begin VB.Label VendorDirectionLabel 
         Caption         =   "Direction"
         Height          =   255
         Left            =   720
         TabIndex        =   101
         Top             =   360
         Width           =   1215
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5295
      Index           =   3
      Left            =   240
      TabIndex        =   82
      Top             =   480
      Visible         =   0   'False
      Width           =   8655
      Begin VB.Frame SetInterfaceFrame 
         Caption         =   "Set Interface"
         Height          =   2055
         Left            =   3480
         TabIndex        =   150
         Top             =   3120
         Width           =   3135
         Begin VB.TextBox SetInterfaceMaxTransferSizeField 
            Height          =   285
            Left            =   2280
            TabIndex        =   66
            Text            =   "4096"
            Top             =   1080
            Width           =   735
         End
         Begin VB.TextBox SetInterfaceAlternateSettingField 
            Height          =   285
            Left            =   2280
            TabIndex        =   65
            Text            =   "0"
            Top             =   720
            Width           =   735
         End
         Begin VB.TextBox SetInterfaceIndexField 
            Height          =   285
            Left            =   2280
            TabIndex        =   64
            Text            =   "0"
            Top             =   360
            Width           =   735
         End
         Begin VB.CommandButton SetInterface 
            Caption         =   "Set Interface"
            Height          =   375
            Left            =   1080
            TabIndex        =   67
            Top             =   1560
            Width           =   1215
         End
         Begin VB.Label SetInterfaceMaxTransferSizeLabel 

⌨️ 快捷键说明

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