git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
40 lines
856 B
Plaintext
40 lines
856 B
Plaintext
object ServerForm: TServerForm
|
|
Left = 372
|
|
Top = 277
|
|
BorderStyle = bsDialog
|
|
Caption = 'RemObjects Server'
|
|
ClientHeight = 64
|
|
ClientWidth = 228
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
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
|
|
object RoPoweredByRemObjectsButton1: TRoPoweredByRemObjectsButton
|
|
Left = 8
|
|
Top = 8
|
|
Cursor = crHandPoint
|
|
end
|
|
end
|