home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / RESCUE95.EXE / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1998-09-13  |  3KB  |  149 lines

  1. object Form7: TForm7
  2.   Left = 165
  3.   Top = 126
  4.   HelpContext = 9
  5.   BorderStyle = bsDialog
  6.   Caption = 'Download Upgraded Regedit'
  7.   ClientHeight = 260
  8.   ClientWidth = 329
  9.   Color = clInfoBk
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 313
  22.     Height = 33
  23.     AutoSize = False
  24.     Caption = 
  25.       '   Earlier Versions of Windows95 have a bug in them that causes ' +
  26.       'an error when compacting.  To fix this bug follow these steps:'
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 40
  32.     Width = 228
  33.     Height = 17
  34.     AutoSize = False
  35.     Caption = '1.  Download a newer version of regedit.exe.'
  36.     WordWrap = True
  37.   end
  38.   object Label3: TLabel
  39.     Left = 16
  40.     Top = 136
  41.     Width = 228
  42.     Height = 17
  43.     AutoSize = False
  44.     Caption = '3.  Find the new regedit.exe on your harddrive.'
  45.     WordWrap = True
  46.   end
  47.   object Label4: TLabel
  48.     Left = 16
  49.     Top = 192
  50.     Width = 169
  51.     Height = 33
  52.     AutoSize = False
  53.     Caption = 
  54.       '4.  Replace the old file.  Click here,             and I will do' +
  55.       ' it for you.'
  56.     WordWrap = True
  57.   end
  58.   object Label5: TLabel
  59.     Left = 16
  60.     Top = 116
  61.     Width = 228
  62.     Height = 17
  63.     AutoSize = False
  64.     Caption = '2.  Unzip regedit.zip.'
  65.     WordWrap = True
  66.   end
  67.   object Label6: TLabel
  68.     Left = 32
  69.     Top = 60
  70.     Width = 265
  71.     Height = 57
  72.     Alignment = taCenter
  73.     AutoSize = False
  74.     Caption = 
  75.       'The upgraded Regedit is at http://www.users.dircon.co.uk/%7Eflib' +
  76.       'ble/reg/reg.zip.  Clicking on the Download button will go there.' +
  77.       '  If it is not there, try http://www.microsoft.com.'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clMaroon
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     WordWrap = True
  85.   end
  86.   object Button1: TButton
  87.     Left = 240
  88.     Top = 40
  89.     Width = 73
  90.     Height = 17
  91.     Hint = 
  92.       'Downloads regedit.exe.  If this doesn'#39't work, look at www.micros' +
  93.       'oft.com.'
  94.     Caption = '&Download'
  95.     ParentShowHint = False
  96.     ShowHint = True
  97.     TabOrder = 0
  98.     OnClick = Button1Click
  99.   end
  100.   object Edit1: TEdit
  101.     Left = 32
  102.     Top = 160
  103.     Width = 232
  104.     Height = 21
  105.     Hint = 
  106.       'The location of the new regedit should be displayed here.  Press' +
  107.       ' Browse to find it.'
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 1
  111.   end
  112.   object Button3: TButton
  113.     Left = 264
  114.     Top = 160
  115.     Width = 49
  116.     Height = 20
  117.     Hint = 'Where is the regedit file you downloaded?'
  118.     Caption = '&Browse'
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 2
  122.     OnClick = Button3Click
  123.   end
  124.   object Button4: TButton
  125.     Left = 192
  126.     Top = 196
  127.     Width = 57
  128.     Height = 17
  129.     Hint = 'I will replace the old regedit with the new one.'
  130.     Caption = '&Replace'
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     TabOrder = 3
  134.     OnClick = Button4Click
  135.   end
  136.   object Button5: TButton
  137.     Left = 128
  138.     Top = 232
  139.     Width = 57
  140.     Height = 20
  141.     Hint = 'Click here to get rid of this window.'
  142.     Caption = 'O K'
  143.     ModalResult = 1
  144.     ParentShowHint = False
  145.     ShowHint = True
  146.     TabOrder = 4
  147.   end
  148. end
  149.