object FAutoMail: TFAutoMail Left = 350 Top = 204 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'EasyCash QMail' ClientHeight = 267 ClientWidth = 377 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 4 Top = 16 Width = 105 Height = 16 AutoSize = False Caption = 'Sender E-Mail:' FocusControl = EdEmail end object Label2: TLabel Left = 4 Top = 48 Width = 105 Height = 16 AutoSize = False Caption = 'Connect to:' FocusControl = CboConnection end object Report: TMemo Left = 4 Top = 80 Width = 365 Height = 145 ReadOnly = True ScrollBars = ssVertical TabOrder = 7 Visible = False end object EdEmail: TEdit Left = 132 Top = 12 Width = 235 Height = 24 TabOrder = 0 Text = 'Yourname@company.com' end object Group: TGroupBox Left = 4 Top = 76 Width = 367 Height = 149 Caption = 'Server' TabOrder = 1 object Label5: TLabel Left = 8 Top = 24 Width = 105 Height = 16 AutoSize = False Caption = 'SMTP Server:' FocusControl = CboConnection end object Label6: TLabel Left = 8 Top = 52 Width = 105 Height = 16 AutoSize = False Caption = 'Default port:' FocusControl = CboConnection end object Label7: TLabel Left = 8 Top = 80 Width = 109 Height = 16 AutoSize = False Caption = 'Username:' FocusControl = EdUser end object Label8: TLabel Left = 8 Top = 108 Width = 105 Height = 16 AutoSize = False Caption = 'Password:' FocusControl = EdPasswort end object EdUser: TEdit Left = 120 Top = 80 Width = 233 Height = 24 TabOrder = 0 Text = 'Yourname' end object EdPasswort: TEdit Left = 120 Top = 108 Width = 233 Height = 24 PasswordChar = '*' TabOrder = 1 Text = 'Password' end object EdSmtpHost: TEdit Left = 120 Top = 24 Width = 233 Height = 24 TabOrder = 2 Text = '197.0.0.1' end object EdSmtpPort: TEdit Left = 120 Top = 52 Width = 49 Height = 24 TabOrder = 3 Text = '25' end end object BtnHelp: TButton Left = 272 Top = 232 Width = 101 Height = 29 Caption = '&Help' TabOrder = 2 OnClick = BtnHelpClick end object BtnCancel: TButton Left = 164 Top = 232 Width = 101 Height = 29 Caption = '&Cancel' TabOrder = 3 OnClick = BtnCancelClick end object BtnOK: TButton Left = 56 Top = 232 Width = 103 Height = 29 Caption = '&OK' Default = True TabOrder = 4 OnClick = BtnOKClick end object CboConnection: TComboBox Left = 132 Top = 44 Width = 237 Height = 24 ItemHeight = 16 TabOrder = 5 Text = 'CboConnection' end object MsgBody: TMemo Left = 0 Top = 246 Width = 377 Height = 21 Align = alBottom Lines.Strings = ( 'MsgBody') TabOrder = 6 Visible = False WantTabs = True WordWrap = False end object RAS: TRAS OnConnect = RASConnect OnDisconnect = RASDisconnect Left = 4 Top = 4 end object msSMTP: TmsSMTP DefaultPort = 25 MailMessage = msMessage Left = 4 Top = 32 end object msMessage: TmsMessage ContentType = 'text/plain' ReturnReceipt = False Left = 4 Top = 60 end object ConnectTimer: TTimer Enabled = False OnTimer = ConnectTimerTimer Left = 4 Top = 88 end end