Componentes.Terceros.RemObj.../internal/5.0.24.615/1/RemObjects SDK for Delphi/Samples/Multi Channel/MultiChannel_ClientMain.dfm

172 lines
4.5 KiB
Plaintext

object MultiChannel_ClientMainForm: TMultiChannel_ClientMainForm
Left = 301
Top = 153
AutoScroll = False
Caption = 'MultiChannel_ClientMainForm'
ClientHeight = 336
ClientWidth = 384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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
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.MaxLineAction = maException
ClientWait.ReadTimeout = 0
ClientWait.AllowCookies = True
ClientWait.ProxyParams.BasicAuthentication = False
ClientWait.ProxyParams.ProxyPort = 0
ClientWait.Request.ContentLength = -1
ClientWait.Request.ContentRangeEnd = 0
ClientWait.Request.ContentRangeStart = 0
ClientWait.Request.ContentType = 'text/html'
ClientWait.Request.Accept = 'text/html, */*'
ClientWait.Request.BasicAuthentication = False
ClientWait.Request.UserAgent = 'RemObjects SDK'
ClientWait.HTTPOptions = [hoForceEncodeParams]
ClientRequest.MaxLineAction = maException
ClientRequest.ReadTimeout = 0
ClientRequest.AllowCookies = True
ClientRequest.ProxyParams.BasicAuthentication = False
ClientRequest.ProxyParams.ProxyPort = 0
ClientRequest.Request.ContentLength = -1
ClientRequest.Request.ContentRangeEnd = 0
ClientRequest.Request.ContentRangeStart = 0
ClientRequest.Request.ContentType = 'text/html'
ClientRequest.Request.Accept = 'text/html, */*'
ClientRequest.Request.BasicAuthentication = False
ClientRequest.Request.UserAgent = 'RemObjects SDK'
ClientRequest.HTTPOptions = [hoForceEncodeParams]
Left = 114
Top = 164
end
end