home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / ini.sch < prev    next >
Text File  |  2000-06-05  |  2KB  |  66 lines

  1. object TPersHolder
  2.   P.Name = 'INI files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       UseComments = True
  9.       UseSingleLineComments = True
  10.       UseFullLineComments = True
  11.       UseStrings = True
  12.       UseSingleLineStrings = True
  13.       BlockDelimiters = <>
  14.       SingleLineCommentDelimiters = <
  15.         item
  16.           FontID = 1
  17.           LeftDelimiter = '='
  18.         end>
  19.       FullLineCommentDelimiters = <
  20.         item
  21.           FontID = 2
  22.           LeftDelimiter = ';'
  23.         end>
  24.       SingleLineStringDelimiters = <
  25.         item
  26.           FontID = 3
  27.           LeftDelimiter = '['
  28.           RightDelimiter = ']'
  29.         end>
  30.     end>
  31.   P.FontTable = <
  32.     item
  33.       FontID = 0
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clBlue
  36.       Font.Height = -13
  37.       Font.Name = 'Courier New'
  38.       Font.Style = []
  39.     end
  40.     item
  41.       FontID = 1
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'Courier New'
  46.       Font.Style = []
  47.     end
  48.     item
  49.       FontID = 2
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clGray
  52.       Font.Height = -13
  53.       Font.Name = 'Courier New'
  54.       Font.Style = [fsItalic]
  55.     end
  56.     item
  57.       FontID = 3
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -13
  61.       Font.Name = 'Courier New'
  62.       Font.Style = [fsBold]
  63.     end>
  64.   P.SyntaxVersion = 2
  65. end
  66.