Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Dispatch Notifier/DispatchNotifierServerMain.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

65 lines
1.3 KiB
Plaintext

object DispatchNotifierServerMainForm: TDispatchNotifierServerMainForm
Left = 28
Top = 84
AutoScroll = False
Caption = 'Dispatch Notifier Server'
ClientHeight = 298
ClientWidth = 474
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 135
Top = 5
Width = 212
Height = 48
Cursor = crHandPoint
end
object Memo: TMemo
Left = 8
Top = 58
Width = 458
Height = 233
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
object ROMessage: TROBinMessage
Left = 128
Top = 72
end
object ROIndyTCPServer: TROIndyTCPServer
Active = True
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
end>
Port = 8099
Left = 192
Top = 72
end
object ROIndyHTTPServer: TROIndyHTTPServer
Active = True
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = '/BIN'
end>
Port = 8090
Left = 160
Top = 72
end
end