git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@49 b6239004-a887-0f4b-9937-50029ccdca16
85 lines
2.0 KiB
Plaintext
85 lines
2.0 KiB
Plaintext
object AsyncServerMainForm: TAsyncServerMainForm
|
|
Left = 644
|
|
Top = 151
|
|
BorderStyle = bsDialog
|
|
Caption = 'Async Server'
|
|
ClientHeight = 98
|
|
ClientWidth = 227
|
|
Color = clBtnFace
|
|
ParentFont = True
|
|
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 ROServer: TROIndyHTTPServer
|
|
Dispatchers = <
|
|
item
|
|
Name = 'ROMessage'
|
|
Message = ROMessage
|
|
Enabled = True
|
|
PathInfo = 'BIN'
|
|
end>
|
|
Port = 8099
|
|
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
|