home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-04-14 | 5.1 KB | 345 lines |
- [COLORS]
- ;BLACK=0,0,0
- ;WHITE=255,255,255
- ;RED=255,0,0
- ;GREEN=0,255,0
- ;BLUE=0,0,255
- ;PURPLE=255,0,255
- ;YELLOW=255,255,0
- ;CYAN=0,255,255
- ;
- ;DKGRAY=192,192,192
- ;GRAY=128,128,128
- ;DKRED=128,0,0
- ;DKGREEN=0,128,0
- ;DKBLUE=0,0,128
- ;DKPURPLE=128,0,128
- ;DKYELLOW=128,128,0
- ;DKCYAN=0,128,128
-
- ;Colors for Keywords (=1), Quoted Strings, Comments
- ;Default test and backgrond defined in syntax coloring dialog
- ;Additional colors defined here
-
-
-
-
- ;dk red
- wsh=128,0,0
- wshom=128,0,0
-
- ;dk purple
- vbmethod=255,0,255
-
- ;purple
- wshmethod=128,0,128
-
- ;dk green
- vbproperty=0,255,255
-
- ;green
- wshproperties=0,128,0
-
- ;red
- statement=255,0,0
-
- ;dk yellow
- object=128,128,0
-
- constant=0,128,255
- operator=0,255,0
-
- [KEYWORDS]
- Wscript=wsh
- WshArguments=wsh
-
- WshShell=wsh
- WshNetwork=wsh
- WshShortcut=wsh
- WshUrlShortcut=wsh
- WshCollection=wsh
- WshEnvironment=wsh
- WshspecialFolders=wsh
-
- Property=wshproperties
- Application=wshproperties
- Arguments=wshproperties
- FullName=wshproperties
- Name=wshproperties
- Path=wshproperties
- ScriptFullName=wshproperties
- ScriptName=wshproperties
- Version=wshproperties
-
- ;Method=wshmethod
- ;CreateObject=wshmethod
- DisconnectObject=wshmethod
- Echo=wshmethod
- ;GetObject=wshmethod
- Quit=wshmethod
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Functions
- Abs=1
- Array=1
- Asc=1
- Atn=1
- CBool=1
- CByte=1
- CCur=1
- CDate=1
- CDbl=1
- CDec-->=1
- CInt=1
- CLng=1
- CSng=1
- CStr=1
- Chr=1
- ;Clear=1
- Method=1
- Cos=1
- CreateObject=1
- Date=1
- DateAddFunction=1
- DateDiff=1
- DatePart=1
- DateSerial=1
- DateValue=1
- Day=1
- Exp=1
- Filter=1
- Fix=1
- FormatCurrency=1
- FormatDateTime=1
- FormatNumber=1
- FormatPercent=1
- GetObject=1
- Hex=1
- Hour=1
- InStr=1
- InStrRev=1
- InputBox=1
- Int=1
- IsArray=1
- IsDate=1
- IsEmpty=1
- IsNull=1
- IsNumeric=1
- IsObject=1
- Join=1
- LBound=1
- LCase=1
- LTrim=1
- Left=1
- Len=1
- LoadPicture=1
- Log=1
- Mid=1
- Minute=1
- Month=1
- MonthName=1
- MsgBox=1
- Now=1
- Oct=1
- RGB=1
- RTrim=1
- Replace=1
- Right=1
- Rnd=1
- Round=1
- ScriptEngine=1
- ScriptEngineBuildVersion=1
- ScriptEngineMajorVersion=1
- ScriptEngineMinorVersion=1
- Second=1
- Sgn=1
- Sin=1
- Space=1
- Split=1
- Sqr=1
- StrComp=1
- StrReverse=1
- String=1
- Tan=1
- Time=1
- TimeSerial=1
- TimeValue=1
- Trim=1
- TypeName=1
- UBound=1
- UCase=1
- VarType=1
- Weekday=1
- WeekdayName=1
- Year=1
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Operators
- ;+=operator
- ;==operator
- ;&=operator
- ;/=operator
- ;^=operator
- ;\=operator
- ;*=operator
- ;-=operator
- ;Not Operator
- ;Or Operator
- ;Xor Operator
- ;Eqv Operator
- ;Is Operator
- Mod=operator
-
-
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Statements
- Call=statement
- Const=statement
- Dim=statement
- Do=statement
- Erase=statement
- Exit=statement
- For=statement
- Each=statement
- Next=statement
- For=statement
- Next=statement
- Function=statement
- If=statement
- Then=statement
- Else=statement
- On=statement
- Error=statement
- Option=statement
- Explicit=statement
- Private=statement
- Public=statement
- Randomize=statement
- ReDim=statement
- Rem=statement
- Select=statement
- Case=statement
- Set=statement
- Sub=statement
- While=statement
- Wend=statement
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Methods
- Raise=vbmethod
- Clear=vbmethod
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Property
- Description=vbproperty
- HelpContext=vbproperty
- HelpFile=vbproperty
- Number=vbproperty
- Source=vbproperty
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Object
- Dictionary=object
- Err=object
- FileSystemObject=object
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- ;VB Constants
- vbBlack=constant
- vbRed=constant
- vbGreen=constant
- vbYellow=constant
- vbBlue=constant
- vbMagenta=constant
- vbCyan=constant
- vbWhite=constant
- vbBinaryCompare=constant
- vbTextCompare=constant
- vbSunday=constant
- bMonday=constant
- vbTuesday=constant
- vbWednesday=constant
- vbThursday=constant
- vbFriday=constant
- vbSaturday=constant
- vbFirstJan1=constant
- vbFirstFourDays=constant
- vbFirstFullWeek=constant
- vbFirstFullWeek=constant
- vbUseSystem=constant
- vbUseSystemDayOfWeek=constant
- vbGeneralDate=constant
- vbLongDate=constant
- vbShortDate=constant
- vbLongTime=constant
- vbShortTime=constant
- vbObjectError=constant
- vbOKOnly=constant
- vbOKCancel=constant
- vbAbortRetryIgnore=constant
- vbYesNoCancel=constant
- vbYesNo=constant
- vbRetryCancel=constant
- vbCritical=constant
- vbQuestion=constant
- vbExclamation=constant
- vbInformation=constant
- vbDefaultButton1=constant
- vbDefaultButton2=constant
- vbDefaultButton3=constant
- vbDefaultButton4=constant
- vbApplicationModal=constant
- vbSystemModal=constant
- vbOK=constant
- vbCancel=constant
- vbAbort=constant
- vbRetry=constant
- vbIgnore=constant
- vbYes=constant
- vbNo=constant
- vbCr=constant
- vbCrLf=constant
- vbFormFeed=constant
- vbLf=constant
- vbNewLine=constant
- vbNullChar=constant
- vbNullString=constant
- vbTab=constant
- vbVerticalTab=constant
- vbEmpty=constant
- vbNull=constant
- vbInteger=constant
- vbLong=constant
- vbSingle=constant
- vbSingle=constant
- vbCurrency=constant
- vbDate=constant
- vbString=constant
- vbObject=constant
- vbError=constant
- vbBoolean=constant
- vbVariant=constant
- vbDataObject=constant
- vbDecimal=constant
- vbByte=constant
- vbArray=constant
-
-
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~
- Empty=constant
- False=constant
- Nothing=constant
- Null=constant
- True=constant
-
-
-
-
-
-
-
-
-
-
-