Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/RemObjects SDK for Delphi/Multi Channel/MultiChannel_ClientMain.dfm
2010-01-29 16:17:43 +00:00

154 lines
3.7 KiB
Plaintext

object MultiChannel_ClientMainForm: TMultiChannel_ClientMainForm
Left = 301
Top = 153
Width = 392
Height = 363
Caption = 'MultiChannel_ClientMainForm'
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Memo: TMemo
Left = 0
Top = 148
Width = 384
Height = 188
Align = alClient
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 384
Height = 148
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object GetServerTimeButton: TButton
Left = 7
Top = 116
Width = 104
Height = 25
Caption = 'GetServerTime'
TabOrder = 0
OnClick = GetServerTimeButtonClick
end
object rgConnect: TRadioGroup
Left = 6
Top = 5
Width = 375
Height = 105
Caption = 'Connect to:'
Columns = 3
ItemIndex = 0
Items.Strings = (
'IndyHTTPServer'
'BPDXHTTPServer'
'SuperTcpServer'
'IndyTCPServer'
'BPDXTCPServer'
'LocalServer'
'IndyUDPServer'
'NamedPipeServer'
'WinMessageServer'
'SuperHTTPServer'
'DLLChannel')
TabOrder = 1
end
end
object RemoteService: TRORemoteService
Message = BinMessage
ServiceName = 'MultiChannelService'
Left = 249
Top = 276
end
object BinMessage: TROBinMessage
Envelopes = <>
Left = 248
Top = 231
end
object WinInetHTTPChannel: TROWinInetHTTPChannel
UserAgent = 'RemObjects SDK'
ServerLocators = <>
DispatchOptions = []
Left = 30
Top = 164
end
object WinMessageChannel: TROWinMessageChannel
ServerID = '{30221B5E-6C56-4A91-A4E4-455BB3DA22B9}'
ServerLocators = <>
DispatchOptions = []
Left = 86
Top = 192
end
object NamedPipeChannel: TRONamedPipeChannel
ServerID = 'MultiChannel_ServerMainForm_NamedPipeServer'
ServerName = '.'
ServerLocators = <>
DispatchOptions = []
Left = 58
Top = 192
end
object DLLChannel: TRODLLChannel
DLLName = 'MultiChannel_DLLServer.dll'
ServerLocators = <>
DispatchOptions = []
Left = 314
Top = 257
end
object LocalChannel: TROLocalChannel
ServerLocators = <>
DispatchOptions = []
ServerChannel = MultiChannel_ClientDataMain.LocalServer
Left = 313
Top = 216
end
object IndyTCPChannel: TROIndyTCPChannel
ServerLocators = <>
DispatchOptions = []
Port = 8090
Host = '127.0.0.1'
Left = 58
Top = 164
end
object SuperTcpChannel: TROSuperTCPChannel
Host = 'localhost'
ServerLocators = <>
DispatchOptions = []
Left = 30
Top = 192
end
object IndyUDPChannel: TROIndyUDPChannel
Retrys = 5
IndyClient.Host = 'localhost'
IndyClient.Port = 8090
Port = 8090
Host = 'localhost'
ServerLocators = <>
DispatchOptions = []
Left = 86
Top = 164
end
object IndySuperHttpChannel: TROIndySuperHTTPChannel
Active = False
ClientWait.Request.Accept = 'text/html, */*'
ClientWait.Request.ContentLength = -1
ClientWait.Request.ContentRangeEnd = 0
ClientWait.Request.ContentRangeStart = 0
ClientWait.Request.UserAgent = 'RemObjects SDK'
ClientRequest.Request.Accept = 'text/html, */*'
ClientRequest.Request.ContentLength = -1
ClientRequest.Request.ContentRangeEnd = 0
ClientRequest.Request.ContentRangeStart = 0
ClientRequest.Request.UserAgent = 'RemObjects SDK'
DispatchOptions = []
ServerLocators = <>
Left = 115
Top = 164
end
end