2018-04-13 06:53:30 -07:00
|
|
|
object TransportXcpUsbForm: TTransportXcpUsbForm
|
2021-09-09 08:30:30 -07:00
|
|
|
Left = 528
|
2018-04-13 06:53:30 -07:00
|
|
|
Height = 308
|
2021-09-09 08:30:30 -07:00
|
|
|
Top = 303
|
2018-04-13 06:53:30 -07:00
|
|
|
Width = 407
|
|
|
|
Caption = 'XCP on USB'
|
|
|
|
ClientHeight = 308
|
|
|
|
ClientWidth = 407
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2021-09-09 08:30:30 -07:00
|
|
|
LCLVersion = '2.0.12.0'
|
2018-04-13 06:53:30 -07:00
|
|
|
object LblCommunication: TLabel
|
|
|
|
Left = 8
|
2021-09-09 08:30:30 -07:00
|
|
|
Height = 20
|
2018-04-13 06:53:30 -07:00
|
|
|
Top = 8
|
2021-09-09 08:30:30 -07:00
|
|
|
Width = 112
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Communication'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object EdtVID: TEdit
|
|
|
|
Left = 128
|
|
|
|
Height = 23
|
|
|
|
Hint = 'The vendor identifier of the USB device (read only)'
|
|
|
|
Top = 35
|
|
|
|
Width = 168
|
|
|
|
Enabled = False
|
|
|
|
ParentShowHint = False
|
|
|
|
ReadOnly = True
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 0
|
|
|
|
Text = '1D50'
|
|
|
|
end
|
|
|
|
object EdtPID: TEdit
|
|
|
|
Left = 128
|
|
|
|
Height = 23
|
|
|
|
Hint = 'The product identifier of the USB device (read only)'
|
|
|
|
Top = 75
|
|
|
|
Width = 168
|
|
|
|
Enabled = False
|
|
|
|
ParentShowHint = False
|
|
|
|
ReadOnly = True
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 1
|
|
|
|
Text = '60AC'
|
|
|
|
end
|
|
|
|
object LblVID: TLabel
|
|
|
|
Left = 24
|
2021-09-09 08:30:30 -07:00
|
|
|
Height = 20
|
2018-04-13 06:53:30 -07:00
|
|
|
Top = 38
|
2021-09-09 08:30:30 -07:00
|
|
|
Width = 100
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Vendor ID (hex):'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object LblPID: TLabel
|
|
|
|
Left = 24
|
2021-09-09 08:30:30 -07:00
|
|
|
Height = 20
|
2018-04-13 06:53:30 -07:00
|
|
|
Top = 78
|
2021-09-09 08:30:30 -07:00
|
|
|
Width = 97
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Product ID (hex):'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
end
|