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

  1. object TPersHolder
  2.   P.Name = 'VBScript'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseStrings = True
  14.       UseSingleLineStrings = True
  15.       UseNumbers = True
  16.       UseKeywords = True
  17.       BlockDelimiters = <>
  18.       SingleLineCommentDelimiters = <
  19.         item
  20.           FontID = 4
  21.           LeftDelimiter = #39
  22.         end
  23.         item
  24.           FontID = 5
  25.           LeftDelimiter = 'rem'
  26.         end>
  27.       SingleLineStringDelimiters = <
  28.         item
  29.           FontID = 6
  30.           LeftDelimiter = '"'
  31.           RightDelimiter = '"'
  32.         end>
  33.       KeywordSets = <
  34.         item
  35.           FontID = 7
  36.           Name = 'reserved'
  37.           Keywords = 
  38.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  39.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  40.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  41.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  42.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  43.         end>
  44.     end>
  45.   P.FontTable = <
  46.     item
  47.       FontID = 0
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Courier New'
  52.       Font.Style = []
  53.     end
  54.     item
  55.       FontID = 1
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clGreen
  58.       Font.Height = -13
  59.       Font.Name = 'Courier New'
  60.       Font.Style = []
  61.     end
  62.     item
  63.       FontID = 2
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clGreen
  66.       Font.Height = -13
  67.       Font.Name = 'Courier New'
  68.       Font.Style = []
  69.     end
  70.     item
  71.       FontID = 3
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clGreen
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 4
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGray
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = [fsItalic]
  85.     end
  86.     item
  87.       FontID = 5
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clGray
  90.       Font.Height = -13
  91.       Font.Name = 'Courier New'
  92.       Font.Style = [fsItalic]
  93.     end
  94.     item
  95.       FontID = 6
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clMaroon
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end
  102.     item
  103.       FontID = 7
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlue
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = [fsBold]
  109.     end>
  110.   P.SyntaxVersion = 2
  111. end
  112.