git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
34 lines
719 B
Plaintext
34 lines
719 B
Plaintext
object ClientForm: TClientForm
|
|
Left = 372
|
|
Top = 277
|
|
Width = 400
|
|
Height = 340
|
|
Caption = 'RemObjects Client'
|
|
ClientHeight = 64
|
|
ClientWidth = 228
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
TextHeight = 14
|
|
object ROMessage: TRO$MSGCLSNAME
|
|
Left = 36
|
|
Top = 8
|
|
end
|
|
object ROChannel: TRO$CHNCLSNAME
|
|
Left = 8
|
|
Top = 8
|
|
end
|
|
object RORemoteService: TRORemoteService
|
|
Message = ROMessage
|
|
Channel = ROChannel
|
|
ServiceName = '$SVCNAME'
|
|
Left = 64
|
|
Top = 8
|
|
end
|
|
end |