home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMGETMAIL / TFRMGETMAIL.txt < prev   
Text File  |  1999-02-09  |  4KB  |  176 lines

  1. object frmGetMail: TfrmGetMail
  2.   Left = 177
  3.   Top = 145
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Receiving mail...'
  9.   ClientHeight = 194
  10.   ClientWidth = 329
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Nothing1: TImage
  26.     Left = 78
  27.     Top = 8
  28.     Width = 34
  29.     Height = 22
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.   end
  33.   object Nothing2: TLabel
  34.     Left = 118
  35.     Top = 13
  36.     Width = 132
  37.     Height = 13
  38.     Caption = 'Checking for new mail...'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'Tahoma'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Nothing4: TLabel
  48.     Left = 8
  49.     Top = 40
  50.     Width = 90
  51.     Height = 13
  52.     Caption = '∩┐╜ Current account:'
  53.     Transparent = True
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = 0
  57.     Top = 200
  58.     Width = 329
  59.     Height = 9
  60.     Shape = bsTopLine
  61.   end
  62.   object lblCurrentAccount: TLabel
  63.     Left = 104
  64.     Top = 38
  65.     Width = 217
  66.     Height = 17
  67.     AutoSize = False
  68.     Font.Charset = ANSI_CHARSET
  69.     Font.Color = clNavy
  70.     Font.Height = -11
  71.     Font.Name = 'Tahoma'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     Transparent = True
  75.     Layout = tlCenter
  76.     WordWrap = True
  77.   end
  78.   object Nothing3: TGroupBox
  79.     Left = 8
  80.     Top = 64
  81.     Width = 313
  82.     Height = 89
  83.     Caption = ' Status '
  84.     TabOrder = 0
  85.     object lblConnectionStatus: TLabel
  86.       Left = 16
  87.       Top = 20
  88.       Width = 74
  89.       Height = 13
  90.       Caption = 'Not connected.'
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clBlue
  93.       Font.Height = -11
  94.       Font.Name = 'Tahoma'
  95.       Font.Style = []
  96.       ParentFont = False
  97.     end
  98.     object lblOutput: TLabel
  99.       Left = 16
  100.       Top = 40
  101.       Width = 119
  102.       Height = 13
  103.       Caption = 'Attempting to connect...'
  104.       Font.Charset = ANSI_CHARSET
  105.       Font.Color = clPurple
  106.       Font.Height = -11
  107.       Font.Name = 'Tahoma'
  108.       Font.Style = []
  109.       ParentFont = False
  110.     end
  111.     object pbMain: TProgressBar
  112.       Left = 16
  113.       Top = 64
  114.       Width = 289
  115.       Height = 17
  116.       Min = 0
  117.       Max = 100
  118.       TabOrder = 0
  119.       Visible = False
  120.     end
  121.   end
  122.   object Button2: TButton
  123.     Left = 92
  124.     Top = 168
  125.     Width = 73
  126.     Height = 23
  127.     Caption = '&Hide'
  128.     TabOrder = 1
  129.     OnClick = Button2Click
  130.   end
  131.   object btnShowErrors: TButton
  132.     Left = 212
  133.     Top = 168
  134.     Width = 73
  135.     Height = 23
  136.     Caption = '&Errors ->'
  137.     Enabled = False
  138.     TabOrder = 2
  139.     OnClick = btnShowErrorsClick
  140.   end
  141.   object lstErrors: TListBox
  142.     Left = 8
  143.     Top = 216
  144.     Width = 313
  145.     Height = 89
  146.     ItemHeight = 13
  147.     TabOrder = 3
  148.   end
  149.   object POP3: TSakPOP
  150.     Port = '110'
  151.     ErrorInFormatOfMsg = 'Error in message format'
  152.     DecodeProgressStep = 10
  153.     RetrieveProgressStep = 10
  154.     OnQuit = POP3Quit
  155.     OnError = POP3Error
  156.     OnBeforeRetrieve = POP3BeforeRetrieve
  157.     OnAfterRetrieve = POP3AfterRetrieve
  158.     OnRetrieveProgress = POP3RetrieveProgress
  159.     Left = 248
  160.     Top = 104
  161.   end
  162.   object tmrCloseWindow: TTimer
  163.     Enabled = False
  164.     OnTimer = tmrCloseWindowTimer
  165.     Left = 248
  166.     Top = 8
  167.   end
  168.   object tmrGetMail: TTimer
  169.     Enabled = False
  170.     Interval = 20
  171.     OnTimer = tmrGetMailTimer
  172.     Left = 248
  173.     Top = 56
  174.   end
  175. end
  176.