65 lines
1.3 KiB
Plaintext
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
|