home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1997 February / OP2_97.BIN / cd-rom / tools / email / qmail11.exe / Qmail.exe / 0 / RCDATA / TFAUTOMAIL / TFAUTOMAIL.txt
Text File  |  1996-10-28  |  4KB  |  206 lines

  1. object FAutoMail: TFAutoMail
  2.   Left = 350
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'EasyCash QMail'
  7.   ClientHeight = 267
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 16
  21.     Width = 105
  22.     Height = 16
  23.     AutoSize = False
  24.     Caption = 'Sender E-Mail:'
  25.     FocusControl = EdEmail
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 48
  30.     Width = 105
  31.     Height = 16
  32.     AutoSize = False
  33.     Caption = 'Connect to:'
  34.     FocusControl = CboConnection
  35.   end
  36.   object Report: TMemo
  37.     Left = 4
  38.     Top = 80
  39.     Width = 365
  40.     Height = 145
  41.     ReadOnly = True
  42.     ScrollBars = ssVertical
  43.     TabOrder = 7
  44.     Visible = False
  45.   end
  46.   object EdEmail: TEdit
  47.     Left = 132
  48.     Top = 12
  49.     Width = 235
  50.     Height = 24
  51.     TabOrder = 0
  52.     Text = 'Yourname@company.com'
  53.   end
  54.   object Group: TGroupBox
  55.     Left = 4
  56.     Top = 76
  57.     Width = 367
  58.     Height = 149
  59.     Caption = 'Server'
  60.     TabOrder = 1
  61.     object Label5: TLabel
  62.       Left = 8
  63.       Top = 24
  64.       Width = 105
  65.       Height = 16
  66.       AutoSize = False
  67.       Caption = 'SMTP Server:'
  68.       FocusControl = CboConnection
  69.     end
  70.     object Label6: TLabel
  71.       Left = 8
  72.       Top = 52
  73.       Width = 105
  74.       Height = 16
  75.       AutoSize = False
  76.       Caption = 'Default port:'
  77.       FocusControl = CboConnection
  78.     end
  79.     object Label7: TLabel
  80.       Left = 8
  81.       Top = 80
  82.       Width = 109
  83.       Height = 16
  84.       AutoSize = False
  85.       Caption = 'Username:'
  86.       FocusControl = EdUser
  87.     end
  88.     object Label8: TLabel
  89.       Left = 8
  90.       Top = 108
  91.       Width = 105
  92.       Height = 16
  93.       AutoSize = False
  94.       Caption = 'Password:'
  95.       FocusControl = EdPasswort
  96.     end
  97.     object EdUser: TEdit
  98.       Left = 120
  99.       Top = 80
  100.       Width = 233
  101.       Height = 24
  102.       TabOrder = 0
  103.       Text = 'Yourname'
  104.     end
  105.     object EdPasswort: TEdit
  106.       Left = 120
  107.       Top = 108
  108.       Width = 233
  109.       Height = 24
  110.       PasswordChar = '*'
  111.       TabOrder = 1
  112.       Text = 'Password'
  113.     end
  114.     object EdSmtpHost: TEdit
  115.       Left = 120
  116.       Top = 24
  117.       Width = 233
  118.       Height = 24
  119.       TabOrder = 2
  120.       Text = '197.0.0.1'
  121.     end
  122.     object EdSmtpPort: TEdit
  123.       Left = 120
  124.       Top = 52
  125.       Width = 49
  126.       Height = 24
  127.       TabOrder = 3
  128.       Text = '25'
  129.     end
  130.   end
  131.   object BtnHelp: TButton
  132.     Left = 272
  133.     Top = 232
  134.     Width = 101
  135.     Height = 29
  136.     Caption = '&Help'
  137.     TabOrder = 2
  138.     OnClick = BtnHelpClick
  139.   end
  140.   object BtnCancel: TButton
  141.     Left = 164
  142.     Top = 232
  143.     Width = 101
  144.     Height = 29
  145.     Caption = '&Cancel'
  146.     TabOrder = 3
  147.     OnClick = BtnCancelClick
  148.   end
  149.   object BtnOK: TButton
  150.     Left = 56
  151.     Top = 232
  152.     Width = 103
  153.     Height = 29
  154.     Caption = '&OK'
  155.     Default = True
  156.     TabOrder = 4
  157.     OnClick = BtnOKClick
  158.   end
  159.   object CboConnection: TComboBox
  160.     Left = 132
  161.     Top = 44
  162.     Width = 237
  163.     Height = 24
  164.     ItemHeight = 16
  165.     TabOrder = 5
  166.     Text = 'CboConnection'
  167.   end
  168.   object MsgBody: TMemo
  169.     Left = 0
  170.     Top = 246
  171.     Width = 377
  172.     Height = 21
  173.     Align = alBottom
  174.     Lines.Strings = (
  175.       'MsgBody')
  176.     TabOrder = 6
  177.     Visible = False
  178.     WantTabs = True
  179.     WordWrap = False
  180.   end
  181.   object RAS: TRAS
  182.     OnConnect = RASConnect
  183.     OnDisconnect = RASDisconnect
  184.     Left = 4
  185.     Top = 4
  186.   end
  187.   object msSMTP: TmsSMTP
  188.     DefaultPort = 25
  189.     MailMessage = msMessage
  190.     Left = 4
  191.     Top = 32
  192.   end
  193.   object msMessage: TmsMessage
  194.     ContentType = 'text/plain'
  195.     ReturnReceipt = False
  196.     Left = 4
  197.     Top = 60
  198.   end
  199.   object ConnectTimer: TTimer
  200.     Enabled = False
  201.     OnTimer = ConnectTimerTimer
  202.     Left = 4
  203.     Top = 88
  204.   end
  205. end
  206.