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 >
Wrap
Text File
|
2000-06-05
|
3KB
|
112 lines
object TPersHolder
P.Name = 'VBScript'
P.SyntaxBlocks = <
item
Name = 'Default'
ID = 0
FIText = 0
FIIntNum = 1
FIFloatNum = 2
FIHexNum = 3
UseComments = True
UseSingleLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UseKeywords = True
BlockDelimiters = <>
SingleLineCommentDelimiters = <
item
FontID = 4
LeftDelimiter = #39
end
item
FontID = 5
LeftDelimiter = 'rem'
end>
SingleLineStringDelimiters = <
item
FontID = 6
LeftDelimiter = '"'
RightDelimiter = '"'
end>
KeywordSets = <
item
FontID = 7
Name = 'reserved'
Keywords =
'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
'ub,Then,To,True,Type,Wend,While,With,Xor'
end>
end>
P.FontTable = <
item
FontID = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 4
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 5
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 6
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 7
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end>
P.SyntaxVersion = 2
end