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

  1. object TPersHolder
  2.   P.Name = 'Resource .RC Files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FIDirective = 4
  12.       UseLineDirectives = True
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseMultiLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UsePrefixedNumbers = True
  20.       UseSuffixedNumbers = True
  21.       UseMultipleNumSuffixes = False
  22.       UsePrefixedSuffixedNumbers = True
  23.       UsePSNumComposition = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       LineDirectivePrefix = '#'
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 9
  30.           LeftDelimiter = '//'
  31.         end>
  32.       MultiLineCommentDelimiters = <
  33.         item
  34.           FontID = 5
  35.           LeftDelimiter = '/*'
  36.           RightDelimiter = '*/'
  37.         end>
  38.       SingleLineStringDelimiters = <
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '"'
  42.           RightDelimiter = '"'
  43.         end
  44.         item
  45.           FontID = 7
  46.           LeftDelimiter = #39
  47.           RightDelimiter = #39
  48.         end>
  49.       NumPrefixes = <
  50.         item
  51.           LeftDelimiter = '0x'
  52.         end>
  53.       NumSuffixes = <
  54.         item
  55.           LeftDelimiter = 'L'
  56.         end>
  57.       NumPrefixesSuffixes = <>
  58.       KeywordSets = <
  59.         item
  60.           FontID = 8
  61.           Name = 'reserved'
  62.           Keywords = 
  63.             'ACCELERATORS,ALT,ASCII,AUTO3STATE,AUTOCHECKBOX,AUTORADIOBUTTON,B' +
  64.             'ITMAP,BLOCK,CAPTION,CHARACTERISTICS,CHECKBOX,CHECKED,CLASS,COMBO' +
  65.             'BOX,CONTROL,CTEXT,CURSOR,DEFPUSHBUTTON,DIALOG,DIALOGEX,DISCARDAB' +
  66.             'LE,DLGINIT,EDITTEXT,EXSTYLE,FILEFLAGS,FILEFLAGSMASK,FILEOS,FILES' +
  67.             'UBTYPE,FILETYPE,FILEVERSION,FIXED,FONT,GRAYED,GROUPBOX,HELP,ICON' +
  68.             ',IMPURE,INACTIVE,LANGUAGE,LISTBOX,LOADONCALL,LTEXT,MENU,MENUBARB' +
  69.             'REAK,MENUBREAK,MENUEX,MENUITEM,MESSAGETABLE,MOVEABLE,NOINVERT,NO' +
  70.             'NDISCARDABLE,NONSHARED,POPUP,PRELOAD,PRODUCTVERSION,PURE,PUSHBOX' +
  71.             ',PUSHBUTTON,RADIOBUTTON,RCDATA,RTEXT,SCROLLBAR,SEPARATOR,SHARED,' +
  72.             'SHIFT,STATE3,STRINGTABLE,STYLE,USERBUTTON,VALUE,VERSION,VERSIONI' +
  73.             'NFO,VIRTKEY'
  74.         end>
  75.     end>
  76.   P.FontTable = <
  77.     item
  78.       FontID = 0
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -13
  82.       Font.Name = 'Courier New'
  83.       Font.Style = []
  84.     end
  85.     item
  86.       FontID = 1
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clGreen
  89.       Font.Height = -13
  90.       Font.Name = 'Courier New'
  91.       Font.Style = []
  92.     end
  93.     item
  94.       FontID = 2
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clGreen
  97.       Font.Height = -13
  98.       Font.Name = 'Courier New'
  99.       Font.Style = []
  100.     end
  101.     item
  102.       FontID = 3
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clGreen
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end
  109.     item
  110.       FontID = 4
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clGreen
  113.       Font.Height = -13
  114.       Font.Name = 'Courier New'
  115.       Font.Style = [fsBold]
  116.     end
  117.     item
  118.       FontID = 5
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clGray
  121.       Font.Height = -13
  122.       Font.Name = 'Courier New'
  123.       Font.Style = [fsItalic]
  124.     end
  125.     item
  126.       FontID = 6
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clMaroon
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.     end
  133.     item
  134.       FontID = 7
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clMaroon
  137.       Font.Height = -13
  138.       Font.Name = 'Courier New'
  139.       Font.Style = []
  140.     end
  141.     item
  142.       FontID = 8
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clBlue
  145.       Font.Height = -13
  146.       Font.Name = 'Courier New'
  147.       Font.Style = [fsBold]
  148.     end
  149.     item
  150.       FontID = 9
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clGray
  153.       Font.Height = -13
  154.       Font.Name = 'Courier New'
  155.       Font.Style = [fsItalic]
  156.     end>
  157.   P.SyntaxVersion = 2
  158. end
  159.