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

  1. object TPersHolder
  2.   P.Name = 'Microsoft IDL'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       FIDirective = 4
  13.       UseLineDirectives = True
  14.       UseComments = True
  15.       UseSingleLineComments = True
  16.       UseMultiLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       UseNumbers = True
  20.       UsePrefixedNumbers = True
  21.       UseKeywords = True
  22.       BlockDelimiters = <>
  23.       LineDirectivePrefix = '#'
  24.       SingleLineCommentDelimiters = <
  25.         item
  26.           FontID = 5
  27.           LeftDelimiter = '//'
  28.         end>
  29.       MultiLineCommentDelimiters = <
  30.         item
  31.           FontID = 6
  32.           LeftDelimiter = '/*'
  33.           RightDelimiter = '*/'
  34.         end>
  35.       SingleLineStringDelimiters = <
  36.         item
  37.           FontID = 8
  38.           LeftDelimiter = '"'
  39.           RightDelimiter = '"'
  40.         end
  41.         item
  42.           FontID = 9
  43.           LeftDelimiter = 'uuid('
  44.           RightDelimiter = ')'
  45.         end
  46.         item
  47.           FontID = 9
  48.           LeftDelimiter = 'uuid ('
  49.           RightDelimiter = ')'
  50.         end>
  51.       NumPrefixes = <
  52.         item
  53.           LeftDelimiter = '0x'
  54.         end
  55.         item
  56.           LeftDelimiter = '0X'
  57.         end>
  58.       KeywordSets = <
  59.         item
  60.           FontID = 10
  61.           Name = 'reserved'
  62.           Keywords = 
  63.             '__int3264,__int64,aggregatable,allocate,appobject,arrays,async,a' +
  64.             'sync_uuid,auto_handle,bindable,boolean,broadcast,byte,byte_count' +
  65.             ',call_as,callback,char,coclass,code,comm_status,const,context_ha' +
  66.             'ndle,context_handle_noserialize,context_handle_serialize,control' +
  67.             ',cpp_quote,custom,decode,default,defaultbind,defaultcollelem,def' +
  68.             'aultvalue,defaultvtable,dispinterface,displaybind,dllname,double' +
  69.             ',dual,enable_allocate,encode,endpoint,entry,enum,error_status_t,' +
  70.             'explicit_handle,fault_status,first_is,float,handle,handle_t,heap' +
  71.             ',helpcontext,helpfile,helpstring,helpstringcontext,helpstringdll' +
  72.             ',hidden,hyper,id,idempotent,ignore,iid_is,immediatebind,implicit' +
  73.             '_handle,import,importlib,in,in_line,include,int,interface,last_i' +
  74.             's,lcid,length_is,library,licensed,local,long,max_is,maybe,messag' +
  75.             'e,midl_pragma,midl_user_allocate,midl_user_free,min_is,module,ms' +
  76.             '_union,ncacn_at_dsp,ncacn_dnet_nsp,ncacn_http,ncacn_ip_tcp,ncacn' +
  77.             '_nb_ipx,ncacn_nb_nb,ncacn_nb_tcp,ncacn_np,ncacn_spx,ncacn_vns_sp' +
  78.             'p,ncadg_ip_udp,ncadg_ipx,ncadg_mq,ncalrpc,nocode,nonbrowsable,no' +
  79.             'ncreatable,nonextensible,notify,object,odl,oleautomation,optimiz' +
  80.             'e,optional,out,out_of_line,pipe,pointer_default,propget,propput,' +
  81.             'propputref,ptr,public,range,readonly,ref,represent_as,requestedi' +
  82.             't,restricted,retval,shape,short,signed,size_is,small,source,stri' +
  83.             'ct_context_handle,string,struct,switch,switch_is,switch_type,tra' +
  84.             'nsmit_as,typedef,uidefault,union,unique,unsigned,user_marshal,us' +
  85.             'esgetlasterror,uuid,v1_enum,vararg,version,void,warning,wchar_t,' +
  86.             'wire_marshal'
  87.         end>
  88.     end>
  89.   P.FontTable = <
  90.     item
  91.       FontID = 0
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clBlack
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = []
  97.     end
  98.     item
  99.       FontID = 1
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clGreen
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 2
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clGreen
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = []
  113.     end
  114.     item
  115.       FontID = 3
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clGreen
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 4
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clGreen
  126.       Font.Height = -13
  127.       Font.Name = 'Courier New'
  128.       Font.Style = [fsBold]
  129.     end
  130.     item
  131.       FontID = 5
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGray
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsItalic]
  137.     end
  138.     item
  139.       FontID = 6
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clGray
  142.       Font.Height = -13
  143.       Font.Name = 'Courier New'
  144.       Font.Style = [fsItalic]
  145.     end
  146.     item
  147.       FontID = 8
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clMaroon
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = []
  153.     end
  154.     item
  155.       FontID = 10
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clBlue
  158.       Font.Height = -13
  159.       Font.Name = 'Courier New'
  160.       Font.Style = [fsBold]
  161.     end
  162.     item
  163.       FontID = 9
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clBlue
  166.       Font.Height = -13
  167.       Font.Name = 'Courier New'
  168.       Font.Style = [fsBold]
  169.     end>
  170.   P.SyntaxVersion = 2
  171. end
  172.