Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Multi Channel/MultiChannel_ClientMain.dfm
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

140 lines
3.2 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'
'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
ServerLocators = <>
DispatchOptions = []
UserAgent = 'RemObjects SDK'
Left = 30
Top = 164
end
object WinMessageChannel: TROWinMessageChannel
ServerLocators = <>
DispatchOptions = []
ServerID = '{30221B5E-6C56-4A91-A4E4-455BB3DA22B9}'
Left = 86
Top = 192
end
object NamedPipeChannel: TRONamedPipeChannel
ServerLocators = <>
DispatchOptions = []
ServerID = 'MultiChannel_ServerMainForm_NamedPipeServer'
ServerName = '.'
Left = 58
Top = 192
end
object DLLChannel: TRODLLChannel
ServerLocators = <>
DispatchOptions = []
DLLName = 'MultiChannel_DLLServer.dll'
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
ServerLocators = <>
DispatchOptions = []
Host = 'localhost'
Left = 30
Top = 192
end
object IndyUDPChannel: TROIndyUDPChannel
ServerLocators = <>
DispatchOptions = []
Retrys = 5
IndyClient.Host = 'localhost'
IndyClient.Port = 8090
Port = 8090
Host = 'localhost'
Left = 87
Top = 165
end
end