53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
|
|
object SuperTCPChannelChat_ServerMainForm: TSuperTCPChannelChat_ServerMainForm
|
||
|
|
Left = 76
|
||
|
|
Top = 115
|
||
|
|
BorderStyle = bsDialog
|
||
|
|
Caption = 'SuperTCPChannelChat - Server'
|
||
|
|
ClientHeight = 64
|
||
|
|
ClientWidth = 228
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
Position = poScreenCenter
|
||
|
|
OnCloseQuery = FormCloseQuery
|
||
|
|
OnCreate = FormCreate
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object ROPoweredButton: TROPoweredByRemObjectsButton
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
Width = 212
|
||
|
|
Height = 48
|
||
|
|
Cursor = crHandPoint
|
||
|
|
end
|
||
|
|
object ROMessage: TROBinMessage
|
||
|
|
Left = 40
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROServer: TROSuperTcpServer
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'ROMessage'
|
||
|
|
Message = ROMessage
|
||
|
|
Enabled = True
|
||
|
|
end>
|
||
|
|
EventRepository = ROEventRepository
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROSessionManager: TROInMemorySessionManager
|
||
|
|
Left = 72
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROEventRepository: TROInMemoryEventRepository
|
||
|
|
Message = ROMessage
|
||
|
|
SessionManager = ROSessionManager
|
||
|
|
Left = 104
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
end
|