git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
27 lines
496 B
Plaintext
27 lines
496 B
Plaintext
object ServerForm: TServerForm
|
|
Left = 227
|
|
Top = 213
|
|
Width = 403
|
|
Height = 207
|
|
Caption = 'RemObjects Server'
|
|
Color = clBackground
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
TextWidth = 6
|
|
object ROMessage: TRO$MSGCLSNAME
|
|
Left = 36
|
|
Top = 8
|
|
end
|
|
object ROServer: TRO$SRVCLSNAME
|
|
Active = False
|
|
Dispatchers = <
|
|
item
|
|
Name = 'ROMessage'
|
|
Message = ROMessage
|
|
Enabled = True
|
|
end>
|
|
Left = 8
|
|
Top = 8
|
|
end
|
|
end
|