home *** CD-ROM | disk | FTP | other *** search
- object frmCleanProg: TfrmCleanProg
- Left = 253
- Top = 263
- ActiveControl = btnCancel
- BorderIcons = [biMinimize]
- BorderStyle = bsDialog
- Caption = 'Cleaning Mailbox'
- ClientHeight = 111
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblAction: TLabel
- Left = 64
- Top = 80
- Width = 261
- Height = 13
- AutoSize = False
- end
- object lblBytes: TLabel
- Left = 64
- Top = 8
- Width = 261
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object PROGClean: TProgressBar
- Left = 64
- Top = 24
- Width = 261
- Height = 25
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 344
- Top = 40
- Width = 73
- Height = 25
- Caption = 'Stop'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnDetail: TButton
- Left = 344
- Top = 72
- Width = 73
- Height = 25
- Caption = '&Detail >>'
- Default = True
- Enabled = False
- TabOrder = 2
- Visible = False
- end
- object btnHide: TButton
- Left = 344
- Top = 8
- Width = 73
- Height = 25
- Caption = '&Hide'
- TabOrder = 3
- OnClick = btnHideClick
- end
- object chkLoadAfterManual: TCheckBox
- Left = 64
- Top = 56
- Width = 261
- Height = 21
- Caption = 'Launch my mail client when done...'
- TabOrder = 4
- OnClick = chkLoadAfterManualClick
- end
- object Animate1: TAnimate
- Left = -1
- Top = 4
- Width = 60
- Height = 53
- Hint =
- 'If this icon is moving, then Auto-Check is enabled, if it is sti' +
- 'll then Auto-Check is disabled and you need to clean your mailbo' +
- 'x manually by pressing the '#39'Clean Now'#39' button.'
- Active = True
- AutoSize = False
- CommonAVI = aviFindFile
- StopFrame = 23
- end
- end
-