home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / TemaCD / winedit / vbs.cl_ < prev    next >
INI File  |  1999-04-14  |  5KB  |  345 lines

  1. [COLORS]
  2. ;BLACK=0,0,0
  3. ;WHITE=255,255,255
  4. ;RED=255,0,0
  5. ;GREEN=0,255,0
  6. ;BLUE=0,0,255        
  7. ;PURPLE=255,0,255
  8. ;YELLOW=255,255,0
  9. ;CYAN=0,255,255
  10. ;
  11. ;DKGRAY=192,192,192
  12. ;GRAY=128,128,128
  13. ;DKRED=128,0,0
  14. ;DKGREEN=0,128,0
  15. ;DKBLUE=0,0,128
  16. ;DKPURPLE=128,0,128
  17. ;DKYELLOW=128,128,0
  18. ;DKCYAN=0,128,128
  19.  
  20. ;Colors for Keywords (=1), Quoted Strings, Comments
  21. ;Default test and backgrond defined in syntax coloring dialog
  22. ;Additional colors defined here
  23.  
  24.  
  25.  
  26.  
  27. ;dk red
  28. wsh=128,0,0
  29. wshom=128,0,0
  30.        
  31. ;dk purple
  32. vbmethod=255,0,255
  33.  
  34. ;purple        
  35. wshmethod=128,0,128       
  36.  
  37. ;dk green
  38. vbproperty=0,255,255
  39.  
  40. ;green     
  41. wshproperties=0,128,0       
  42.  
  43. ;red
  44. statement=255,0,0
  45.  
  46. ;dk yellow       
  47. object=128,128,0       
  48.  
  49. constant=0,128,255
  50. operator=0,255,0
  51.  
  52. [KEYWORDS]
  53. Wscript=wsh
  54. WshArguments=wsh
  55.  
  56. WshShell=wsh
  57. WshNetwork=wsh
  58. WshShortcut=wsh
  59. WshUrlShortcut=wsh
  60. WshCollection=wsh
  61. WshEnvironment=wsh
  62. WshspecialFolders=wsh
  63.  
  64. Property=wshproperties
  65. Application=wshproperties
  66. Arguments=wshproperties
  67. FullName=wshproperties
  68. Name=wshproperties
  69. Path=wshproperties
  70. ScriptFullName=wshproperties
  71. ScriptName=wshproperties
  72. Version=wshproperties
  73.  
  74. ;Method=wshmethod
  75. ;CreateObject=wshmethod
  76. DisconnectObject=wshmethod
  77. Echo=wshmethod
  78. ;GetObject=wshmethod
  79. Quit=wshmethod
  80.  
  81. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  82. ;VB Functions
  83. Abs=1
  84. Array=1
  85. Asc=1
  86. Atn=1
  87. CBool=1
  88. CByte=1
  89. CCur=1
  90. CDate=1
  91. CDbl=1
  92. CDec-->=1
  93. CInt=1
  94. CLng=1
  95. CSng=1
  96. CStr=1
  97. Chr=1
  98. ;Clear=1
  99. Method=1
  100. Cos=1
  101. CreateObject=1
  102. Date=1
  103. DateAddFunction=1
  104. DateDiff=1
  105. DatePart=1
  106. DateSerial=1
  107. DateValue=1
  108. Day=1
  109. Exp=1
  110. Filter=1
  111. Fix=1
  112. FormatCurrency=1
  113. FormatDateTime=1
  114. FormatNumber=1
  115. FormatPercent=1
  116. GetObject=1
  117. Hex=1
  118. Hour=1
  119. InStr=1
  120. InStrRev=1
  121. InputBox=1
  122. Int=1
  123. IsArray=1
  124. IsDate=1
  125. IsEmpty=1
  126. IsNull=1
  127. IsNumeric=1
  128. IsObject=1
  129. Join=1
  130. LBound=1
  131. LCase=1
  132. LTrim=1
  133. Left=1
  134. Len=1
  135. LoadPicture=1
  136. Log=1
  137. Mid=1
  138. Minute=1
  139. Month=1
  140. MonthName=1
  141. MsgBox=1
  142. Now=1
  143. Oct=1
  144. RGB=1
  145. RTrim=1
  146. Replace=1
  147. Right=1
  148. Rnd=1
  149. Round=1
  150. ScriptEngine=1
  151. ScriptEngineBuildVersion=1
  152. ScriptEngineMajorVersion=1
  153. ScriptEngineMinorVersion=1
  154. Second=1
  155. Sgn=1
  156. Sin=1
  157. Space=1
  158. Split=1
  159. Sqr=1
  160. StrComp=1
  161. StrReverse=1
  162. String=1
  163. Tan=1
  164. Time=1
  165. TimeSerial=1
  166. TimeValue=1
  167. Trim=1
  168. TypeName=1
  169. UBound=1
  170. UCase=1
  171. VarType=1
  172. Weekday=1
  173. WeekdayName=1
  174. Year=1
  175.  
  176. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. ;VB Operators
  178. ;+=operator
  179. ;==operator
  180. ;&=operator
  181. ;/=operator
  182. ;^=operator
  183. ;\=operator
  184. ;*=operator
  185. ;-=operator
  186. ;Not Operator
  187. ;Or Operator
  188. ;Xor Operator
  189. ;Eqv Operator
  190. ;Is Operator
  191. Mod=operator
  192.  
  193.  
  194.  
  195. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  196. ;VB Statements
  197. Call=statement
  198. Const=statement
  199. Dim=statement
  200. Do=statement
  201. Erase=statement
  202. Exit=statement
  203. For=statement 
  204. Each=statement
  205. Next=statement
  206. For=statement
  207. Next=statement
  208. Function=statement
  209. If=statement
  210. Then=statement
  211. Else=statement
  212. On=statement
  213. Error=statement
  214. Option=statement
  215. Explicit=statement
  216. Private=statement
  217. Public=statement
  218. Randomize=statement
  219. ReDim=statement
  220. Rem=statement
  221. Select=statement
  222. Case=statement
  223. Set=statement
  224. Sub=statement
  225. While=statement
  226. Wend=statement
  227.  
  228. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  229. ;VB Methods
  230. Raise=vbmethod
  231. Clear=vbmethod
  232.  
  233. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  234. ;VB Property
  235. Description=vbproperty
  236. HelpContext=vbproperty
  237. HelpFile=vbproperty
  238. Number=vbproperty
  239. Source=vbproperty
  240.  
  241. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. ;VB Object
  243. Dictionary=object
  244. Err=object
  245. FileSystemObject=object
  246.  
  247. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  248. ;VB Constants
  249. vbBlack=constant
  250. vbRed=constant
  251. vbGreen=constant
  252. vbYellow=constant
  253. vbBlue=constant
  254. vbMagenta=constant
  255. vbCyan=constant
  256. vbWhite=constant
  257. vbBinaryCompare=constant
  258. vbTextCompare=constant
  259. vbSunday=constant
  260. bMonday=constant
  261. vbTuesday=constant
  262. vbWednesday=constant
  263. vbThursday=constant
  264. vbFriday=constant
  265. vbSaturday=constant
  266. vbFirstJan1=constant
  267. vbFirstFourDays=constant
  268. vbFirstFullWeek=constant
  269. vbFirstFullWeek=constant
  270. vbUseSystem=constant
  271. vbUseSystemDayOfWeek=constant
  272. vbGeneralDate=constant
  273. vbLongDate=constant
  274. vbShortDate=constant
  275. vbLongTime=constant
  276. vbShortTime=constant
  277. vbObjectError=constant
  278. vbOKOnly=constant
  279. vbOKCancel=constant
  280. vbAbortRetryIgnore=constant
  281. vbYesNoCancel=constant
  282. vbYesNo=constant
  283. vbRetryCancel=constant
  284. vbCritical=constant
  285. vbQuestion=constant
  286. vbExclamation=constant
  287. vbInformation=constant
  288. vbDefaultButton1=constant
  289. vbDefaultButton2=constant
  290. vbDefaultButton3=constant
  291. vbDefaultButton4=constant
  292. vbApplicationModal=constant
  293. vbSystemModal=constant
  294. vbOK=constant
  295. vbCancel=constant
  296. vbAbort=constant
  297. vbRetry=constant
  298. vbIgnore=constant
  299. vbYes=constant
  300. vbNo=constant
  301. vbCr=constant
  302. vbCrLf=constant
  303. vbFormFeed=constant
  304. vbLf=constant
  305. vbNewLine=constant
  306. vbNullChar=constant
  307. vbNullString=constant
  308. vbTab=constant
  309. vbVerticalTab=constant
  310. vbEmpty=constant
  311. vbNull=constant
  312. vbInteger=constant
  313. vbLong=constant
  314. vbSingle=constant
  315. vbSingle=constant
  316. vbCurrency=constant
  317. vbDate=constant
  318. vbString=constant
  319. vbObject=constant
  320. vbError=constant
  321. vbBoolean=constant
  322. vbVariant=constant
  323. vbDataObject=constant
  324. vbDecimal=constant
  325. vbByte=constant
  326. vbArray=constant
  327.  
  328.  
  329. ;~~~~~~~~~~~~~~~~~~~~~~~~~~
  330. Empty=constant
  331. False=constant
  332. Nothing=constant
  333. Null=constant
  334. True=constant
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.   
  342.  
  343.  
  344.  
  345.