home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 165
- Top = 126
- HelpContext = 9
- BorderStyle = bsDialog
- Caption = 'Download Upgraded Regedit'
- ClientHeight = 260
- ClientWidth = 329
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- ' Earlier Versions of Windows95 have a bug in them that causes ' +
- 'an error when compacting. To fix this bug follow these steps:'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 40
- Width = 228
- Height = 17
- AutoSize = False
- Caption = '1. Download a newer version of regedit.exe.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 16
- Top = 136
- Width = 228
- Height = 17
- AutoSize = False
- Caption = '3. Find the new regedit.exe on your harddrive.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 16
- Top = 192
- Width = 169
- Height = 33
- AutoSize = False
- Caption =
- '4. Replace the old file. Click here, and I will do' +
- ' it for you.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 16
- Top = 116
- Width = 228
- Height = 17
- AutoSize = False
- Caption = '2. Unzip regedit.zip.'
- WordWrap = True
- end
- object Label6: TLabel
- Left = 32
- Top = 60
- Width = 265
- Height = 57
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'The upgraded Regedit is at http://www.users.dircon.co.uk/%7Eflib' +
- 'ble/reg/reg.zip. Clicking on the Download button will go there.' +
- ' If it is not there, try http://www.microsoft.com.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 240
- Top = 40
- Width = 73
- Height = 17
- Hint =
- 'Downloads regedit.exe. If this doesn'#39't work, look at www.micros' +
- 'oft.com.'
- Caption = '&Download'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 32
- Top = 160
- Width = 232
- Height = 21
- Hint =
- 'The location of the new regedit should be displayed here. Press' +
- ' Browse to find it.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object Button3: TButton
- Left = 264
- Top = 160
- Width = 49
- Height = 20
- Hint = 'Where is the regedit file you downloaded?'
- Caption = '&Browse'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 192
- Top = 196
- Width = 57
- Height = 17
- Hint = 'I will replace the old regedit with the new one.'
- Caption = '&Replace'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 128
- Top = 232
- Width = 57
- Height = 20
- Hint = 'Click here to get rid of this window.'
- Caption = 'O K'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- end
-