home *** CD-ROM | disk | FTP | other *** search
- object frmNProtectWarning: TfrmNProtectWarning
- Left = 232
- Top = 673
- BorderStyle = bsDialog
- Caption = 'Warning'
- ClientHeight = 207
- ClientWidth = 440
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 52
- Top = 12
- Width = 374
- Height = 32
- AutoSize = False
- Caption =
- 'This program detected that Norton Protection (a component of Sym' +
- 'antec Norton Utilities) is enabled for one of selected drives. ' +
- ' '
- WordWrap = True
- end
- object Label2: TLabel
- Left = 52
- Top = 97
- Width = 374
- Height = 57
- AutoSize = False
- Caption =
- 'As TuneUp Undelete searches for actually deleted files, files pr' +
- 'otected by Norton cannot be found. Disable Norton Protection to ' +
- 'use TuneUp Undelete with all of its features.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 52
- Top = 52
- Width = 374
- Height = 46
- AutoSize = False
- Caption =
- 'Norton Protection works by not actually deleting some files, but' +
- ' moving them to a secure area first (like a secondary Recycle Bi' +
- 'n).'
- WordWrap = True
- end
- object imgExclamation: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- end
- object chkNoNProtectWarning: TCheckBox
- Left = 13
- Top = 177
- Width = 197
- Height = 17
- Caption = 'Don'#39't show this message again'
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 352
- Top = 173
- Width = 75
- Height = 24
- Cancel = True
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- end
-