Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/Dispatch Notifier/DispatchNotifierServerMain.dfm
2009-02-28 17:16:16 +00:00

61 lines
1.2 KiB
Plaintext

object DispatchNotifierServerMainForm: TDispatchNotifierServerMainForm
Left = 28
Top = 84
AutoScroll = False
Caption = 'Dispatch Notifier Server'
ClientHeight = 298
ClientWidth = 474
Color = clBtnFace
ParentFont = True
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