git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
86 lines
1.8 KiB
Plaintext
86 lines
1.8 KiB
Plaintext
object ProxyServer_Client_MainForm: TProxyServer_Client_MainForm
|
|
Left = 127
|
|
Top = 126
|
|
Width = 209
|
|
Height = 188
|
|
Caption = 'ProxyServer - Client'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Top = 12
|
|
Width = 36
|
|
Height = 13
|
|
Caption = 'Server:'
|
|
end
|
|
object cbServer: TComboBox
|
|
Left = 49
|
|
Top = 8
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
ItemIndex = 0
|
|
TabOrder = 0
|
|
Text = 'Main Server'
|
|
Items.Strings = (
|
|
'Main Server'
|
|
'Proxy Server')
|
|
end
|
|
object SumButton: TButton
|
|
Left = 46
|
|
Top = 56
|
|
Width = 109
|
|
Height = 25
|
|
Caption = 'Sum(1,2)'
|
|
TabOrder = 1
|
|
OnClick = SumButtonClick
|
|
end
|
|
object GetServerTimeButton: TButton
|
|
Left = 46
|
|
Top = 88
|
|
Width = 109
|
|
Height = 25
|
|
Caption = 'GetServerTime'
|
|
TabOrder = 2
|
|
OnClick = GetServerTimeButtonClick
|
|
end
|
|
object EchoStructButton: TButton
|
|
Left = 46
|
|
Top = 120
|
|
Width = 109
|
|
Height = 25
|
|
Caption = 'EchoStruct'
|
|
TabOrder = 3
|
|
OnClick = EchoStructButtonClick
|
|
end
|
|
object ROBINMessage: TROBinMessage
|
|
Left = 8
|
|
Top = 40
|
|
end
|
|
object ROIndyTCPChannel: TROIndyTCPChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Port = 8090
|
|
Host = '127.0.0.1'
|
|
Left = 40
|
|
Top = 40
|
|
end
|
|
object ROWinMessageChannel: TROWinMessageChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
ServerID = '{F5B38440-F071-45B8-AF67-1023F20C179D}'
|
|
Delay = 50
|
|
Left = 40
|
|
Top = 72
|
|
end
|
|
end
|