home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMCLEANPROG / TFRMCLEANPROG.txt
Encoding:
Text File  |  1998-01-09  |  2.1 KB  |  102 lines

  1. object frmCleanProg: TfrmCleanProg
  2.   Left = 253
  3.   Top = 263
  4.   ActiveControl = btnCancel
  5.   BorderIcons = [biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Cleaning Mailbox'
  8.   ClientHeight = 111
  9.   ClientWidth = 427
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblAction: TLabel
  21.     Left = 64
  22.     Top = 80
  23.     Width = 261
  24.     Height = 13
  25.     AutoSize = False
  26.   end
  27.   object lblBytes: TLabel
  28.     Left = 64
  29.     Top = 8
  30.     Width = 261
  31.     Height = 13
  32.     AutoSize = False
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object PROGClean: TProgressBar
  41.     Left = 64
  42.     Top = 24
  43.     Width = 261
  44.     Height = 25
  45.     Min = 0
  46.     Max = 100
  47.     TabOrder = 0
  48.   end
  49.   object btnCancel: TButton
  50.     Left = 344
  51.     Top = 40
  52.     Width = 73
  53.     Height = 25
  54.     Caption = 'Stop'
  55.     TabOrder = 1
  56.     OnClick = btnCancelClick
  57.   end
  58.   object btnDetail: TButton
  59.     Left = 344
  60.     Top = 72
  61.     Width = 73
  62.     Height = 25
  63.     Caption = '&Detail >>'
  64.     Default = True
  65.     Enabled = False
  66.     TabOrder = 2
  67.     Visible = False
  68.   end
  69.   object btnHide: TButton
  70.     Left = 344
  71.     Top = 8
  72.     Width = 73
  73.     Height = 25
  74.     Caption = '&Hide'
  75.     TabOrder = 3
  76.     OnClick = btnHideClick
  77.   end
  78.   object chkLoadAfterManual: TCheckBox
  79.     Left = 64
  80.     Top = 56
  81.     Width = 261
  82.     Height = 21
  83.     Caption = 'Launch my mail client when done...'
  84.     TabOrder = 4
  85.     OnClick = chkLoadAfterManualClick
  86.   end
  87.   object Animate1: TAnimate
  88.     Left = -1
  89.     Top = 4
  90.     Width = 60
  91.     Height = 53
  92.     Hint = 
  93.       'If this icon is moving, then Auto-Check is enabled, if it is sti' +
  94.       'll then Auto-Check is disabled and you need to clean your mailbo' +
  95.       'x manually by pressing the '#39'Clean Now'#39' button.'
  96.     Active = True
  97.     AutoSize = False
  98.     CommonAVI = aviFindFile
  99.     StopFrame = 23
  100.   end
  101. end
  102.