home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / DELPHI / SYSFILE / PROTDLG.DFM / PROTDLG.txt
Encoding:
Text File  |  1996-12-01  |  1.5 KB  |  73 lines

  1. object ProtectDlg: TProtectDlg
  2.   Left = 200
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Protected Files'
  6.   ClientHeight = 262
  7.   ClientWidth = 232
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 232
  20.     Height = 262
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 20
  25.       Top = 8
  26.       Width = 189
  27.       Height = 81
  28.       Alignment = taCenter
  29.       AutoSize = False
  30.       Caption = 
  31.         'File names in the following list will not be deleted by SysFile.' +
  32.         ' You may add additional files to the list. Removing files from t' +
  33.         'his list is at your own risk!'
  34.       WordWrap = True
  35.     end
  36.     object ProtMemo: TMemo
  37.       Left = 36
  38.       Top = 96
  39.       Width = 153
  40.       Height = 117
  41.       Alignment = taCenter
  42.       BorderStyle = bsNone
  43.       Font.Color = clNavy
  44.       Font.Height = -13
  45.       Font.Name = 'Arial'
  46.       Font.Style = [fsBold]
  47.       Lines.Strings = (
  48.         'AUTOEXEC.BAT'
  49.         'CONFIG.SYS'
  50.         'WIN.INI'
  51.         'SYSTEM.INI'
  52.         'PROTOCOL.INI'
  53.         'CONTROL.INI'
  54.         'PROGMAN.INI'
  55.         'SERIALNO.INI'
  56.         'WINFILE.INI')
  57.       ParentFont = False
  58.       ScrollBars = ssVertical
  59.       TabOrder = 0
  60.       WordWrap = False
  61.     end
  62.     object ProtOK: TBitBtn
  63.       Left = 72
  64.       Top = 220
  65.       Width = 89
  66.       Height = 33
  67.       TabOrder = 1
  68.       OnClick = ProtOKClick
  69.       Kind = bkOK
  70.     end
  71.   end
  72. end
  73.