home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Topware
/
Scriptworx
/
_SETUP.1
/
clipper.sch
< prev
next >
Wrap
Text File
|
2000-06-05
|
5KB
|
187 lines
object TPersHolder
P.Name = 'Clipper'
P.SyntaxBlocks = <
item
Name = 'Default'
ID = 0
UseMetaSymbol = True
UseMetaToWrapLines = True
MetaSymbol = ';'
FIText = 0
FIIntNum = 1
FIFloatNum = 2
FIHexNum = 3
FIDirective = 4
UseLineDirectives = True
UseComments = True
UseSingleLineComments = True
UseMultiLineComments = True
UseFullLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UsePrefixedSuffixedIdentifiers = True
UseKeywords = True
BlockDelimiters = <>
LineDirectivePrefix = '#'
SingleLineCommentDelimiters = <
item
FontID = 5
LeftDelimiter = '//'
end
item
FontID = 15
LeftDelimiter = '&&'
end>
MultiLineCommentDelimiters = <
item
FontID = 6
LeftDelimiter = '/*'
RightDelimiter = '*/'
end>
FullLineCommentDelimiters = <
item
FontID = 7
LeftDelimiter = '*'
end
item
FontID = 16
LeftDelimiter = 'note'
end>
SingleLineStringDelimiters = <
item
FontID = 8
LeftDelimiter = #39
RightDelimiter = #39
end
item
FontID = 9
LeftDelimiter = '"'
RightDelimiter = '"'
end>
IdentPrefixesSuffixes = <
item
LeftDelimiter = '.'
RightDelimiter = '.'
end>
KeywordSets = <
item
FontID = 14
Name = 'reserved'
Keywords =
'.and.,.f.,.not.,.or.,.t.,announce,begin,break,case,class,continu' +
'e,declare,do,else,elseif,end,endcase,endclass,enddo,endif,endseq' +
'uence,exit,exported,field,for,function,hidden,if,in,init,local,m' +
'emvar,method,next,nil,note,otherwise,parameters,private,procedur' +
'e,protected,public,recover,request,return,self,sequence,static,s' +
'tep,then,to,using,var,while'
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 = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
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 = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 7
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 8
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 9
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 14
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 15
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 16
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end>
P.SyntaxVersion = 2
end