home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / scriptworx / n4932.exe / mainscheme.sch < prev    next >
Encoding:
Text File  |  2001-01-22  |  19.1 KB  |  790 lines

  1. object TPersHolder
  2.   P.SyntaxBlocks = <
  3.     item
  4.       Name = 'Default'
  5.       ID = 0
  6.       UseComments = True
  7.       UseMultiLineComments = True
  8.       BlockDelimiters = <>
  9.       MultiLineCommentDelimiters = <
  10.         item
  11.           FontID = 45
  12.           LeftDelimiter = '<!--'
  13.           RightDelimiter = '-->'
  14.         end>
  15.     end
  16.     item
  17.       Name = 'HTML'
  18.       ID = 1
  19.       ParentID = 0
  20.       FIText = 1
  21.       FIIntNum = 5
  22.       FIFloatNum = 6
  23.       FIHexNum = 7
  24.       UseComments = True
  25.       UseMultiLineComments = True
  26.       UseStrings = True
  27.       UseSingleLineStrings = True
  28.       UsePrefixedNumbers = True
  29.       UsePrefixedIdentifiers = True
  30.       BlockDelimiters = <
  31.         item
  32.           LeftDelimiter = '<'
  33.           RightDelimiter = '>'
  34.         end>
  35.       MultiLineCommentDelimiters = <
  36.         item
  37.           FontID = 2
  38.           LeftDelimiter = '<!--'
  39.           RightDelimiter = '-->'
  40.         end>
  41.       SingleLineStringDelimiters = <
  42.         item
  43.           FontID = 3
  44.           LeftDelimiter = '"'
  45.           RightDelimiter = '"'
  46.         end
  47.         item
  48.           FontID = 4
  49.           LeftDelimiter = #39
  50.           RightDelimiter = #39
  51.         end>
  52.       NumPrefixes = <
  53.         item
  54.           LeftDelimiter = '#'
  55.         end>
  56.       IdentPrefixes = <
  57.         item
  58.           LeftDelimiter = '/'
  59.         end>
  60.     end
  61.     item
  62.       Name = 'ASP'
  63.       ID = 2
  64.       ParentID = 0
  65.       FIText = 8
  66.       FIIntNum = 12
  67.       FIFloatNum = 13
  68.       FIHexNum = 14
  69.       UseComments = True
  70.       UseSingleLineComments = True
  71.       UseStrings = True
  72.       UseSingleLineStrings = True
  73.       UseNumbers = True
  74.       UseKeywords = True
  75.       BlockDelimiters = <
  76.         item
  77.           LeftDelimiter = '<%'
  78.           RightDelimiter = '%>'
  79.           DelimitersArePartOfBlock = True
  80.         end>
  81.       SingleLineCommentDelimiters = <
  82.         item
  83.           FontID = 9
  84.           LeftDelimiter = 'rem'
  85.         end
  86.         item
  87.           FontID = 10
  88.           LeftDelimiter = #39
  89.         end>
  90.       SingleLineStringDelimiters = <
  91.         item
  92.           FontID = 11
  93.           LeftDelimiter = '"'
  94.           RightDelimiter = '"'
  95.         end>
  96.       KeywordSets = <
  97.         item
  98.           FontID = 15
  99.           Name = 'reserved'
  100.           Keywords = 
  101.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  102.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  103.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  104.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  105.             'ub,Then,To,True,Type,Wend,While,Xor'
  106.         end>
  107.     end
  108.     item
  109.       Name = 'PHP'
  110.       ID = 3
  111.       ParentID = 0
  112.       CaseSensitive = True
  113.       UseMetaSymbol = True
  114.       UseMetaToWrapLines = True
  115.       MetaSymbol = '\'
  116.       FIText = 16
  117.       FIIntNum = 23
  118.       FIFloatNum = 24
  119.       FIHexNum = 25
  120.       UseComments = True
  121.       UseSingleLineComments = True
  122.       UseMultiLineComments = True
  123.       UseStrings = True
  124.       UseMultiLineStrings = True
  125.       UseNumbers = True
  126.       UsePrefixedNumbers = True
  127.       UseKeywords = True
  128.       BlockDelimiters = <
  129.         item
  130.           LeftDelimiter = '<?'
  131.           RightDelimiter = '?>'
  132.           DelimitersArePartOfBlock = True
  133.         end
  134.         item
  135.           LeftDelimiter = '<script language="php">'
  136.           RightDelimiter = '</script>'
  137.         end
  138.         item
  139.           LeftDelimiter = '<script language="php" type="text/php">'
  140.           RightDelimiter = '</script>'
  141.         end>
  142.       SingleLineCommentDelimiters = <
  143.         item
  144.           FontID = 17
  145.           LeftDelimiter = '//'
  146.         end
  147.         item
  148.           FontID = 18
  149.           LeftDelimiter = '#'
  150.         end>
  151.       MultiLineCommentDelimiters = <
  152.         item
  153.           FontID = 19
  154.           LeftDelimiter = '/*'
  155.           RightDelimiter = '*/'
  156.         end>
  157.       MultiLineStringDelimiters = <
  158.         item
  159.           FontID = 46
  160.           LeftDelimiter = '"'
  161.           RightDelimiter = '"'
  162.         end>
  163.       NumPrefixes = <
  164.         item
  165.           LeftDelimiter = '0x'
  166.         end>
  167.       KeywordSets = <
  168.         item
  169.           FontID = 26
  170.           Name = 'keywords'
  171.           Keywords = 
  172.             'break,case,class,continue,default,do,else,elseif,endfor,endif,en' +
  173.             'dswitch,endwhile,extends,for,function,global,if,int,old_function' +
  174.             ',pval,return,static,string,switch,var,void,while'
  175.         end>
  176.     end
  177.     item
  178.       Name = 'JS'
  179.       ID = 4
  180.       ParentID = 0
  181.       FIText = 44
  182.       FIIntNum = 31
  183.       FIFloatNum = 32
  184.       FIHexNum = 33
  185.       UseComments = True
  186.       UseSingleLineComments = True
  187.       UseMultiLineComments = True
  188.       UseStrings = True
  189.       UseSingleLineStrings = True
  190.       UseNumbers = True
  191.       UsePrefixedNumbers = True
  192.       UseKeywords = True
  193.       BlockDelimiters = <
  194.         item
  195.           LeftDelimiter = '<script language="javascript">'
  196.           RightDelimiter = '</script>'
  197.         end
  198.         item
  199.           LeftDelimiter = '<script language="javascript" type="text/javascript">'
  200.           RightDelimiter = '</script>'
  201.         end
  202.         item
  203.           LeftDelimiter = '<script language="jscript">'
  204.           RightDelimiter = '</script>'
  205.         end
  206.         item
  207.           LeftDelimiter = '<script language="javascript1.1">'
  208.           RightDelimiter = '</script>'
  209.         end
  210.         item
  211.           LeftDelimiter = '<script language="javascript1.1" type="text/javascript">'
  212.           RightDelimiter = '</script>'
  213.         end
  214.         item
  215.           LeftDelimiter = '<script language="javascript1.2">'
  216.           RightDelimiter = '</script>'
  217.         end
  218.         item
  219.           LeftDelimiter = '<script language="javascript1.2" type="text/javascript">'
  220.           RightDelimiter = '</script>'
  221.         end>
  222.       SingleLineCommentDelimiters = <
  223.         item
  224.           FontID = 27
  225.           LeftDelimiter = '//'
  226.         end>
  227.       MultiLineCommentDelimiters = <
  228.         item
  229.           FontID = 28
  230.           LeftDelimiter = '/*'
  231.           RightDelimiter = '*/'
  232.         end>
  233.       SingleLineStringDelimiters = <
  234.         item
  235.           FontID = 29
  236.           LeftDelimiter = #39
  237.           RightDelimiter = #39
  238.         end
  239.         item
  240.           FontID = 30
  241.           LeftDelimiter = '"'
  242.           RightDelimiter = '"'
  243.         end>
  244.       NumPrefixes = <
  245.         item
  246.           LeftDelimiter = '0x'
  247.         end
  248.         item
  249.           LeftDelimiter = '0X'
  250.         end>
  251.       KeywordSets = <
  252.         item
  253.           FontID = 34
  254.           Name = 'reserved'
  255.           Keywords = 
  256.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  257.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  258.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  259.             'id,while,with'
  260.         end>
  261.     end
  262.     item
  263.       Name = 'CSS'
  264.       ID = 5
  265.       ParentID = 0
  266.       BlockDelimiters = <
  267.         item
  268.           LeftDelimiter = '<style>'
  269.           RightDelimiter = '</style>'
  270.         end
  271.         item
  272.           LeftDelimiter = '<style type="text/css">'
  273.           RightDelimiter = '</style>'
  274.         end>
  275.     end
  276.     item
  277.       Name = 'Style'
  278.       ID = 6
  279.       ParentID = 5
  280.       FIText = 35
  281.       FIIntNum = 40
  282.       FIFloatNum = 41
  283.       FIHexNum = 42
  284.       UseComments = True
  285.       UseMultiLineComments = True
  286.       UseStrings = True
  287.       UseSingleLineStrings = True
  288.       UseNumbers = True
  289.       UsePrefixedNumbers = True
  290.       UseKeywords = True
  291.       BlockDelimiters = <
  292.         item
  293.           LeftDelimiter = '{'
  294.           RightDelimiter = '}'
  295.         end>
  296.       MultiLineCommentDelimiters = <
  297.         item
  298.           FontID = 36
  299.           LeftDelimiter = '/*'
  300.           RightDelimiter = '*/'
  301.         end
  302.         item
  303.           FontID = 37
  304.           LeftDelimiter = '<!--'
  305.           RightDelimiter = '-->'
  306.         end>
  307.       SingleLineStringDelimiters = <
  308.         item
  309.           FontID = 38
  310.           LeftDelimiter = '"'
  311.           RightDelimiter = '"'
  312.         end
  313.         item
  314.           FontID = 39
  315.           LeftDelimiter = #39
  316.           RightDelimiter = #39
  317.         end>
  318.       NumPrefixes = <
  319.         item
  320.           LeftDelimiter = '#'
  321.         end>
  322.       KeywordSets = <
  323.         item
  324.           FontID = 43
  325.           Name = 'properties'
  326.           Keywords = 
  327.             'align,attachment,auto,background,body,border,bottom,clear,color,' +
  328.             'decoration,display,family,float,font,height,image,indent,left,le' +
  329.             'tter,line,list,margin,padding,position,repeat,right,size,space,s' +
  330.             'pacing,style,text,through,top,transform,type,variant,vertical,we' +
  331.             'ight,white,width,word'
  332.         end>
  333.     end>
  334.   P.FontTable = <
  335.     item
  336.       FontID = 1
  337.       BlockID = 1
  338.       Font.Charset = DEFAULT_CHARSET
  339.       Font.Color = clNavy
  340.       Font.Height = -13
  341.       Font.Name = 'Courier New'
  342.       Font.Style = []
  343.     end
  344.     item
  345.       FontID = 2
  346.       BlockID = 1
  347.       Font.Charset = DEFAULT_CHARSET
  348.       Font.Color = clGreen
  349.       Font.Height = -13
  350.       Font.Name = 'Courier New'
  351.       Font.Style = [fsItalic]
  352.     end
  353.     item
  354.       FontID = 3
  355.       BlockID = 1
  356.       Font.Charset = DEFAULT_CHARSET
  357.       Font.Color = clMaroon
  358.       Font.Height = -13
  359.       Font.Name = 'Courier New'
  360.       Font.Style = []
  361.     end
  362.     item
  363.       FontID = 4
  364.       BlockID = 1
  365.       Font.Charset = DEFAULT_CHARSET
  366.       Font.Color = clMaroon
  367.       Font.Height = -13
  368.       Font.Name = 'Courier New'
  369.       Font.Style = []
  370.     end
  371.     item
  372.       FontID = 5
  373.       BlockID = 1
  374.       Font.Charset = DEFAULT_CHARSET
  375.       Font.Color = clBlue
  376.       Font.Height = -13
  377.       Font.Name = 'Courier New'
  378.       Font.Style = []
  379.     end
  380.     item
  381.       FontID = 6
  382.       BlockID = 1
  383.       Font.Charset = DEFAULT_CHARSET
  384.       Font.Color = clBlue
  385.       Font.Height = -13
  386.       Font.Name = 'Courier New'
  387.       Font.Style = []
  388.     end
  389.     item
  390.       FontID = 7
  391.       BlockID = 1
  392.       Font.Charset = DEFAULT_CHARSET
  393.       Font.Color = clBlue
  394.       Font.Height = -13
  395.       Font.Name = 'Courier New'
  396.       Font.Style = []
  397.     end
  398.     item
  399.       FontID = 8
  400.       BlockID = 2
  401.       Font.Charset = DEFAULT_CHARSET
  402.       Font.Color = clBlack
  403.       Font.Height = -13
  404.       Font.Name = 'Courier New'
  405.       Font.Style = []
  406.       BackColor = clAqua
  407.       UseDefBack = False
  408.     end
  409.     item
  410.       FontID = 9
  411.       BlockID = 2
  412.       Font.Charset = DEFAULT_CHARSET
  413.       Font.Color = clGreen
  414.       Font.Height = -13
  415.       Font.Name = 'Courier New'
  416.       Font.Style = [fsItalic]
  417.       BackColor = clAqua
  418.       UseDefBack = False
  419.     end
  420.     item
  421.       FontID = 10
  422.       BlockID = 2
  423.       Font.Charset = DEFAULT_CHARSET
  424.       Font.Color = clGreen
  425.       Font.Height = -13
  426.       Font.Name = 'Courier New'
  427.       Font.Style = [fsItalic]
  428.       BackColor = clAqua
  429.       UseDefBack = False
  430.     end
  431.     item
  432.       FontID = 11
  433.       BlockID = 2
  434.       Font.Charset = DEFAULT_CHARSET
  435.       Font.Color = clMaroon
  436.       Font.Height = -13
  437.       Font.Name = 'Courier New'
  438.       Font.Style = []
  439.       BackColor = clAqua
  440.       UseDefBack = False
  441.     end
  442.     item
  443.       FontID = 12
  444.       BlockID = 2
  445.       Font.Charset = DEFAULT_CHARSET
  446.       Font.Color = clBlue
  447.       Font.Height = -13
  448.       Font.Name = 'Courier New'
  449.       Font.Style = []
  450.       BackColor = clAqua
  451.       UseDefBack = False
  452.     end
  453.     item
  454.       FontID = 13
  455.       BlockID = 2
  456.       Font.Charset = DEFAULT_CHARSET
  457.       Font.Color = clBlue
  458.       Font.Height = -13
  459.       Font.Name = 'Courier New'
  460.       Font.Style = []
  461.       BackColor = clAqua
  462.       UseDefBack = False
  463.     end
  464.     item
  465.       FontID = 14
  466.       BlockID = 2
  467.       Font.Charset = DEFAULT_CHARSET
  468.       Font.Color = clBlue
  469.       Font.Height = -13
  470.       Font.Name = 'Courier New'
  471.       Font.Style = []
  472.       BackColor = clAqua
  473.       UseDefBack = False
  474.     end
  475.     item
  476.       FontID = 15
  477.       BlockID = 2
  478.       Font.Charset = DEFAULT_CHARSET
  479.       Font.Color = clBlack
  480.       Font.Height = -13
  481.       Font.Name = 'Courier New'
  482.       Font.Style = [fsBold]
  483.       BackColor = clAqua
  484.       UseDefBack = False
  485.     end
  486.     item
  487.       FontID = 16
  488.       BlockID = 3
  489.       Font.Charset = DEFAULT_CHARSET
  490.       Font.Color = clBlack
  491.       Font.Height = -13
  492.       Font.Name = 'Courier New'
  493.       Font.Style = []
  494.       BackColor = clYellow
  495.       UseDefBack = False
  496.     end
  497.     item
  498.       FontID = 17
  499.       BlockID = 3
  500.       Font.Charset = DEFAULT_CHARSET
  501.       Font.Color = clTeal
  502.       Font.Height = -13
  503.       Font.Name = 'Courier New'
  504.       Font.Style = []
  505.       BackColor = clYellow
  506.       UseDefBack = False
  507.     end
  508.     item
  509.       FontID = 18
  510.       BlockID = 3
  511.       Font.Charset = DEFAULT_CHARSET
  512.       Font.Color = clTeal
  513.       Font.Height = -13
  514.       Font.Name = 'Courier New'
  515.       Font.Style = []
  516.       BackColor = clYellow
  517.       UseDefBack = False
  518.     end
  519.     item
  520.       FontID = 19
  521.       BlockID = 3
  522.       Font.Charset = DEFAULT_CHARSET
  523.       Font.Color = clTeal
  524.       Font.Height = -13
  525.       Font.Name = 'Courier New'
  526.       Font.Style = []
  527.       BackColor = clYellow
  528.       UseDefBack = False
  529.     end
  530.     item
  531.       FontID = 20
  532.       BlockID = 3
  533.       Font.Charset = DEFAULT_CHARSET
  534.       Font.Color = clMaroon
  535.       Font.Height = -13
  536.       Font.Name = 'Courier New'
  537.       Font.Style = []
  538.       BackColor = clYellow
  539.       UseDefBack = False
  540.     end
  541.     item
  542.       FontID = 21
  543.       BlockID = 3
  544.       Font.Charset = DEFAULT_CHARSET
  545.       Font.Color = clMaroon
  546.       Font.Height = -13
  547.       Font.Name = 'Courier New'
  548.       Font.Style = []
  549.       BackColor = clYellow
  550.       UseDefBack = False
  551.     end
  552.     item
  553.       FontID = 22
  554.       BlockID = 3
  555.       Font.Charset = DEFAULT_CHARSET
  556.       Font.Color = clMaroon
  557.       Font.Height = -13
  558.       Font.Name = 'Courier New'
  559.       Font.Style = []
  560.       BackColor = clYellow
  561.       UseDefBack = False
  562.     end
  563.     item
  564.       FontID = 23
  565.       BlockID = 3
  566.       Font.Charset = DEFAULT_CHARSET
  567.       Font.Color = clBlue
  568.       Font.Height = -13
  569.       Font.Name = 'Courier New'
  570.       Font.Style = []
  571.       BackColor = clYellow
  572.       UseDefBack = False
  573.     end
  574.     item
  575.       FontID = 24
  576.       BlockID = 3
  577.       Font.Charset = DEFAULT_CHARSET
  578.       Font.Color = clBlue
  579.       Font.Height = -13
  580.       Font.Name = 'Courier New'
  581.       Font.Style = []
  582.       BackColor = clYellow
  583.       UseDefBack = False
  584.     end
  585.     item
  586.       FontID = 25
  587.       BlockID = 3
  588.       Font.Charset = DEFAULT_CHARSET
  589.       Font.Color = clBlue
  590.       Font.Height = -13
  591.       Font.Name = 'Courier New'
  592.       Font.Style = []
  593.       BackColor = clYellow
  594.       UseDefBack = False
  595.     end
  596.     item
  597.       FontID = 26
  598.       BlockID = 3
  599.       Font.Charset = DEFAULT_CHARSET
  600.       Font.Color = clBlack
  601.       Font.Height = -13
  602.       Font.Name = 'Courier New'
  603.       Font.Style = [fsBold]
  604.       BackColor = clYellow
  605.       UseDefBack = False
  606.     end
  607.     item
  608.       FontID = 27
  609.       BlockID = 4
  610.       Font.Charset = DEFAULT_CHARSET
  611.       Font.Color = clGreen
  612.       Font.Height = -13
  613.       Font.Name = 'Courier New'
  614.       Font.Style = [fsItalic]
  615.     end
  616.     item
  617.       FontID = 28
  618.       BlockID = 4
  619.       Font.Charset = DEFAULT_CHARSET
  620.       Font.Color = clGreen
  621.       Font.Height = -13
  622.       Font.Name = 'Courier New'
  623.       Font.Style = [fsItalic]
  624.     end
  625.     item
  626.       FontID = 29
  627.       BlockID = 4
  628.       Font.Charset = DEFAULT_CHARSET
  629.       Font.Color = clMaroon
  630.       Font.Height = -13
  631.       Font.Name = 'Courier New'
  632.       Font.Style = []
  633.     end
  634.     item
  635.       FontID = 30
  636.       BlockID = 4
  637.       Font.Charset = DEFAULT_CHARSET
  638.       Font.Color = clMaroon
  639.       Font.Height = -13
  640.       Font.Name = 'Courier New'
  641.       Font.Style = []
  642.     end
  643.     item
  644.       FontID = 31
  645.       BlockID = 4
  646.       Font.Charset = DEFAULT_CHARSET
  647.       Font.Color = clBlue
  648.       Font.Height = -13
  649.       Font.Name = 'Courier New'
  650.       Font.Style = []
  651.     end
  652.     item
  653.       FontID = 32
  654.       BlockID = 4
  655.       Font.Charset = DEFAULT_CHARSET
  656.       Font.Color = clBlue
  657.       Font.Height = -13
  658.       Font.Name = 'Courier New'
  659.       Font.Style = []
  660.     end
  661.     item
  662.       FontID = 33
  663.       BlockID = 4
  664.       Font.Charset = DEFAULT_CHARSET
  665.       Font.Color = clBlue
  666.       Font.Height = -13
  667.       Font.Name = 'Courier New'
  668.       Font.Style = []
  669.     end
  670.     item
  671.       FontID = 34
  672.       BlockID = 4
  673.       Font.Charset = DEFAULT_CHARSET
  674.       Font.Color = clBlack
  675.       Font.Height = -13
  676.       Font.Name = 'Courier New'
  677.       Font.Style = [fsBold]
  678.     end
  679.     item
  680.       FontID = 35
  681.       BlockID = 6
  682.       Font.Charset = DEFAULT_CHARSET
  683.       Font.Color = clGray
  684.       Font.Height = -13
  685.       Font.Name = 'Courier New'
  686.       Font.Style = []
  687.     end
  688.     item
  689.       FontID = 36
  690.       BlockID = 6
  691.       Font.Charset = DEFAULT_CHARSET
  692.       Font.Color = clGreen
  693.       Font.Height = -13
  694.       Font.Name = 'Courier New'
  695.       Font.Style = [fsItalic]
  696.     end
  697.     item
  698.       FontID = 37
  699.       BlockID = 6
  700.       Font.Charset = DEFAULT_CHARSET
  701.       Font.Color = clGreen
  702.       Font.Height = -13
  703.       Font.Name = 'Courier New'
  704.       Font.Style = [fsItalic]
  705.     end
  706.     item
  707.       FontID = 38
  708.       BlockID = 6
  709.       Font.Charset = DEFAULT_CHARSET
  710.       Font.Color = clMaroon
  711.       Font.Height = -13
  712.       Font.Name = 'Courier New'
  713.       Font.Style = []
  714.     end
  715.     item
  716.       FontID = 39
  717.       BlockID = 6
  718.       Font.Charset = DEFAULT_CHARSET
  719.       Font.Color = clMaroon
  720.       Font.Height = -13
  721.       Font.Name = 'Courier New'
  722.       Font.Style = []
  723.     end
  724.     item
  725.       FontID = 40
  726.       BlockID = 6
  727.       Font.Charset = DEFAULT_CHARSET
  728.       Font.Color = clBlue
  729.       Font.Height = -13
  730.       Font.Name = 'Courier New'
  731.       Font.Style = []
  732.     end
  733.     item
  734.       FontID = 41
  735.       BlockID = 6
  736.       Font.Charset = DEFAULT_CHARSET
  737.       Font.Color = clBlue
  738.       Font.Height = -13
  739.       Font.Name = 'Courier New'
  740.       Font.Style = []
  741.     end
  742.     item
  743.       FontID = 42
  744.       BlockID = 6
  745.       Font.Charset = DEFAULT_CHARSET
  746.       Font.Color = clBlue
  747.       Font.Height = -13
  748.       Font.Name = 'Courier New'
  749.       Font.Style = []
  750.     end
  751.     item
  752.       FontID = 43
  753.       BlockID = 6
  754.       Font.Charset = DEFAULT_CHARSET
  755.       Font.Color = clBlack
  756.       Font.Height = -13
  757.       Font.Name = 'Courier New'
  758.       Font.Style = [fsBold]
  759.     end
  760.     item
  761.       FontID = 44
  762.       BlockID = 4
  763.       Font.Charset = DEFAULT_CHARSET
  764.       Font.Color = clTeal
  765.       Font.Height = -13
  766.       Font.Name = 'Courier New'
  767.       Font.Style = []
  768.     end
  769.     item
  770.       FontID = 45
  771.       Font.Charset = DEFAULT_CHARSET
  772.       Font.Color = clGreen
  773.       Font.Height = -13
  774.       Font.Name = 'Courier New'
  775.       Font.Style = [fsItalic]
  776.     end
  777.     item
  778.       FontID = 46
  779.       BlockID = 3
  780.       Font.Charset = DEFAULT_CHARSET
  781.       Font.Color = clMaroon
  782.       Font.Height = -13
  783.       Font.Name = 'Courier New'
  784.       Font.Style = [fsBold]
  785.       BackColor = clYellow
  786.       UseDefBack = False
  787.     end>
  788.   P.SyntaxVersion = 2
  789. end
  790.