- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
object TimeServer_ServerMainForm: TTimeServer_ServerMainForm
|
|
Left = 422
|
|
Top = 301
|
|
AutoScroll = False
|
|
Caption = 'TimeServer'
|
|
ClientHeight = 217
|
|
ClientWidth = 285
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
|
|
Left = 36
|
|
Top = 2
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
end
|
|
object mmRequest: TMemo
|
|
Left = 0
|
|
Top = 54
|
|
Width = 285
|
|
Height = 163
|
|
Align = alBottom
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
Lines.Strings = (
|
|
'')
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object ROMessage: TROBinMessage
|
|
Left = 51
|
|
Top = 59
|
|
end
|
|
object UDPServer: TROBroadcastServer
|
|
Dispatchers = <
|
|
item
|
|
Name = 'ROMessage'
|
|
Message = ROMessage
|
|
Enabled = True
|
|
end>
|
|
IndyUDPServer.BroadcastEnabled = True
|
|
IndyUDPServer.Bindings = <>
|
|
IndyUDPServer.DefaultPort = 8090
|
|
Port = 8090
|
|
OnRORequest = UDPServerRORequest
|
|
Left = 25
|
|
Top = 59
|
|
end
|
|
end
|