home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TFRESTOREALL / TFRESTOREALL.txt
Text File  |  1998-01-15  |  2KB  |  89 lines

  1. inherited fRestoreAll: TfRestoreAll
  2.   Left = 525
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restore all (remove all changes)'
  6.   ClientHeight = 233
  7.   ClientWidth = 339
  8.   Position = poScreenCenter
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 23
  13.     Top = 19
  14.     Width = 296
  15.     Height = 13
  16.     Caption = 'Mark the areas to be restored !'
  17.   end
  18.   object Label2: TLabel [1]
  19.     Left = 23
  20.     Top = 156
  21.     Width = 277
  22.     Height = 31
  23.     Caption = 
  24.       'Before the restore starts, you'#39'll see a list to to confirm the a' +
  25.       'ctions'
  26.     WordWrap = True
  27.   end
  28.   object GroupBox1: TGroupBox [2]
  29.     Left = 23
  30.     Top = 44
  31.     Width = 278
  32.     Height = 105
  33.     Caption = 'Areas'
  34.     TabOrder = 0
  35.     object RegCB: TCheckBox
  36.       Left = 15
  37.       Top = 22
  38.       Width = 149
  39.       Height = 17
  40.       Caption = 'Windows registry'
  41.       State = cbChecked
  42.       TabOrder = 0
  43.     end
  44.     object FilesCB: TCheckBox
  45.       Left = 15
  46.       Top = 48
  47.       Width = 149
  48.       Height = 17
  49.       Caption = 'Files/Folders'
  50.       State = cbChecked
  51.       TabOrder = 1
  52.     end
  53.     object SystemCB: TCheckBox
  54.       Left = 15
  55.       Top = 73
  56.       Width = 149
  57.       Height = 17
  58.       Caption = 'Systemfiles'
  59.       State = cbChecked
  60.       TabOrder = 2
  61.     end
  62.   end
  63.   object BitBtn1: TBitBtn [3]
  64.     Left = 49
  65.     Top = 196
  66.     Width = 96
  67.     Height = 25
  68.     Caption = '&OK'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = BitBtn1Click
  72.     NumGlyphs = 2
  73.   end
  74.   object BitBtn2: TBitBtn [4]
  75.     Left = 194
  76.     Top = 196
  77.     Width = 96
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = '&Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.     NumGlyphs = 2
  84.   end
  85.   inherited MSOfficeCaption1: TMSOfficeCaption
  86.     CaptionText.Caption = 'Restore all (remove all changes)'
  87.   end
  88. end
  89.