Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Super TCP Channel Chat/SuperTCPChannelChat_ClientMain.dfm
david d99a44999f - 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

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

115 lines
2.5 KiB
Plaintext

object SuperTCPChannelChat_ClientMainForm: TSuperTCPChannelChat_ClientMainForm
Left = 92
Top = 108
AutoScroll = False
Caption = 'SuperTCPChannelChat - Client'
ClientHeight = 244
ClientWidth = 424
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 12
Top = 12
Width = 212
Height = 48
Cursor = crHandPoint
end
object edOutput: TMemo
Left = 12
Top = 62
Width = 282
Height = 143
Anchors = [akLeft, akTop, akRight, akBottom]
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object edUsers: TListBox
Left = 300
Top = 62
Width = 112
Height = 143
Anchors = [akTop, akRight, akBottom]
ItemHeight = 13
Items.Strings = (
'[All Users]')
TabOrder = 1
end
object edText: TEdit
Left = 12
Top = 211
Width = 315
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 2
end
object SendButton: TButton
Left = 333
Top = 209
Width = 79
Height = 22
Anchors = [akRight, akBottom]
Caption = '&Send'
Default = True
TabOrder = 3
OnClick = SendButtonClick
end
object LogonButton: TButton
Left = 336
Top = 5
Width = 75
Height = 22
Anchors = [akTop, akRight]
Caption = 'Log On'
TabOrder = 4
OnClick = LogonButtonClick
end
object LogoffButton: TButton
Left = 336
Top = 33
Width = 75
Height = 22
Anchors = [akTop, akRight]
Caption = 'Log Off'
TabOrder = 5
OnClick = LogoffButtonClick
end
object ROMessage: TROBinMessage
Left = 36
Top = 8
end
object ROChannel: TROSuperTcpChannel
ServerLocators = <>
DispatchOptions = []
Host = 'localhost'
Left = 8
Top = 8
end
object RORemoteService: TRORemoteService
ServiceName = 'ChatServerService'
Message = ROMessage
Channel = ROChannel
Left = 64
Top = 8
end
object ROEventReceiver: TROEventReceiver
Message = ROMessage
Channel = ROChannel
ServiceName = 'LoginService'
Left = 241
Top = 16
end
end