home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / Undelete.exe / RCDATA / TFRMNPROTECTWARNING / TFRMNPROTECTWARNING.txt
Encoding:
Text File  |  2004-03-31  |  1.8 KB  |  82 lines

  1. object frmNProtectWarning: TfrmNProtectWarning
  2.   Left = 232
  3.   Top = 673
  4.   BorderStyle = bsDialog
  5.   Caption = 'Warning'
  6.   ClientHeight = 207
  7.   ClientWidth = 440
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 52
  22.     Top = 12
  23.     Width = 374
  24.     Height = 32
  25.     AutoSize = False
  26.     Caption = 
  27.       'This program detected that Norton Protection (a component of Sym' +
  28.       'antec Norton Utilities) is enabled for one of selected drives.  ' +
  29.       ' '
  30.     WordWrap = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 52
  34.     Top = 97
  35.     Width = 374
  36.     Height = 57
  37.     AutoSize = False
  38.     Caption = 
  39.       'As TuneUp Undelete searches for actually deleted files, files pr' +
  40.       'otected by Norton cannot be found. Disable Norton Protection to ' +
  41.       'use TuneUp Undelete with all of its features.'
  42.     WordWrap = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 52
  46.     Top = 52
  47.     Width = 374
  48.     Height = 46
  49.     AutoSize = False
  50.     Caption = 
  51.       'Norton Protection works by not actually deleting some files, but' +
  52.       ' moving them to a secure area first (like a secondary Recycle Bi' +
  53.       'n).'
  54.     WordWrap = True
  55.   end
  56.   object imgExclamation: TImage
  57.     Left = 12
  58.     Top = 12
  59.     Width = 32
  60.     Height = 32
  61.   end
  62.   object chkNoNProtectWarning: TCheckBox
  63.     Left = 13
  64.     Top = 177
  65.     Width = 197
  66.     Height = 17
  67.     Caption = 'Don'#39't show this message again'
  68.     TabOrder = 0
  69.   end
  70.   object btnOK: TButton
  71.     Left = 352
  72.     Top = 173
  73.     Width = 75
  74.     Height = 24
  75.     Cancel = True
  76.     Caption = 'OK'
  77.     Default = True
  78.     TabOrder = 1
  79.     OnClick = btnOKClick
  80.   end
  81. end
  82.