2018-04-13 06:53:30 -07:00
|
|
|
object TransportXcpTcpIpForm: TTransportXcpTcpIpForm
|
2021-09-09 08:30:30 -07:00
|
|
|
Left = 578
|
2018-04-13 06:53:30 -07:00
|
|
|
Height = 308
|
2021-09-09 08:30:30 -07:00
|
|
|
Top = 343
|
2018-04-13 06:53:30 -07:00
|
|
|
Width = 407
|
|
|
|
Caption = 'XCP on TCP/IP'
|
|
|
|
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 = 104
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Communication'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object EdtAddress: TEdit
|
|
|
|
Left = 88
|
2021-09-09 08:30:30 -07:00
|
|
|
Height = 23
|
2018-04-13 06:53:30 -07:00
|
|
|
Hint = 'The IP address or hostname of the target to connect to. For example 192.168.178.23 or mydevice.mydomain.com'
|
|
|
|
Top = 35
|
|
|
|
Width = 288
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'EdtAddress'
|
|
|
|
end
|
|
|
|
object EdtPort: TEdit
|
|
|
|
Left = 88
|
2021-09-09 08:30:30 -07:00
|
|
|
Height = 23
|
2018-04-13 06:53:30 -07:00
|
|
|
Hint = 'The TCP port number to use, as a 16-bit value (Default = 1000)'
|
|
|
|
Top = 75
|
|
|
|
Width = 144
|
|
|
|
OnChange = EdtPortChange
|
|
|
|
OnKeyPress = EdtPortKeyPress
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'EdtPort'
|
|
|
|
end
|
|
|
|
object LblAddress: 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 = 56
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Address:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object LblPort: 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 = 57
|
|
|
|
AutoSize = False
|
2018-04-13 06:53:30 -07:00
|
|
|
Caption = 'Port:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
end
|