home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / main-scheme.sch < prev    next >
Text File  |  2000-10-19  |  20KB  |  790 lines

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