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

  1. inherited fAddSysFile: TfAddSysFile
  2.   Left = 290
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add systemfile'
  6.   ClientHeight = 259
  7.   ClientWidth = 285
  8.   Position = poScreenCenter
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label2: TLabel
  12.     Left = 21
  13.     Top = 13
  14.     Width = 55
  15.     Height = 13
  16.     Caption = 'Filename:'
  17.   end
  18.   object GroupBox1: TGroupBox [1]
  19.     Left = 20
  20.     Top = 67
  21.     Width = 247
  22.     Height = 131
  23.     Caption = 'Filetype'
  24.     TabOrder = 2
  25.     object Label1: TLabel
  26.       Left = 15
  27.       Top = 70
  28.       Width = 166
  29.       Height = 39
  30.       Caption = 
  31.         'NOTE: the program is not able to restore the changes for textfil' +
  32.         'es'
  33.       WordWrap = True
  34.     end
  35.     object IniRB: TRadioButton
  36.       Left = 15
  37.       Top = 20
  38.       Width = 223
  39.       Height = 17
  40.       Caption = 'INI-file (like WIN.INI)'
  41.       Checked = True
  42.       TabOrder = 0
  43.       TabStop = True
  44.     end
  45.     object TxtRB: TRadioButton
  46.       Left = 15
  47.       Top = 42
  48.       Width = 215
  49.       Height = 17
  50.       Caption = 'TEXT-file (like CONFIG.SYS)'
  51.       TabOrder = 1
  52.     end
  53.   end
  54.   object filenameEDT: TEdit [2]
  55.     Left = 20
  56.     Top = 28
  57.     Width = 220
  58.     Height = 21
  59.     TabOrder = 0
  60.   end
  61.   object Button1: TButton [3]
  62.     Left = 242
  63.     Top = 28
  64.     Width = 25
  65.     Height = 22
  66.     Caption = '...'
  67.     TabOrder = 1
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton [4]
  71.     Left = 21
  72.     Top = 216
  73.     Width = 89
  74.     Height = 25
  75.     Caption = '&OK'
  76.     Default = True
  77.     TabOrder = 3
  78.     OnClick = Button2Click
  79.   end
  80.   object Button3: TButton [5]
  81.     Left = 122
  82.     Top = 216
  83.     Width = 95
  84.     Height = 25
  85.     Caption = '&Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 4
  88.   end
  89.   inherited MSOfficeCaption1: TMSOfficeCaption
  90.     CaptionText.Caption = 'Add systemfile'
  91.   end
  92.   object LoadDlg: TOpenDialog
  93.     FileEditStyle = fsEdit
  94.     Filter = 
  95.       'All files (*.*)|*.*|INI-files (*.INI)|*.ini|TEXT-files (*.TXT)|*' +
  96.       '.txt'
  97.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  98.     Title = 'Add systemfile'
  99.     Left = 245
  100.     Top = 56
  101.   end
  102. end
  103.