home *** CD-ROM | disk | FTP | other *** search
- object ProtectDlg: TProtectDlg
- Left = 200
- Top = 102
- BorderStyle = bsDialog
- Caption = 'Protected Files'
- ClientHeight = 262
- ClientWidth = 232
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 232
- Height = 262
- Align = alClient
- TabOrder = 0
- object Label1: TLabel
- Left = 20
- Top = 8
- Width = 189
- Height = 81
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'File names in the following list will not be deleted by SysFile.' +
- ' You may add additional files to the list. Removing files from t' +
- 'his list is at your own risk!'
- WordWrap = True
- end
- object ProtMemo: TMemo
- Left = 36
- Top = 96
- Width = 153
- Height = 117
- Alignment = taCenter
- BorderStyle = bsNone
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- 'AUTOEXEC.BAT'
- 'CONFIG.SYS'
- 'WIN.INI'
- 'SYSTEM.INI'
- 'PROTOCOL.INI'
- 'CONTROL.INI'
- 'PROGMAN.INI'
- 'SERIALNO.INI'
- 'WINFILE.INI')
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- end
- object ProtOK: TBitBtn
- Left = 72
- Top = 220
- Width = 89
- Height = 33
- TabOrder = 1
- OnClick = ProtOKClick
- Kind = bkOK
- end
- end
- end
-