📄 usbio.dfm
字号:
Width = 81
Height = 25
Caption = 'Unconf'
TabOrder = 2
OnClick = UnConfigureClick
end
end
object GroupBox6: TGroupBox
Left = 8
Top = 192
Width = 313
Height = 81
Caption = 'Pipe'
TabOrder = 2
object Label12: TLabel
Left = 8
Top = 32
Width = 64
Height = 13
Caption = 'Pipe Number:'
end
object Bind: TButton
Left = 176
Top = 16
Width = 81
Height = 25
Caption = 'Bind'
TabOrder = 0
OnClick = BindClick
end
object PipeNumber: TEdit
Left = 112
Top = 24
Width = 41
Height = 21
TabOrder = 1
Text = '129'
end
object UnBind: TButton
Left = 176
Top = 48
Width = 81
Height = 25
Caption = 'Unbind'
TabOrder = 2
OnClick = UnBindClick
end
end
object GroupBox14: TGroupBox
Left = 328
Top = 0
Width = 185
Height = 185
Caption = 'Bandwidth Info'
TabOrder = 3
object Label38: TLabel
Left = 8
Top = 56
Width = 77
Height = 13
Caption = 'Total Bandwidth'
end
object Label39: TLabel
Left = 8
Top = 80
Width = 103
Height = 13
Caption = 'Consumed Bandwidth'
end
object GetBandwidthInfo: TButton
Left = 16
Top = 16
Width = 121
Height = 25
Caption = 'Get Bandwidth Info'
TabOrder = 0
OnClick = GetBandwidthInfoClick
end
object TotalBandwidthEdit: TEdit
Left = 120
Top = 48
Width = 57
Height = 21
TabOrder = 1
end
object ConsumedBandwidthEdit: TEdit
Left = 120
Top = 80
Width = 57
Height = 21
TabOrder = 2
end
end
object GroupBox15: TGroupBox
Left = 328
Top = 192
Width = 185
Height = 81
Caption = 'Get Device Info'
TabOrder = 4
object GetDeviceInfo: TButton
Left = 8
Top = 24
Width = 89
Height = 25
Caption = 'Get Device Info'
TabOrder = 0
OnClick = GetDeviceInfoClick
end
object GetDeviceInfoCheck: TCheckBox
Left = 8
Top = 56
Width = 153
Height = 17
Caption = 'Is High Speed'
Enabled = False
TabOrder = 1
end
end
end
object TabSheet4: TTabSheet
Caption = 'Read'
ImageIndex = 3
object GroupBox7: TGroupBox
Left = 8
Top = 4
Width = 353
Height = 277
Caption = 'Read'
TabOrder = 0
object Label13: TLabel
Left = 8
Top = 120
Width = 47
Height = 13
Caption = 'File Name'
end
object Label14: TLabel
Left = 8
Top = 24
Width = 82
Height = 13
Caption = 'Isochronous Pipe'
end
object Label15: TLabel
Left = 8
Top = 48
Width = 136
Height = 13
Caption = 'Buffer size/Frames per buffer'
end
object Label16: TLabel
Left = 8
Top = 72
Width = 28
Height = 13
Caption = 'Buffer'
end
object Label17: TLabel
Left = 8
Top = 96
Width = 74
Height = 13
Caption = 'Max error count'
end
object Label30: TLabel
Left = 8
Top = 200
Width = 44
Height = 13
Caption = 'Progress:'
end
object StartReading: TButton
Left = 248
Top = 24
Width = 81
Height = 25
Caption = 'Start Read'
TabOrder = 0
OnClick = StartReadingClick
end
object BufferSize: TEdit
Left = 168
Top = 48
Width = 41
Height = 21
TabOrder = 1
Text = '64'
end
object NoOfBuffer: TEdit
Left = 168
Top = 72
Width = 41
Height = 21
TabOrder = 2
Text = '5'
end
object MaxErrorCount: TEdit
Left = 168
Top = 96
Width = 41
Height = 21
TabOrder = 3
Text = '5'
end
object StopRead: TButton
Left = 248
Top = 56
Width = 81
Height = 25
Caption = 'Stop Read'
TabOrder = 4
OnClick = StopReadClick
end
object IsIso: TCheckBox
Left = 168
Top = 24
Width = 57
Height = 17
Caption = 'ISO'
TabOrder = 5
end
object FileName: TEdit
Left = 168
Top = 120
Width = 169
Height = 21
TabOrder = 6
Text = 'dump.bin'
end
object ProgressBar1: TProgressBar
Left = 8
Top = 216
Width = 337
Height = 16
Min = 0
Max = 100
TabOrder = 7
end
object SaveFile: TButton
Left = 168
Top = 152
Width = 81
Height = 25
Caption = 'Browse'
TabOrder = 8
OnClick = SaveFileClick
end
object WriteToFile: TCheckBox
Left = 8
Top = 144
Width = 97
Height = 17
Caption = 'Write to File'
TabOrder = 9
end
object DisableProgressBar: TCheckBox
Left = 16
Top = 240
Width = 185
Height = 17
Caption = 'Disable progress for small buffers'
TabOrder = 10
end
end
object GroupBox13: TGroupBox
Left = 368
Top = 0
Width = 217
Height = 281
Caption = 'Statistics'
TabOrder = 1
object Label33: TLabel
Left = 8
Top = 44
Width = 113
Height = 13
Caption = 'ActualAveragingInterval'
end
object Label34: TLabel
Left = 8
Top = 68
Width = 63
Height = 13
Caption = 'AverageRate'
end
object Label35: TLabel
Left = 8
Top = 92
Width = 80
Height = 13
Caption = 'BytesTransferred'
end
object Label36: TLabel
Left = 8
Top = 116
Width = 100
Height = 13
Caption = 'RequestsSucceeded'
end
object Label37: TLabel
Left = 8
Top = 140
Width = 73
Height = 13
Caption = 'RequestsFailed'
end
object AveragingInterval: TLabel
Left = 8
Top = 204
Width = 83
Height = 13
Caption = 'AveragingInterval'
end
object QueryStatistics: TButton
Left = 8
Top = 16
Width = 89
Height = 25
Caption = 'QueryStatistics'
TabOrder = 0
OnClick = QueryStatisticsClick
end
object ActualAveragingIntervalEdit: TEdit
Left = 128
Top = 40
Width = 81
Height = 21
TabOrder = 1
end
object AverageRateEdit: TEdit
Left = 128
Top = 64
Width = 81
Height = 21
TabOrder = 2
end
object BytesTransferredEdit: TEdit
Left = 128
Top = 88
Width = 81
Height = 21
TabOrder = 3
end
object RequestsSucceededEdit: TEdit
Left = 128
Top = 112
Width = 81
Height = 21
TabOrder = 4
end
object RequestsFailedEdit: TEdit
Left = 128
Top = 136
Width = 81
Height = 21
TabOrder = 5
end
object SetupPipeStatistics: TButton
Left = 8
Top = 168
Width = 113
Height = 25
Caption = 'Set AveragingInterval'
TabOrder = 6
OnClick = SetupPipeStatisticsClick
end
object AveragingIntervalEdit: TEdit
Left = 128
Top = 200
Width = 73
Height = 21
TabOrder = 7
Text = '0'
end
object ResetStatistics: TButton
Left = 8
Top = 224
Width = 113
Height = 25
Caption = 'Reset Statistics'
TabOrder = 8
OnClick = ResetStatisticsClick
end
end
end
object TabSheet6: TTabSheet
Caption = 'Write'
ImageIndex = 4
object GroupBox12: TGroupBox
Left = 0
Top = 8
Width = 537
Height = 273
Caption = 'Write'
TabOrder = 0
object Label26: TLabel
Left = 16
Top = 96
Width = 74
Height = 13
Caption = 'Max error count'
end
object Label27: TLabel
Left = 16
Top = 72
Width = 84
Height = 13
Caption = 'Number of buffers'
end
object Label28: TLabel
Left = 16
Top = 48
Width = 49
Height = 13
Caption = 'Buffer size'
end
object Label29: TLabel
Left = 16
Top = 168
Width = 64
Height = 13
Caption = 'Fill buffer with'
end
object Label31: TLabel
Left = 16
Top = 24
Width = 82
Height = 13
Caption = 'Isochronous Pipe'
end
object Label32: TLabel
Left = 16
Top = 48
Width = 136
Height = 13
Caption = 'Buffer size/Frames per buffer'
end
object StartWrite: TButton
Left = 328
Top = 24
Width = 105
Height = 25
Caption = 'Start Write'
TabOrder = 0
OnClick = StartWriteClick
end
object StopWrite: TButton
Left = 328
Top = 56
Width = 105
Height = 25
Caption = 'Stop Write'
TabOrder = 1
OnClick = StopWriteClick
end
object writebuffersize: TEdit
Left = 176
Top = 48
Width = 89
Height = 21
TabOrder = 2
Text = '64'
end
object writenumberofbuffers: TEdit
Left = 176
Top = 72
Width = 89
Height = 21
TabOrder = 3
Text = '5'
end
object writeerrorcount: TEdit
Left = 176
Top = 96
Width = 89
Height = 21
TabOrder = 4
Text = '5'
end
object writeisocheck: TCheckBox
Left = 176
Top = 24
Width = 97
Height = 17
Caption = 'ISO'
TabOrder = 5
end
object writefile: TEdit
Left = 88
Top = 216
Width = 257
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -