103 lines
2.6 KiB
Plaintext
103 lines
2.6 KiB
Plaintext
|
|
object AsyncServerMainForm: TAsyncServerMainForm
|
||
|
|
Left = 644
|
||
|
|
Top = 151
|
||
|
|
BorderStyle = bsDialog
|
||
|
|
Caption = 'Async Server'
|
||
|
|
ClientHeight = 98
|
||
|
|
ClientWidth = 227
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
Position = poScreenCenter
|
||
|
|
OnClose = FormClose
|
||
|
|
OnCreate = FormCreate
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
Width = 212
|
||
|
|
Height = 48
|
||
|
|
Cursor = crHandPoint
|
||
|
|
end
|
||
|
|
object bSetupEmailSettings: TButton
|
||
|
|
Left = 13
|
||
|
|
Top = 69
|
||
|
|
Width = 206
|
||
|
|
Height = 25
|
||
|
|
Caption = 'Setup of email settings...'
|
||
|
|
TabOrder = 0
|
||
|
|
OnClick = bSetupEmailSettingsClick
|
||
|
|
end
|
||
|
|
object ROMessage: TROBinMessage
|
||
|
|
Left = 40
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROBPDXHTTPServer1: TROBPDXHTTPServer
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'ROMessage'
|
||
|
|
Message = ROMessage
|
||
|
|
Enabled = True
|
||
|
|
PathInfo = 'BIN'
|
||
|
|
end>
|
||
|
|
BPDXServer.ReleaseDate = '2002-09-01'
|
||
|
|
BPDXServer.ListenerThreadPriority = tpIdle
|
||
|
|
BPDXServer.SpawnedThreadPriority = tpIdle
|
||
|
|
BPDXServer.Suspend = False
|
||
|
|
BPDXServer.UseSSL = False
|
||
|
|
BPDXServer.UseThreadPool = True
|
||
|
|
BPDXServer.ServerPort = 8099
|
||
|
|
BPDXServer.ProtocolToBind = wpTCPOnly
|
||
|
|
BPDXServer.SocketOutputBufferSize = bsfNormal
|
||
|
|
BPDXServer.ServerType = stThreadBlocking
|
||
|
|
BPDXServer.ThreadCacheSize = 1000
|
||
|
|
BPDXServer.Timeout = 50000
|
||
|
|
BPDXServer.SupportKeepAlive = True
|
||
|
|
Port = 8099
|
||
|
|
SupportKeepAlive = True
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROIndyUDPServer1: TROIndyUDPServer
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'ROMessage'
|
||
|
|
Message = ROMessage
|
||
|
|
Enabled = True
|
||
|
|
end>
|
||
|
|
IndyUDPServer.Bindings = <>
|
||
|
|
IndyUDPServer.DefaultPort = 8098
|
||
|
|
Port = 8098
|
||
|
|
Left = 72
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object ROEmailServer: TROEmailServer
|
||
|
|
Dispatchers = <
|
||
|
|
item
|
||
|
|
Name = 'PostMessage'
|
||
|
|
Message = PostMessage
|
||
|
|
Enabled = True
|
||
|
|
end>
|
||
|
|
Pop3ServerAddress = 'mail.remobjects.com'
|
||
|
|
SmtpServerAddress = 'mail.remobjects.com'
|
||
|
|
ServerEmail = 'testserver@remobjects.com'
|
||
|
|
SmtpClient.Host = 'mail.remobjects.com'
|
||
|
|
SmtpClient.Password = 'testserver'
|
||
|
|
Pop3Client.Host = 'mail.remobjects.com'
|
||
|
|
Pop3Client.Password = 'testserver'
|
||
|
|
Pop3Password = 'testserver'
|
||
|
|
OnException = ROEmailServerException
|
||
|
|
Left = 104
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
object PostMessage: TROPostMessage
|
||
|
|
Left = 135
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
end
|