home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / shareware / irvinst / IVW32.DPL / 0 / RCDATA / TMODPREOPTIONS / TMODPREOPTIONS.txt
Encoding:
Text File  |  1999-07-11  |  508 b   |  27 lines

  1. object modPreOptions: TmodPreOptions
  2.   Left = 417
  3.   Top = 145
  4.   Height = 114
  5.   Width = 187
  6.   object IniFileName: TStrOption
  7.     KeyName = HKEY_CURRENT_USER
  8.     ValName = 'IniFileName'
  9.     Changeable = True
  10.     Remote = False
  11.     Saveable = True
  12.     CmdOption = 'ini'
  13.     Left = 24
  14.     Top = 8
  15.   end
  16.   object Changeable: TBoolOption
  17.     KeyName = HKEY_LOCAL_MACHINE
  18.     ValName = 'Changeable'
  19.     Changeable = True
  20.     Remote = False
  21.     Saveable = True
  22.     Default = True
  23.     Left = 96
  24.     Top = 8
  25.   end
  26. end
  27.