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

  1. object TPersHolder
  2.   P.Name = 'DFM Files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       UseStrings = True
  12.       UseSingleLineStrings = True
  13.       UseNumbers = True
  14.       UsePrefixedNumbers = True
  15.       UseKeywords = True
  16.       BlockDelimiters = <>
  17.       SingleLineStringDelimiters = <
  18.         item
  19.           FontID = 4
  20.           LeftDelimiter = #39
  21.           RightDelimiter = #39
  22.         end>
  23.       NumPrefixes = <
  24.         item
  25.           LeftDelimiter = '#'
  26.         end>
  27.       KeywordSets = <
  28.         item
  29.           FontID = 5
  30.           Name = 'reserved'
  31.           Keywords = 'end,inherited,inline,item,object'
  32.         end>
  33.     end>
  34.   P.FontTable = <
  35.     item
  36.       FontID = 0
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -13
  40.       Font.Name = 'Courier New'
  41.       Font.Style = []
  42.     end
  43.     item
  44.       FontID = 1
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clGreen
  47.       Font.Height = -13
  48.       Font.Name = 'Courier New'
  49.       Font.Style = []
  50.     end
  51.     item
  52.       FontID = 2
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clGreen
  55.       Font.Height = -13
  56.       Font.Name = 'Courier New'
  57.       Font.Style = []
  58.     end
  59.     item
  60.       FontID = 3
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clGreen
  63.       Font.Height = -13
  64.       Font.Name = 'Courier New'
  65.       Font.Style = []
  66.     end
  67.     item
  68.       FontID = 4
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clMaroon
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 5
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clBlue
  79.       Font.Height = -13
  80.       Font.Name = 'Courier New'
  81.       Font.Style = [fsBold]
  82.     end>
  83.   P.SyntaxVersion = 2
  84. end
  85.