00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005 class HFile_foxpro6 extends HFile{
00006 function HFile_foxpro6(){
00007 $this->HFile();
00008
00009
00010
00011
00012
00013
00014 $this->nocase = "1";
00015 $this->notrim = "0";
00016 $this->perl = "0";
00017
00018
00019
00020 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray");
00021 $this->quotecolour = "blue";
00022 $this->blockcommentcolour = "green";
00023 $this->linecommentcolour = "green";
00024
00025
00026
00027 $this->indent = array("Case", "Else", "#Else", "Then");
00028 $this->unindent = array("Else", "#Else", "Endcase", "Enddefine", "Enddo", "Endfor", "Endfunc", "Endif", "Endprintjob", "Endproc", "Endscan", "Endtext", "Endwith", "#Endif");
00029
00030
00031
00032 $this->stringchars = array();
00033 $this->delimiters = array("!", "@", "$", "%", "(", ")", "-", "+", "=", "/", "{", "}", "[", "]", ":", ";", ",", " ", ".", "*", "&");
00034 $this->escchar = "";
00035
00036
00037
00038 $this->linecommenton = array("*");
00039 $this->blockcommenton = array("");
00040 $this->blockcommentoff = array("");
00041
00042
00043
00044 $this->keywords = array(
00045 "#Elif" => "1",
00046 "#Else" => "1",
00047 "#Endif" => "1",
00048 "#Define" => "1",
00049 "#If" => "1",
00050 "#Include" => "1",
00051 "#Itsexpression" => "1",
00052 "#Readclauses" => "1",
00053 "#Region" => "1",
00054 "#Section" => "1",
00055 "#Undef" => "1",
00056 "#Wname" => "1",
00057 "Case" => "2",
00058 "Define" => "2",
00059 "Do" => "2",
00060 "Else" => "2",
00061 "Endcase" => "2",
00062 "Enddefine" => "2",
00063 "Enddo" => "2",
00064 "Endfor" => "2",
00065 "Endfunc" => "2",
00066 "Endif" => "2",
00067 "Endprintjob" => "2",
00068 "Endproc" => "2",
00069 "Endscan" => "2",
00070 "Endtext" => "2",
00071 "Endwith" => "2",
00072 "For" => "2",
00073 "Function" => "2",
00074 "Hidden" => "2",
00075 "If" => "2",
00076 "Local" => "2",
00077 "Lparameter" => "2",
00078 "Lparameters" => "2",
00079 "Next" => "2",
00080 "Otherwise" => "2",
00081 "Parameters" => "2",
00082 "Printjob" => "2",
00083 "Procedure" => "2",
00084 "Protected" => "2",
00085 "Public" => "2",
00086 "Scan" => "2",
00087 "Text" => "2",
00088 "Then" => "2",
00089 "While" => "2",
00090 "With" => "2",
00091 "?" => "3",
00092 "??" => "3",
00093 "???" => "3",
00094 "Abs" => "3",
00095 "Accept" => "3",
00096 "Access" => "3",
00097 "Aclass" => "3",
00098 "Acopy" => "3",
00099 "Acos" => "3",
00100 "Adatabases" => "3",
00101 "Adbobjects" => "3",
00102 "Addbs" => "3",
00103 "Addrelationtoenv" => "3",
00104 "Addtabletoenv" => "3",
00105 "Adel" => "3",
00106 "Adir" => "3",
00107 "Aelement" => "3",
00108 "Aerror" => "3",
00109 "Afields" => "3",
00110 "Afont" => "3",
00111 "Agetclass" => "3",
00112 "Agetfileversion" => "3",
00113 "Ains" => "3",
00114 "Ainstance" => "3",
00115 "Alen" => "3",
00116 "Align" => "3",
00117 "Alines" => "3",
00118 "Alltrim" => "3",
00119 "Alter" => "3",
00120 "Amembers" => "3",
00121 "Amouseobj" => "3",
00122 "Anetresources" => "3",
00123 "Ansitooem" => "3",
00124 "Append" => "3",
00125 "Aprinters" => "3",
00126 "Ascan" => "3",
00127 "Aselobj" => "3",
00128 "Asin" => "3",
00129 "Asort" => "3",
00130 "Assert" => "3",
00131 "Asserts" => "3",
00132 "Assist" => "3",
00133 "Asubscript" => "3",
00134 "Asynchronous" => "3",
00135 "At_c" => "3",
00136 "Atan" => "3",
00137 "Atc" => "3",
00138 "Atcc" => "3",
00139 "Atcline" => "3",
00140 "Atline" => "3",
00141 "Atn2" => "3",
00142 "Aused" => "3",
00143 "Autoform" => "3",
00144 "Autoreport" => "3",
00145 "Avcxclasses" => "3",
00146 "Average" => "3",
00147 "BarCount" => "3",
00148 "BarPrompt" => "3",
00149 "BatchMode" => "3",
00150 "BatchUpdateCount" => "3",
00151 "Begin" => "3",
00152 "BellSound" => "3",
00153 "BinToC" => "3",
00154 "Bintoc" => "3",
00155 "Bitand" => "3",
00156 "Bitclear" => "3",
00157 "Bitlshift" => "3",
00158 "Bitnot" => "3",
00159 "Bitor" => "3",
00160 "Bitrshift" => "3",
00161 "Bitset" => "3",
00162 "Bittest" => "3",
00163 "Bitxor" => "3",
00164 "Bof" => "3",
00165 "Browse" => "3",
00166 "BrowseRefresh" => "3",
00167 "Buffering" => "3",
00168 "BuilderLock" => "3",
00169 "COMArray" => "3",
00170 "COMReturnError" => "3",
00171 "CToBin" => "3",
00172 "Calculate" => "3",
00173 "Call" => "3",
00174 "Capslock" => "3",
00175 "Cd" => "3",
00176 "Cdow" => "3",
00177 "Ceiling" => "3",
00178 "Central" => "3",
00179 "Change" => "3",
00180 "Char" => "3",
00181 "Chdir" => "3",
00182 "Chr" => "3",
00183 "Chrsaw" => "3",
00184 "Chrtran" => "3",
00185 "Chrtranc" => "3",
00186 "Close" => "3",
00187 "Cmonth" => "3",
00188 "Cntbar" => "3",
00189 "Cntpad" => "3",
00190 "Col" => "3",
00191 "Comclassinfo" => "3",
00192 "CommandTargetQuery" => "3",
00193 "Compile" => "3",
00194 "Completed" => "3",
00195 "Compobj" => "3",
00196 "Compute" => "3",
00197 "Concat" => "3",
00198 "ConnectBusy" => "3",
00199 "ConnectHandle" => "3",
00200 "ConnectName" => "3",
00201 "ConnectString" => "3",
00202 "ConnectTimeOut" => "3",
00203 "ContainerReleaseType" => "3",
00204 "Continue" => "3",
00205 "Copy" => "3",
00206 "Cos" => "3",
00207 "Cot" => "3",
00208 "Count" => "3",
00209 "Coverage" => "3",
00210 "Cpconvert" => "3",
00211 "Cpcurrent" => "3",
00212 "Cpdbf" => "3",
00213 "Cpnotrans" => "3",
00214 "Create" => "3",
00215 "CreateBinary" => "3",
00216 "Createobject" => "3",
00217 "Createobjectex" => "3",
00218 "Createoffline" => "3",
00219 "CrsBuffering" => "3",
00220 "CrsFetchMemo" => "3",
00221 "CrsFetchSize" => "3",
00222 "CrsMaxRows" => "3",
00223 "CrsMethodUsed" => "3",
00224 "CrsNumBatch" => "3",
00225 "CrsShareConnection" => "3",
00226 "CrsUseMemoSize" => "3",
00227 "CrsWhereClause" => "3",
00228 "Ctobin" => "3",
00229 "Ctod" => "3",
00230 "Ctot" => "3",
00231 "Curdate" => "3",
00232 "Curdir" => "3",
00233 "CurrLeft" => "3",
00234 "CurrSymbol" => "3",
00235 "CursorGetProp" => "3",
00236 "CursorSetProp" => "3",
00237 "Curtime" => "3",
00238 "Curval" => "3",
00239 "DBGetProp" => "3",
00240 "DBSetProp" => "3",
00241 "DB_BufLockRow" => "3",
00242 "DB_BufLockTable" => "3",
00243 "DB_BufOff" => "3",
00244 "DB_BufOptRow" => "3",
00245 "DB_BufOptTable" => "3",
00246 "DB_Complette" => "3",
00247 "DB_DeleteInsert" => "3",
00248 "DB_KeyAndModified" => "3",
00249 "DB_KeyAndTimestamp" => "3",
00250 "DB_KeyAndUpdatable" => "3",
00251 "DB_LocalSQL" => "3",
00252 "DB_NoPrompt" => "3",
00253 "DB_Prompt" => "3",
00254 "DB_RemoteSQL" => "3",
00255 "DB_TransAuto" => "3",
00256 "DB_TransManual" => "3",
00257 "DB_TransNone" => "3",
00258 "DB_Update" => "3",
00259 "Datetime" => "3",
00260 "Day" => "3",
00261 "Dayname" => "3",
00262 "Dayofmonth" => "3",
00263 "Dayofweek" => "3",
00264 "Dayofyear" => "3",
00265 "Dbalias" => "3",
00266 "Dbused" => "3",
00267 "Ddeaborttrans" => "3",
00268 "Ddeadvise" => "3",
00269 "Ddeenabled" => "3",
00270 "Ddeexecute" => "3",
00271 "Ddeinitiate" => "3",
00272 "Ddelasterror" => "3",
00273 "Ddepoke" => "3",
00274 "Dderequest" => "3",
00275 "Ddesetoption" => "3",
00276 "Ddesetservice" => "3",
00277 "Ddesettopic" => "3",
00278 "Ddeterminate" => "3",
00279 "Debugout" => "3",
00280 "Declare" => "3",
00281 "DefOLELCid" => "3",
00282 "DefaultValue" => "3",
00283 "Defaultext" => "3",
00284 "Degrees" => "3",
00285 "DeleteTrigger" => "3",
00286 "Desc" => "3",
00287 "Description" => "3",
00288 "Difference" => "3",
00289 "Dimension" => "3",
00290 "Dir" => "3",
00291 "Directory" => "3",
00292 "Diskspace" => "3",
00293 "DispLogin" => "3",
00294 "DispWarnings" => "3",
00295 "Display" => "3",
00296 "Dll" => "3",
00297 "Dmy" => "3",
00298 "DoDefault" => "3",
00299 "DoEvents" => "3",
00300 "Doc" => "3",
00301 "Doevents" => "3",
00302 "Dow" => "3",
00303 "Drivetype" => "3",
00304 "Drop" => "3",
00305 "Dropoffline" => "3",
00306 "Dtoc" => "3",
00307 "Dtor" => "3",
00308 "Dtos" => "3",
00309 "Dtot" => "3",
00310 "DynamicInputMask" => "3",
00311 "Each" => "3",
00312 "Edit" => "3",
00313 "Eject" => "3",
00314 "Elif" => "3",
00315 "End" => "3",
00316 "Eof" => "3",
00317 "Erase" => "3",
00318 "Evaluate" => "3",
00319 "Event" => "3",
00320 "Eventtracking" => "3",
00321 "Exclude" => "3",
00322 "Exclusive" => "3",
00323 "Exit" => "3",
00324 "Exp" => "3",
00325 "Export" => "3",
00326 "External" => "3",
00327 "FDate" => "3",
00328 "FTime" => "3",
00329 "Fchsize" => "3",
00330 "Fclose" => "3",
00331 "Fcount" => "3",
00332 "Fcreate" => "3",
00333 "Feof" => "3",
00334 "Ferror" => "3",
00335 "FetchMemo" => "3",
00336 "FetchSize" => "3",
00337 "Fflush" => "3",
00338 "Fgets" => "3",
00339 "Filer" => "3",
00340 "Filetostr" => "3",
00341 "Find" => "3",
00342 "Fklabel" => "3",
00343 "Fkmax" => "3",
00344 "Fldlist" => "3",
00345 "Flock" => "3",
00346 "Floor" => "3",
00347 "Flush" => "3",
00348 "Fontmetric" => "3",
00349 "Fopen" => "3",
00350 "Forceext" => "3",
00351 "Forcepath" => "3",
00352 "FormSetClass" => "3",
00353 "FormSetLib" => "3",
00354 "FormsClass" => "3",
00355 "FormsLib" => "3",
00356 "Found" => "3",
00357 "FoxPro" => "3",
00358 "Foxcode" => "3",
00359 "Foxdoc" => "3",
00360 "Foxgen" => "3",
00361 "Foxgraph" => "3",
00362 "Foxview" => "3",
00363 "Fputs" => "3",
00364 "Fread" => "3",
00365 "French" => "3",
00366 "Fseek" => "3",
00367 "Fsize" => "3",
00368 "Fv" => "3",
00369 "Fwrite" => "3",
00370 "Gather" => "3",
00371 "German" => "3",
00372 "GetPem" => "3",
00373 "Getbar" => "3",
00374 "Getcolor" => "3",
00375 "Getcp" => "3",
00376 "Getdir" => "3",
00377 "Getenv" => "3",
00378 "Getexpr" => "3",
00379 "Getfile" => "3",
00380 "Getfldstate" => "3",
00381 "Getfont" => "3",
00382 "Gethost" => "3",
00383 "Getnextmodified" => "3",
00384 "Getobject" => "3",
00385 "Getpad" => "3",
00386 "Getpict" => "3",
00387 "Getprinter" => "3",
00388 "Go" => "3",
00389 "Gomonth" => "3",
00390 "Goto" => "3",
00391 "Graph" => "3",
00392 "GridHorz" => "3",
00393 "GridShow" => "3",
00394 "GridShowPos" => "3",
00395 "GridSnap" => "3",
00396 "GridVert" => "3",
00397 "Help" => "3",
00398 "HelpOn" => "3",
00399 "HelpTo" => "3",
00400 "HighLightRow" => "3",
00401 "Home" => "3",
00402 "Hour" => "3",
00403 "IMEStatus" => "3",
00404 "IdleTimeOut" => "3",
00405 "Idxcollate" => "3",
00406 "Ifdef" => "3",
00407 "Ifndef" => "3",
00408 "Iif" => "3",
00409 "Import" => "3",
00410 "Include" => "3",
00411 "Indbc" => "3",
00412 "Index" => "3",
00413 "Indexseek" => "3",
00414 "Inkey" => "3",
00415 "Inlist" => "3",
00416 "Input" => "3",
00417 "Insert" => "3",
00418 "InsertTrigger" => "3",
00419 "Insmode" => "3",
00420 "IsBlank" => "3",
00421 "IsFLocked" => "3",
00422 "IsLeadByte" => "3",
00423 "IsMouse" => "3",
00424 "IsNull" => "3",
00425 "IsRLocked" => "3",
00426 "Isalpha" => "3",
00427 "Iscolor" => "3",
00428 "Isdigit" => "3",
00429 "Isexclusive" => "3",
00430 "Isflocked" => "3",
00431 "Ishosted" => "3",
00432 "Islower" => "3",
00433 "Isreadonly" => "3",
00434 "Isrlocked" => "3",
00435 "Isupper" => "3",
00436 "Italian" => "3",
00437 "Japan" => "3",
00438 "Join" => "3",
00439 "Justdrive" => "3",
00440 "Justext" => "3",
00441 "Justfname" => "3",
00442 "Justpath" => "3",
00443 "Juststem" => "3",
00444 "KeyField" => "3",
00445 "KeyFieldList" => "3",
00446 "Keyboard" => "3",
00447 "Keymatch" => "3",
00448 "LastProject" => "3",
00449 "Lastkey" => "3",
00450 "Lcase" => "3",
00451 "Leftc" => "3",
00452 "Len" => "3",
00453 "Lenc" => "3",
00454 "Length" => "3",
00455 "Likec" => "3",
00456 "Lineno" => "3",
00457 "LoadPicture" => "3",
00458 "Loadpicture" => "3",
00459 "Locate" => "3",
00460 "Locfile" => "3",
00461 "Log" => "3",
00462 "Log10" => "3",
00463 "Logout" => "3",
00464 "Lookup" => "3",
00465 "Loop" => "3",
00466 "Lower" => "3",
00467 "Ltrim" => "3",
00468 "Lupdate" => "3",
00469 "Mail" => "3",
00470 "MaxRecords" => "3",
00471 "Mcol" => "3",
00472 "Md" => "3",
00473 "Mdown" => "3",
00474 "Mdx" => "3",
00475 "Mdy" => "3",
00476 "Memlines" => "3",
00477 "Menu" => "3",
00478 "Messagebox" => "3",
00479 "Minute" => "3",
00480 "Mkdir" => "3",
00481 "Mline" => "3",
00482 "Modify" => "3",
00483 "Month" => "3",
00484 "Monthname" => "3",
00485 "Mouse" => "3",
00486 "Mrkbar" => "3",
00487 "Mrkpad" => "3",
00488 "Mrow" => "3",
00489 "Mtdll" => "3",
00490 "Mton" => "3",
00491 "Mwindow" => "3",
00492 "Native" => "3",
00493 "Ndx" => "3",
00494 "Network" => "3",
00495 "NoFilter" => "3",
00496 "Nodefault" => "3",
00497 "Normalize" => "3",
00498 "Note" => "3",
00499 "Now" => "3",
00500 "Ntom" => "3",
00501 "NullString" => "3",
00502 "Numlock" => "3",
00503 "Nvl" => "3",
00504 "ODBChdbc" => "3",
00505 "ODBChstmt" => "3",
00506 "OLEDropTextInsertion" => "3",
00507 "OLELCid" => "3",
00508 "Objnum" => "3",
00509 "Objref" => "3",
00510 "Objtoclient" => "3",
00511 "Objvar" => "3",
00512 "Occurs" => "3",
00513 "Oemtoansi" => "3",
00514 "Oldval" => "3",
00515 "OlePublic" => "3",
00516 "Olereturnerror" => "3",
00517 "On" => "3",
00518 "Open" => "3",
00519 "Oracle" => "3",
00520 "Order" => "3",
00521 "Os" => "3",
00522 "Outer" => "3",
00523 "PCount" => "3",
00524 "Pack" => "3",
00525 "PacketSize" => "3",
00526 "Padc" => "3",
00527 "Padl" => "3",
00528 "Padr" => "3",
00529 "Payment" => "3",
00530 "Pcol" => "3",
00531 "PemStatus" => "3",
00532 "Pi" => "3",
00533 "Pivot" => "3",
00534 "Play" => "3",
00535 "Pop" => "3",
00536 "Popup" => "3",
00537 "Power" => "3",
00538 "PrimaryKey" => "3",
00539 "Printstatus" => "3",
00540 "Private" => "3",
00541 "Prmbar" => "3",
00542 "Prmpad" => "3",
00543 "ProjectClick" => "3",
00544 "Proper" => "3",
00545 "Prow" => "3",
00546 "Prtinfo" => "3",
00547 "Push" => "3",
00548 "Putfile" => "3",
00549 "Pv" => "3",
00550 "Qpr" => "3",
00551 "Quater" => "3",
00552 "QueryTimeOut" => "3",
00553 "Quit" => "3",
00554 "Radians" => "3",
00555 "Rand" => "3",
00556 "Rat" => "3",
00557 "Ratc" => "3",
00558 "Ratline" => "3",
00559 "Rd" => "3",
00560 "Rdlevel" => "3",
00561 "Read" => "3",
00562 "Readkey" => "3",
00563 "Recall" => "3",
00564 "Reccount" => "3",
00565 "RecentlyUsedFiles" => "3",
00566 "Recno" => "3",
00567 "Recsize" => "3",
00568 "Regional" => "3",
00569 "Reindex" => "3",
00570 "RelatedChild" => "3",
00571 "RelatedTable" => "3",
00572 "RelatedTag" => "3",
00573 "Remove" => "3",
00574 "Rename" => "3",
00575 "Repeat" => "3",
00576 "Replace" => "3",
00577 "Replicate" => "3",
00578 "Report" => "3",
00579 "ResHeight" => "3",
00580 "ResWidth" => "3",
00581 "ResourceOn" => "3",
00582 "ResourceTo" => "3",
00583 "Resources" => "3",
00584 "Restore" => "3",
00585 "Resume" => "3",
00586 "Retry" => "3",
00587 "Return" => "3",
00588 "Revertoffline" => "3",
00589 "Rgbscheme" => "3",
00590 "Rightc" => "3",
00591 "Rlock" => "3",
00592 "Rmdir" => "3",
00593 "Rollback" => "3",
00594 "Round" => "3",
00595 "Rtod" => "3",
00596 "Rtrim" => "3",
00597 "RuleExpression" => "3",
00598 "RuleText" => "3",
00599 "Run" => "3",
00600 "Runscript" => "3",
00601 "Rview" => "3",
00602 "SQLAsynchronous" => "3",
00603 "SQLBatchMode" => "3",
00604 "SQLCancel" => "3",
00605 "SQLColumns" => "3",
00606 "SQLConnect" => "3",
00607 "SQLConnectTimeOut" => "3",
00608 "SQLDisconnect" => "3",
00609 "SQLDispLogin" => "3",
00610 "SQLDispWarnings" => "3",
00611 "SQLExec" => "3",
00612 "SQLGetProp" => "3",
00613 "SQLIdleTimeOut" => "3",
00614 "SQLMoreResults" => "3",
00615 "SQLPrepare" => "3",
00616 "SQLQueryTimeOut" => "3",
00617 "SQLSetProp" => "3",
00618 "SQLTables" => "3",
00619 "SQLTransactions" => "3",
00620 "SQLWaitTime" => "3",
00621 "Save" => "3",
00622 "SavePicture" => "3",
00623 "Savepicture" => "3",
00624 "ScaleUnits" => "3",
00625 "Scatter" => "3",
00626 "Scols" => "3",
00627 "Scroll" => "3",
00628 "Sec" => "3",
00629 "Second" => "3",
00630 "Seek" => "3",
00631 "Select" => "3",
00632 "SendUpdates" => "3",
00633 "Set" => "3",
00634 "SetDefault" => "3",
00635 "Setfldstate" => "3",
00636 "Setup" => "3",
00637 "ShareConnection" => "3",
00638 "ShowOLEControls" => "3",
00639 "ShowOLEInsertable" => "3",
00640 "ShowVCXs" => "3",
00641 "Sign" => "3",
00642 "Sin" => "3",
00643 "Size" => "3",
00644 "SizeBox" => "3",
00645 "Skpbar" => "3",
00646 "Skppad" => "3",
00647 "Sort" => "3",
00648 "Soundex" => "3",
00649 "SourceName" => "3",
00650 "Sqlcommit" => "3",
00651 "Sqll" => "3",
00652 "Sqlrollback" => "3",
00653 "Sqlstringconnect" => "3",
00654 "Sqrt" => "3",
00655 "Srows" => "3",
00656 "StatusBar" => "3",
00657 "Store" => "3",
00658 "Str" => "3",
00659 "Strconv" => "3",
00660 "Strtofile" => "3",
00661 "Strtran" => "3",
00662 "Stuff" => "3",
00663 "Stuffc" => "3",
00664 "Substr" => "3",
00665 "Substrc" => "3",
00666 "Substring" => "3",
00667 "Sum" => "3",
00668 "Suspend" => "3",
00669 "Sys" => "3",
00670 "Sysmetric" => "3",
00671 "TabOrdering" => "3",
00672 "Table" => "3",
00673 "TableRefresh" => "3",
00674 "Tablerevert" => "3",
00675 "Tableupdate" => "3",
00676 "TagCount" => "3",
00677 "TagNo" => "3",
00678 "Tan" => "3",
00679 "Target" => "3",
00680 "This" => "3",
00681 "Thisform" => "3",
00682 "Thisformset" => "3",
00683 "Timestamp" => "3",
00684 "Timestampdiff" => "3",
00685 "Total" => "3",
00686 "Transactions" => "3",
00687 "Transform" => "3",
00688 "Trim" => "3",
00689 "Truncate" => "3",
00690 "Ttoc" => "3",
00691 "Ttod" => "3",
00692 "Txnlevel" => "3",
00693 "Txtwidth" => "3",
00694 "Type" => "3",
00695 "Ucase" => "3",
00696 "Undefine" => "3",
00697 "Unlock" => "3",
00698 "Unpack" => "3",
00699 "Updatable" => "3",
00700 "UpdatableFieldList" => "3",
00701 "Update" => "3",
00702 "UpdateName" => "3",
00703 "UpdateNameList" => "3",
00704 "UpdateTrigger" => "3",
00705 "UpdateType" => "3",
00706 "Updated" => "3",
00707 "Upper" => "3",
00708 "Upsizing" => "3",
00709 "Usa" => "3",
00710 "Use" => "3",
00711 "UseMemoSize" => "3",
00712 "Used" => "3",
00713 "Val" => "3",
00714 "Validate" => "3",
00715 "Varread" => "3",
00716 "Vartype" => "3",
00717 "Version" => "3",
00718 "VersionLanguage" => "3",
00719 "Wait" => "3",
00720 "WaitTime" => "3",
00721 "Wborder" => "3",
00722 "Wchild" => "3",
00723 "Wcols" => "3",
00724 "Week" => "3",
00725 "Wexist" => "3",
00726 "Wfont" => "3",
00727 "WhereType" => "3",
00728 "Windcmd" => "3",
00729 "Windhelp" => "3",
00730 "Windmemo" => "3",
00731 "Windmenu" => "3",
00732 "Windmodify" => "3",
00733 "Windquery" => "3",
00734 "Windscreen" => "3",
00735 "Windsnip" => "3",
00736 "Windstproc" => "3",
00737 "WizardPrompt" => "3",
00738 "Wlast" => "3",
00739 "Wlcol" => "3",
00740 "Wlrow" => "3",
00741 "Wmaximum" => "3",
00742 "Wminimum" => "3",
00743 "Wontop" => "3",
00744 "Woutput" => "3",
00745 "Wparent" => "3",
00746 "Wread" => "3",
00747 "Wrows" => "3",
00748 "Wtitle" => "3",
00749 "Wvisible" => "3",
00750 "Year" => "3",
00751 "Zap" => "3",
00752 "_Alignment" => "3",
00753 "_Asciicols" => "3",
00754 "_Asciirows" => "3",
00755 "_Assist" => "3",
00756 "_Beautify" => "3",
00757 "_Box" => "3",
00758 "_Browser" => "3",
00759 "_Builder" => "3",
00760 "_Calcmem" => "3",
00761 "_Calcvalue" => "3",
00762 "_Cliptext" => "3",
00763 "_Converter" => "3",
00764 "_Coverage" => "3",
00765 "_Curobj" => "3",
00766 "_Dblclick" => "3",
00767 "_Diarydate" => "3",
00768 "_Dos" => "3",
00769 "_Foxdoc" => "3",
00770 "_Foxgraph" => "3",
00771 "_Gallery" => "3",
00772 "_Gengraph" => "3",
00773 "_Genhtml" => "3",
00774 "_Genmenu" => "3",
00775 "_Genpd" => "3",
00776 "_Genscrn" => "3",
00777 "_Genxtab" => "3",
00778 "_Getexpr" => "3",
00779 "_Include" => "3",
00780 "_Indent" => "3",
00781 "_Lmargin" => "3",
00782 "_Mac" => "3",
00783 "_Mbr_appnd" => "3",
00784 "_Mbr_cpart" => "3",
00785 "_Mbr_delet" => "3",
00786 "_Mbr_font" => "3",
00787 "_Mbr_goto" => "3",
00788 "_Mbr_grid" => "3",
00789 "_Mbr_link" => "3",
00790 "_Mbr_mode" => "3",
00791 "_Mbr_mvfld" => "3",
00792 "_Mbr_mvprt" => "3",
00793 "_Mbr_seek" => "3",
00794 "_Mbr_sp100" => "3",
00795 "_Mbr_sp200" => "3",
00796 "_Mbr_szfld" => "3",
00797 "_Mbrowse" => "3",
00798 "_Mda_appnd" => "3",
00799 "_Mda_avg" => "3",
00800 "_Mda_brow" => "3",
00801 "_Mda_calc" => "3",
00802 "_Mda_copy" => "3",
00803 "_Mda_count" => "3",
00804 "_Mda_label" => "3",
00805 "_Mda_pack" => "3",
00806 "_Mda_reprt" => "3",
00807 "_Mda_rindx" => "3",
00808 "_Mda_setup" => "3",
00809 "_Mda_sort" => "3",
00810 "_Mda_sp100" => "3",
00811 "_Mda_sp200" => "3",
00812 "_Mda_sp300" => "3",
00813 "_Mda_sum" => "3",
00814 "_Mda_total" => "3",
00815 "_Mdata" => "3",
00816 "_Mdiary" => "3",
00817 "_Med_clear" => "3",
00818 "_Med_copy" => "3",
00819 "_Med_cut" => "3",
00820 "_Med_cvtst" => "3",
00821 "_Med_find" => "3",
00822 "_Med_finda" => "3",
00823 "_Med_goto" => "3",
00824 "_Med_insob" => "3",
00825 "_Med_link" => "3",
00826 "_Med_obj" => "3",
00827 "_Med_paste" => "3",
00828 "_Med_pref" => "3",
00829 "_Med_pstlk" => "3",
00830 "_Med_redo" => "3",
00831 "_Med_repl" => "3",
00832 "_Med_repla" => "3",
00833 "_Med_slcta" => "3",
00834 "_Med_sp100" => "3",
00835 "_Med_sp200" => "3",
00836 "_Med_sp300" => "3",
00837 "_Med_sp400" => "3",
00838 "_Med_sp500" => "3",
00839 "_Med_undo" => "3",
00840 "_Medit" => "3",
00841 "_Mfi_clall" => "3",
00842 "_Mfi_close" => "3",
00843 "_Mfi_export" => "3",
00844 "_Mfi_import" => "3",
00845 "_Mfi_new" => "3",
00846 "_Mfi_open" => "3",
00847 "_Mfi_pgset" => "3",
00848 "_Mfi_prevu" => "3",
00849 "_Mfi_print" => "3",
00850 "_Mfi_quit" => "3",
00851 "_Mfi_revrt" => "3",
00852 "_Mfi_savas" => "3",
00853 "_Mfi_save" => "3",
00854 "_Mfi_send" => "3",
00855 "_Mfi_setup" => "3",
00856 "_Mfi_sp100" => "3",
00857 "_Mfi_sp200" => "3",
00858 "_Mfi_sp300" => "3",
00859 "_Mfi_sp400" => "3",
00860 "_Mfile" => "3",
00861 "_Mfiler" => "3",
00862 "_Mfirst" => "3",
00863 "_Mlabel" => "3",
00864 "_Mlast" => "3",
00865 "_Mline" => "3",
00866 "_Mmacro" => "3",
00867 "_Mmbldr" => "3",
00868 "_Mpr_beaut" => "3",
00869 "_Mpr_cancl" => "3",
00870 "_Mpr_compl" => "3",
00871 "_Mpr_do" => "3",
00872 "_Mpr_docum" => "3",
00873 "_Mpr_formwz" => "3",
00874 "_Mpr_gener" => "3",
00875 "_Mpr_graph" => "3",
00876 "_Mpr_resum" => "3",
00877 "_Mpr_sp100" => "3",
00878 "_Mpr_sp200" => "3",
00879 "_Mpr_sp300" => "3",
00880 "_Mpr_suspend" => "3",
00881 "_Mprog" => "3",
00882 "_Mproj" => "3",
00883 "_Mrc_appnd" => "3",
00884 "_Mrc_chnge" => "3",
00885 "_Mrc_cont" => "3",
00886 "_Mrc_delet" => "3",
00887 "_Mrc_goto" => "3",
00888 "_Mrc_locat" => "3",
00889 "_Mrc_recal" => "3",
00890 "_Mrc_repl" => "3",
00891 "_Mrc_seek" => "3",
00892 "_Mrc_sp100" => "3",
00893 "_Mrc_sp200" => "3",
00894 "_Mrecord" => "3",
00895 "_Mreport" => "3",
00896 "_Mrqbe" => "3",
00897 "_Mscreen" => "3",
00898 "_Msm_data" => "3",
00899 "_Msm_edit" => "3",
00900 "_Msm_file" => "3",
00901 "_Msm_format" => "3",
00902 "_Msm_prog" => "3",
00903 "_Msm_recrd" => "3",
00904 "_Msm_systm" => "3",
00905 "_Msm_text" => "3",
00906 "_Msm_tools" => "3",
00907 "_Msm_view" => "3",
00908 "_Msm_windo" => "3",
00909 "_Mst_about" => "3",
00910 "_Mst_ascii" => "3",
00911 "_Mst_calcu" => "3",
00912 "_Mst_captr" => "3",
00913 "_Mst_dbase" => "3",
00914 "_Mst_diary" => "3",
00915 "_Mst_filer" => "3",
00916 "_Mst_help" => "3",
00917 "_Mst_hphow" => "3",
00918 "_Mst_hpsch" => "3",
00919 "_Mst_macro" => "3",
00920 "_Mst_office" => "3",
00921 "_Mst_puzzl" => "3",
00922 "_Mst_sp100" => "3",
00923 "_Mst_sp200" => "3",
00924 "_Mst_sp300" => "3",
00925 "_Mst_specl" => "3",
00926 "_Msysmenu" => "3",
00927 "_Msystem" => "3",
00928 "_Mtable" => "3",
00929 "_Mtb_appnd" => "3",
00930 "_Mtb_cpart" => "3",
00931 "_Mtb_delet" => "3",
00932 "_Mtb_delrc" => "3",
00933 "_Mtb_goto" => "3",
00934 "_Mtb_link" => "3",
00935 "_Mtb_mvfld" => "3",
00936 "_Mtb_mvprt" => "3",
00937 "_Mtb_props" => "3",
00938 "_Mtb_recal" => "3",
00939 "_Mtb_sp100" => "3",
00940 "_Mtb_sp200" => "3",
00941 "_Mtb_sp300" => "3",
00942 "_Mtb_sp400" => "3",
00943 "_Mtb_szfld" => "3",
00944 "_Mwi_arran" => "3",
00945 "_Mwi_clear" => "3",
00946 "_Mwi_cmd" => "3",
00947 "_Mwi_color" => "3",
00948 "_Mwi_debug" => "3",
00949 "_Mwi_hide" => "3",
00950 "_Mwi_hidea" => "3",
00951 "_Mwi_min" => "3",
00952 "_Mwi_move" => "3",
00953 "_Mwi_rotat" => "3",
00954 "_Mwi_showa" => "3",
00955 "_Mwi_size" => "3",
00956 "_Mwi_sp100" => "3",
00957 "_Mwi_sp200" => "3",
00958 "_Mwi_toolb" => "3",
00959 "_Mwi_trace" => "3",
00960 "_Mwi_view" => "3",
00961 "_Mwi_zoom" => "3",
00962 "_Mwindow" => "3",
00963 "_Mwizards" => "3",
00964 "_Mwz_all" => "3",
00965 "_Mwz_form" => "3",
00966 "_Mwz_foxdoc" => "3",
00967 "_Mwz_import" => "3",
00968 "_Mwz_label" => "3",
00969 "_Mwz_mail" => "3",
00970 "_Mwz_pivot" => "3",
00971 "_Mwz_query" => "3",
00972 "_Mwz_reprt" => "3",
00973 "_Mwz_setup" => "3",
00974 "_Mwz_table" => "3",
00975 "_Mwz_upsizing" => "3",
00976 "_Netware" => "3",
00977 "_Oracle" => "3",
00978 "_Padvance" => "3",
00979 "_Pageno" => "3",
00980 "_Pbpage" => "3",
00981 "_Pcolno" => "3",
00982 "_Pcopies" => "3",
00983 "_Pdparms" => "3",
00984 "_Pdriver" => "3",
00985 "_Pdsetup" => "3",
00986 "_Pecode" => "3",
00987 "_Peject" => "3",
00988 "_Pepage" => "3",
00989 "_Pform" => "3",
00990 "_Plength" => "3",
00991 "_Plineno" => "3",
00992 "_Ploffset" => "3",
00993 "_Ppitch" => "3",
00994 "_Pquality" => "3",
00995 "_Pretext" => "3",
00996 "_Pscode" => "3",
00997 "_Pspacing" => "3",
00998 "_Pwait" => "3",
00999 "_Rmargin" => "3",
01000 "_Runactivedoc" => "3",
01001 "_Samples" => "3",
01002 "_Screen" => "3",
01003 "_Shell" => "3",
01004 "_Spellchk" => "3",
01005 "_Sqlserver" => "3",
01006 "_Startup" => "3",
01007 "_Tabs" => "3",
01008 "_Tally" => "3",
01009 "_Text" => "3",
01010 "_Throttle" => "3",
01011 "_Transport" => "3",
01012 "_Triggerlevel" => "3",
01013 "_Unix" => "3",
01014 "_WebDevOnly" => "3",
01015 "_WebMenu" => "3",
01016 "_WebMsftHomePage" => "3",
01017 "_WebVFPHomePage" => "3",
01018 "_WebVfpOnlineSupport" => "3",
01019 "_Windows" => "3",
01020 "_Wizard" => "3",
01021 "_Wrap" => "3",
01022 "_scctext" => "3",
01023 "_vfp" => "3",
01024 "Additive" => "4",
01025 "After" => "4",
01026 "Again" => "4",
01027 "Aindent" => "4",
01028 "Alignright" => "4",
01029 "All" => "4",
01030 "Alt" => "4",
01031 "Alternate" => "4",
01032 "And" => "4",
01033 "Ansi" => "4",
01034 "Any" => "4",
01035 "Aplabout" => "4",
01036 "App" => "4",
01037 "Array" => "4",
01038 "As" => "4",
01039 "Asc" => "4",
01040 "Ascending" => "4",
01041 "Ascii" => "4",
01042 "At" => "4",
01043 "Attributes" => "4",
01044 "Automatic" => "4",
01045 "Autosave" => "4",
01046 "Avg" => "4",
01047 "Bar" => "4",
01048 "Before" => "4",
01049 "Bell" => "4",
01050 "Between" => "4",
01051 "Bitmap" => "4",
01052 "Blank" => "4",
01053 "Blink" => "4",
01054 "Blocksize" => "4",
01055 "Border" => "4",
01056 "Bottom" => "4",
01057 "Brstatus" => "4",
01058 "Bucket" => "4",
01059 "Buffers" => "4",
01060 "By" => "4",
01061 "Candidate" => "4",
01062 "Carry" => "4",
01063 "Cascade" => "4",
01064 "Catalog" => "4",
01065 "Cdx" => "4",
01066 "Center" => "4",
01067 "Century" => "4",
01068 "Cga" => "4",
01069 "Character" => "4",
01070 "Check" => "4",
01071 "Classlib" => "4",
01072 "Clock" => "4",
01073 "Cnt" => "4",
01074 "Codepage" => "4",
01075 "Collate" => "4",
01076 "Color" => "4",
01077 "Com1" => "4",
01078 "Com2" => "4",
01079 "Command" => "4",
01080 "Compact" => "4",
01081 "Compatible" => "4",
01082 "Compress" => "4",
01083 "Confirm" => "4",
01084 "Connection" => "4",
01085 "Connections" => "4",
01086 "Connstring" => "4",
01087 "Console" => "4",
01088 "Copies" => "4",
01089 "Cpcompile" => "4",
01090 "Cpdialog" => "4",
01091 "Csv" => "4",
01092 "Currency" => "4",
01093 "Cycle" => "4",
01094 "Databases" => "4",
01095 "Datasource" => "4",
01096 "Date" => "4",
01097 "Db4" => "4",
01098 "Dbc" => "4",
01099 "Dbf" => "4",
01100 "Dbmemo3" => "4",
01101 "Debug" => "4",
01102 "Decimals" => "4",
01103 "Defaultsource" => "4",
01104 "Deletetables" => "4",
01105 "Delimited" => "4",
01106 "Delimiters" => "4",
01107 "Descending" => "4",
01108 "Design" => "4",
01109 "Development" => "4",
01110 "Device" => "4",
01111 "Dif" => "4",
01112 "Disabled" => "4",
01113 "Distinct" => "4",
01114 "Dlls" => "4",
01115 "Dohistory" => "4",
01116 "Dos" => "4",
01117 "Dosmem" => "4",
01118 "Double" => "4",
01119 "Driver" => "4",
01120 "Duplex" => "4",
01121 "Echo" => "4",
01122 "Editwork" => "4",
01123 "Ega25" => "4",
01124 "Ega43" => "4",
01125 "Ems" => "4",
01126 "Ems64" => "4",
01127 "Encrypt" => "4",
01128 "Encryption" => "4",
01129 "Environment" => "4",
01130 "Escape" => "4",
01131 "Events" => "4",
01132 "Exact" => "4",
01133 "Except" => "4",
01134 "Exe" => "4",
01135 "Exists" => "4",
01136 "Expression" => "4",
01137 "Extended" => "4",
01138 "F" => "4",
01139 "Fdow" => "4",
01140 "Fetch" => "4",
01141 "Field" => "4",
01142 "Fields" => "4",
01143 "File" => "4",
01144 "Files" => "4",
01145 "Fill" => "4",
01146 "Fixed" => "4",
01147 "Float" => "4",
01148 "Foldconst" => "4",
01149 "Font" => "4",
01150 "Footer" => "4",
01151 "Force" => "4",
01152 "Foreign" => "4",
01153 "Fox2x" => "4",
01154 "Foxplus" => "4",
01155 "Free" => "4",
01156 "Freeze" => "4",
01157 "From" => "4",
01158 "Fullpath" => "4",
01159 "Fw2" => "4",
01160 "Fweek" => "4",
01161 "Get" => "4",
01162 "Gets" => "4",
01163 "Global" => "4",
01164 "Group" => "4",
01165 "Grow" => "4",
01166 "Halfheight" => "4",
01167 "Having" => "4",
01168 "Heading" => "4",
01169 "Headings" => "4",
01170 "Helpfilter" => "4",
01171 "History" => "4",
01172 "Hmemory" => "4",
01173 "Hours" => "4",
01174 "Id" => "4",
01175 "In" => "4",
01176 "Indexes" => "4",
01177 "Information" => "4",
01178 "Instruct" => "4",
01179 "Int" => "4",
01180 "Integer" => "4",
01181 "Intensity" => "4",
01182 "Intersect" => "4",
01183 "Into" => "4",
01184 "Is" => "4",
01185 "Isometric" => "4",
01186 "Key" => "4",
01187 "Keycolumns" => "4",
01188 "Keycomp" => "4",
01189 "Keyset" => "4",
01190 "Last" => "4",
01191 "Ledit" => "4",
01192 "Level" => "4",
01193 "Library" => "4",
01194 "Like" => "4",
01195 "Linked" => "4",
01196 "Lock" => "4",
01197 "Logerrors" => "4",
01198 "Long" => "4",
01199 "Lpartition" => "4",
01200 "Mac" => "4",
01201 "Macdesktop" => "4",
01202 "Machelp" => "4",
01203 "Mackey" => "4",
01204 "Macros" => "4",
01205 "Mark" => "4",
01206 "Master" => "4",
01207 "Max" => "4",
01208 "Maxmem" => "4",
01209 "Mdi" => "4",
01210 "Memlimit" => "4",
01211 "Memory" => "4",
01212 "Memos" => "4",
01213 "Memowidth" => "4",
01214 "Memvar" => "4",
01215 "Menus" => "4",
01216 "Messages" => "4",
01217 "Middle" => "4",
01218 "Min" => "4",
01219 "Minimize" => "4",
01220 "Minus" => "4",
01221 "Mod" => "4",
01222 "Modal" => "4",
01223 "Module" => "4",
01224 "Mono43" => "4",
01225 "Movers" => "4",
01226 "Multilocks" => "4",
01227 "Mvarsiz" => "4",
01228 "Mvcount" => "4",
01229 "N" => "4",
01230 "Near" => "4",
01231 "Negotiate" => "4",
01232 "Noalias" => "4",
01233 "Noappend" => "4",
01234 "Noclear" => "4",
01235 "Noclose" => "4",
01236 "Noconsole" => "4",
01237 "Nocptrans" => "4",
01238 "Nodata" => "4",
01239 "Nodebug" => "4",
01240 "Nodelete" => "4",
01241 "Nodup" => "4",
01242 "Noedit" => "4",
01243 "Noeject" => "4",
01244 "Noenvironment" => "4",
01245 "Nofloat" => "4",
01246 "Nofollow" => "4",
01247 "Nogrow" => "4",
01248 "Noinit" => "4",
01249 "Nolgrid" => "4",
01250 "Nolink" => "4",
01251 "Nolock" => "4",
01252 "Nomargin" => "4",
01253 "Nomdi" => "4",
01254 "Nomenu" => "4",
01255 "Nominimize" => "4",
01256 "Nomodify" => "4",
01257 "Nomouse" => "4",
01258 "None" => "4",
01259 "Nooptimize" => "4",
01260 "Nooverwrite" => "4",
01261 "Noprojecthook" => "4",
01262 "Noprompt" => "4",
01263 "Noread" => "4",
01264 "Norefresh" => "4",
01265 "Norequery" => "4",
01266 "Norgrid" => "4",
01267 "Norm" => "4",
01268 "Normal" => "4",
01269 "Nosave" => "4",
01270 "Noshadow" => "4",
01271 "Noshow" => "4",
01272 "Nospace" => "4",
01273 "Not" => "4",
01274 "Notab" => "4",
01275 "Notify" => "4",
01276 "Noupdate" => "4",
01277 "Novalidate" => "4",
01278 "Noverify" => "4",
01279 "Nowait" => "4",
01280 "Nowindow" => "4",
01281 "Nowrap" => "4",
01282 "Nozoom" => "4",
01283 "Npv" => "4",
01284 "Null" => "4",
01285 "Number" => "4",
01286 "Objects" => "4",
01287 "Odometer" => "4",
01288 "Of" => "4",
01289 "Off" => "4",
01290 "Oleobjects" => "4",
01291 "Only" => "4",
01292 "Optimize" => "4",
01293 "Or" => "4",
01294 "Orientation" => "4",
01295 "Output" => "4",
01296 "Outshow" => "4",
01297 "Overlay" => "4",
01298 "Overwrite" => "4",
01299 "Pad" => "4",
01300 "Palette" => "4",
01301 "Paperlength" => "4",
01302 "Papersize" => "4",
01303 "Paperwidth" => "4",
01304 "Password" => "4",
01305 "Path" => "4",
01306 "Pattern" => "4",
01307 "Pause" => "4",
01308 "Pdox" => "4",
01309 "Pdsetup" => "4",
01310 "Pen" => "4",
01311 "Pfs" => "4",
01312 "Pixels" => "4",
01313 "Plain" => "4",
01314 "Popups" => "4",
01315 "Precision" => "4",
01316 "Preference" => "4",
01317 "Preview" => "4",
01318 "Primary" => "4",
01319 "Printer" => "4",
01320 "Printquality" => "4",
01321 "Procedures" => "4",
01322 "Production" => "4",
01323 "Program" => "4",
01324 "Progwork" => "4",
01325 "Project" => "4",
01326 "Prompt" => "4",
01327 "Query" => "4",
01328 "Random" => "4",
01329 "Range" => "4",
01330 "Readborder" => "4",
01331 "Readerror" => "4",
01332 "Record" => "4",
01333 "Recover" => "4",
01334 "Redit" => "4",
01335 "Reference" => "4",
01336 "References" => "4",
01337 "Relative" => "4",
01338 "Remote" => "4",
01339 "Reprocess" => "4",
01340 "Resource" => "4",
01341 "Rest" => "4",
01342 "Restrict" => "4",
01343 "Rgb" => "4",
01344 "Right" => "4",
01345 "Row" => "4",
01346 "Rowset" => "4",
01347 "Rpd" => "4",
01348 "Runtime" => "4",
01349 "Safety" => "4",
01350 "Same" => "4",
01351 "Sample" => "4",
01352 "Say" => "4",
01353 "Scale" => "4",
01354 "Scheme" => "4",
01355 "Scoreboard" => "4",
01356 "Screen" => "4",
01357 "Sdf" => "4",
01358 "Seconds" => "4",
01359 "Selection" => "4",
01360 "Shadows" => "4",
01361 "Shared" => "4",
01362 "Sheet" => "4",
01363 "Shell" => "4",
01364 "Shift" => "4",
01365 "Shutdown" => "4",
01366 "Single" => "4",
01367 "Some" => "4",
01368 "Sortwork" => "4",
01369 "Space" => "4",
01370 "Sql" => "4",
01371 "Standalone" => "4",
01372 "Status" => "4",
01373 "Std" => "4",
01374 "Step" => "4",
01375 "Sticky" => "4",
01376 "String" => "4",
01377 "Structure" => "4",
01378 "Subclass" => "4",
01379 "Summary" => "4",
01380 "Sylk" => "4",
01381 "Sysformats" => "4",
01382 "Sysmenus" => "4",
01383 "System" => "4",
01384 "T" => "4",
01385 "Tab" => "4",
01386 "Tables" => "4",
01387 "Talk" => "4",
01388 "Tedit" => "4",
01389 "Textmerge" => "4",
01390 "Time" => "4",
01391 "Timeout" => "4",
01392 "Titles" => "4",
01393 "Tmpfiles" => "4",
01394 "To" => "4",
01395 "Topic" => "4",
01396 "Transaction" => "4",
01397 "Trap" => "4",
01398 "Trbetween" => "4",
01399 "Trigger" => "4",
01400 "Ttoption" => "4",
01401 "Typeahead" => "4",
01402 "Udfparms" => "4",
01403 "Union" => "4",
01404 "Unique" => "4",
01405 "Userid" => "4",
01406 "Users" => "4",
01407 "Values" => "4",
01408 "Var" => "4",
01409 "Verb" => "4",
01410 "Vga25" => "4",
01411 "Vga50" => "4",
01412 "Views" => "4",
01413 "Volume" => "4",
01414 "Where" => "4",
01415 "Windows" => "4",
01416 "Wk1" => "4",
01417 "Wk3" => "4",
01418 "Wks" => "4",
01419 "Workarea" => "4",
01420 "Wp" => "4",
01421 "Wr1" => "4",
01422 "Wrap" => "4",
01423 "Wrk" => "4",
01424 "Xcmdfile" => "4",
01425 "Xl5" => "4",
01426 "Xl8" => "4",
01427 "Xls" => "4",
01428 "Y" => "4",
01429 "Yresolution" => "4",
01430 "Zoom" => "4",
01431 "Activate" => "5",
01432 "ActivateCell" => "5",
01433 "Add" => "5",
01434 "AddColumn" => "5",
01435 "AddItem" => "5",
01436 "AddListItem" => "5",
01437 "AddObject" => "5",
01438 "AddProperty" => "5",
01439 "AddToSCC" => "5",
01440 "AfterBuild" => "5",
01441 "AfterCloseTables" => "5",
01442 "AfterDock" => "5",
01443 "AfterRowColChange" => "5",
01444 "BeforeBuild" => "5",
01445 "BeforeDock" => "5",
01446 "BeforeOpenTables" => "5",
01447 "BeforeRowColChange" => "5",
01448 "Box" => "5",
01449 "Build" => "5",
01450 "CheckIn" => "5",
01451 "CheckOut" => "5",
01452 "Circle" => "5",
01453 "Clear" => "5",
01454 "ClearData" => "5",
01455 "Cleanup" => "5",
01456 "Click" => "5",
01457 "CloneObject" => "5",
01458 "CloseEditor" => "5",
01459 "CloseTables" => "5",
01460 "Cls" => "5",
01461 "CommandTargetExec" => "5",
01462 "CommandTargetQueryStas" => "5",
01463 "ContainerRelease" => "5",
01464 "DataToClip" => "5",
01465 "DblClick" => "5",
01466 "Deactivate" => "5",
01467 "Delete" => "5",
01468 "DeleteColumn" => "5",
01469 "Deleted" => "5",
01470 "Destroy" => "5",
01471 "DoCmd" => "5",
01472 "Dock" => "5",
01473 "DoScroll" => "5",
01474 "DoVerb" => "5",
01475 "DownClick" => "5",
01476 "Drag" => "5",
01477 "DragDrop" => "5",
01478 "DragOver" => "5",
01479 "DropDown" => "5",
01480 "Draw" => "5",
01481 "EnterFocus" => "5",
01482 "Error" => "5",
01483 "ErrorMessage" => "5",
01484 "Eval" => "5",
01485 "ExitFocus" => "5",
01486 "FormatChange" => "5",
01487 "GetData" => "5",
01488 "GetFormat" => "5",
01489 "GetLatestVersion" => "5",
01490 "GoBack" => "5",
01491 "GotFocus" => "5",
01492 "GoForward" => "5",
01493 "GridHitTest" => "5",
01494 "Hide" => "5",
01495 "HideDoc" => "5",
01496 "IndexToItemId" => "5",
01497 "Init" => "5",
01498 "InteractiveChange" => "5",
01499 "Item" => "5",
01500 "ItemIdToIndex" => "5",
01501 "KeyPress" => "5",
01502 "Line" => "5",
01503 "Load" => "5",
01504 "LostFocus" => "5",
01505 "Message" => "5",
01506 "MiddleClick" => "5",
01507 "MouseDown" => "5",
01508 "MouseMove" => "5",
01509 "MouseUp" => "5",
01510 "MouseWheel" => "5",
01511 "Move" => "5",
01512 "Moved" => "5",
01513 "NavigateTo" => "5",
01514 "Newobject" => "5",
01515 "OLECompleteDrag" => "5",
01516 "OLEDrag" => "5",
01517 "OLEDragDrop" => "5",
01518 "OLEDragOver" => "5",
01519 "OLEGiveFeedback" => "5",
01520 "OLESetData" => "5",
01521 "OLEStartDrag" => "5",
01522 "OpenEditor" => "5",
01523 "OpenTables" => "5",
01524 "Paint" => "5",
01525 "Point" => "5",
01526 "Print" => "5",
01527 "ProgrammaticChange" => "5",
01528 "PSet" => "5",
01529 "QueryAddFile" => "5",
01530 "QueryModifyFile" => "5",
01531 "QueryRemoveFile" => "5",
01532 "QueryRunFile" => "5",
01533 "QueryUnload" => "5",
01534 "RangeHigh" => "5",
01535 "RangeLow" => "5",
01536 "ReadActivate" => "5",
01537 "ReadExpression" => "5",
01538 "ReadDeactivate" => "5",
01539 "ReadMethod" => "5",
01540 "ReadShow" => "5",
01541 "ReadValid" => "5",
01542 "ReadWhen" => "5",
01543 "Refresh" => "5",
01544 "Release" => "5",
01545 "RemoveFromSCC" => "5",
01546 "RemoveItem" => "5",
01547 "RemoveListItem" => "5",
01548 "RemoveObject" => "5",
01549 "Requery" => "5",
01550 "RequestData" => "5",
01551 "Reset" => "5",
01552 "ResetToDefault" => "5",
01553 "Resize" => "5",
01554 "RightClick" => "5",
01555 "SaveAs" => "5",
01556 "SaveAsClass" => "5",
01557 "Scrolled" => "5",
01558 "SetAll" => "5",
01559 "SetData" => "5",
01560 "SetFocus" => "5",
01561 "SetFormat" => "5",
01562 "SetMain" => "5",
01563 "SetVar" => "5",
01564 "SetViewPort" => "5",
01565 "ShowDoc" => "5",
01566 "ShowWhatsThis" => "5",
01567 "TextHeight" => "5",
01568 "TextWidth" => "5",
01569 "Timer" => "5",
01570 "UIEnable" => "5",
01571 "UnDock" => "5",
01572 "UndoCheckOut" => "5",
01573 "Unload" => "5",
01574 "UpClick" => "5",
01575 "Valid" => "5",
01576 "WhatsThisMode" => "5",
01577 "When" => "5",
01578 "WriteExpression" => "5",
01579 "WriteMethod" => "5",
01580 "ZOrder" => "5",
01581 "ATGetColors" => "6",
01582 "ATListColors" => "6",
01583 "Accelerate" => "6",
01584 "ActiveColumn" => "6",
01585 "ActiveControl" => "6",
01586 "ActiveForm" => "6",
01587 "ActiveObjectId" => "6",
01588 "ActivePage" => "6",
01589 "ActiveProject" => "6",
01590 "ActiveRow" => "6",
01591 "AddLineFeeds" => "6",
01592 "Alias" => "6",
01593 "Alignment" => "6",
01594 "AllowAddNew" => "6",
01595 "AllowHeaderSizing" => "6",
01596 "AllowResize" => "6",
01597 "AllowRowSizing" => "6",
01598 "AllowTabs" => "6",
01599 "AlwaysOnTop" => "6",
01600 "Application" => "6",
01601 "AutoActivate" => "6",
01602 "AutoCenter" => "6",
01603 "AutoCloseTables" => "6",
01604 "AutoIncrement" => "6",
01605 "AutoOpenTables" => "6",
01606 "AutoRelease" => "6",
01607 "AutoSize" => "6",
01608 "AutoVerbMenu" => "6",
01609 "AutoYield" => "6",
01610 "AvailNum" => "6",
01611 "BackColor" => "6",
01612 "BackStyle" => "6",
01613 "BaseClass" => "6",
01614 "BorderColor" => "6",
01615 "BorderStyle" => "6",
01616 "BorderWidth" => "6",
01617 "Bound" => "6",
01618 "BoundColumn" => "6",
01619 "BoundTo" => "6",
01620 "BrowseAlignment" => "6",
01621 "BrowseCellMarg" => "6",
01622 "BrowseDestWidth" => "6",
01623 "BufferMode" => "6",
01624 "BufferModeOverride" => "6",
01625 "BuildDateTime" => "6",
01626 "ButtonCount" => "6",
01627 "ButtonIndex" => "6",
01628 "Buttons" => "6",
01629 "CLSID" => "6",
01630 "CanAccelerate" => "6",
01631 "CanGetFocus" => "6",
01632 "CanLoseFocus" => "6",
01633 "Cancel" => "6",
01634 "Caption" => "6",
01635 "ChildAlias" => "6",
01636 "ChildOrder" => "6",
01637 "Class" => "6",
01638 "ClassLibrary" => "6",
01639 "ClipControls" => "6",
01640 "ClipRect" => "6",
01641 "Closable" => "6",
01642 "ColorScheme" => "6",
01643 "ColorSource" => "6",
01644 "ColumnCount" => "6",
01645 "ColumnHeaders" => "6",
01646 "ColumnLines" => "6",
01647 "ColumnOrder" => "6",
01648 "ColumnWidths" => "6",
01649 "Columns" => "6",
01650 "Comment" => "6",
01651 "ContinuousScroll" => "6",
01652 "ControlBox" => "6",
01653 "ControlCount" => "6",
01654 "ControlIndex" => "6",
01655 "ControlSource" => "6",
01656 "Controls" => "6",
01657 "CurrentControl" => "6",
01658 "CurrentX" => "6",
01659 "CurrentY" => "6",
01660 "CursorSource" => "6",
01661 "Curvature" => "6",
01662 "DataSession" => "6",
01663 "DataSessionId" => "6",
01664 "DataSourceObj" => "6",
01665 "DataType" => "6",
01666 "Database" => "6",
01667 "DateFormat" => "6",
01668 "DateMark" => "6",
01669 "DefButton" => "6",
01670 "DefButtonOrig" => "6",
01671 "DefHeight" => "6",
01672 "DefLeft" => "6",
01673 "DefTop" => "6",
01674 "DefWidth" => "6",
01675 "Default" => "6",
01676 "DefaultFilePath" => "6",
01677 "DefineWindows" => "6",
01678 "DeleteMark" => "6",
01679 "Desktop" => "6",
01680 "Dirty" => "6",
01681 "DisabledBackColor" => "6",
01682 "DisabledByEOF" => "6",
01683 "DisabledForeColor" => "6",
01684 "DisabledItemBackColor" => "6",
01685 "DisabledItemForeColor" => "6",
01686 "DisabledPicture" => "6",
01687 "DispPageHeight" => "6",
01688 "DispPageWidth" => "6",
01689 "DisplayCount" => "6",
01690 "DisplayValue" => "6",
01691 "DoCreate" => "6",
01692 "DockPosition" => "6",
01693 "Docked" => "6",
01694 "DocumentFile" => "6",
01695 "DownPicture" => "6",
01696 "DragIcon" => "6",
01697 "DragMode" => "6",
01698 "DragState" => "6",
01699 "DrawMode" => "6",
01700 "DrawStyle" => "6",
01701 "DrawWidth" => "6",
01702 "DynamicAlignment" => "6",
01703 "DynamicBackColor" => "6",
01704 "DynamicCurrentControl" => "6",
01705 "DynamicFontBold" => "6",
01706 "DynamicFontItalic" => "6",
01707 "DynamicFontName" => "6",
01708 "DynamicFontOutline" => "6",
01709 "DynamicFontShadow" => "6",
01710 "DynamicFontSize" => "6",
01711 "DynamicFontStrikethru" => "6",
01712 "DynamicFontUnderline" => "6",
01713 "DynamicForeColor" => "6",
01714 "EditFlags" => "6",
01715 "Enabled" => "6",
01716 "EnabledByReadLock" => "6",
01717 "Encrypted" => "6",
01718 "EnvLevel" => "6",
01719 "ErasePage" => "6",
01720 "FileClass" => "6",
01721 "FileClassLibrary" => "6",
01722 "FillColor" => "6",
01723 "FillStyle" => "6",
01724 "Filter" => "6",
01725 "FirstElement" => "6",
01726 "FontBold" => "6",
01727 "FontItalic" => "6",
01728 "FontName" => "6",
01729 "FontOutline" => "6",
01730 "FontShadow" => "6",
01731 "FontSize" => "6",
01732 "FontStrikethru" => "6",
01733 "FontUnderline" => "6",
01734 "ForceFocus" => "6",
01735 "ForeColor" => "6",
01736 "FormCount" => "6",
01737 "FormIndex" => "6",
01738 "FormPageCount" => "6",
01739 "FormPageIndex" => "6",
01740 "Format" => "6",
01741 "Forms" => "6",
01742 "FoxFont" => "6",
01743 "FullName" => "6",
01744 "GoFirst" => "6",
01745 "GoLast" => "6",
01746 "GridLineColor" => "6",
01747 "GridLineWidth" => "6",
01748 "GridLines" => "6",
01749 "HPROJ" => "6",
01750 "HWnd" => "6",
01751 "HalfHeightCaption" => "6",
01752 "HasClip" => "6",
01753 "HeaderGap" => "6",
01754 "HeaderHeight" => "6",
01755 "Height" => "6",
01756 "HelpContextID" => "6",
01757 "HideSelection" => "6",
01758 "Highlight" => "6",
01759 "HomeDir" => "6",
01760 "HostName" => "6",
01761 "HotKey" => "6",
01762 "HscrollSmallChange" => "6",
01763 "IMEMode" => "6",
01764 "Icon" => "6",
01765 "IgnoreInsert" => "6",
01766 "InResize" => "6",
01767 "Increment" => "6",
01768 "IncrementalSearch" => "6",
01769 "InitialSelectedAlias" => "6",
01770 "InputMask" => "6",
01771 "Instancing" => "6",
01772 "IntegralHeight" => "6",
01773 "Interval" => "6",
01774 "ItemBackColor" => "6",
01775 "ItemData" => "6",
01776 "ItemForeColor" => "6",
01777 "ItemIDData" => "6",
01778 "ItemTips" => "6",
01779 "JustReadLocked" => "6",
01780 "KeyPreview" => "6",
01781 "KeyboardHighValue" => "6",
01782 "KeyboardLowValue" => "6",
01783 "LastModified" => "6",
01784 "Left" => "6",
01785 "LeftColumn" => "6",
01786 "LineSlant" => "6",
01787 "LinkMaster" => "6",
01788 "List" => "6",
01789 "ListCount" => "6",
01790 "ListIndex" => "6",
01791 "ListItem" => "6",
01792 "ListItemId" => "6",
01793 "LockDataSource" => "6",
01794 "LockScreen" => "6",
01795 "MDIForm" => "6",
01796 "MainClass" => "6",
01797 "MainFile" => "6",
01798 "Margin" => "6",
01799 "MaxButton" => "6",
01800 "MaxHeight" => "6",
01801 "MaxLeft" => "6",
01802 "MaxLength" => "6",
01803 "MaxTop" => "6",
01804 "MaxWidth" => "6",
01805 "MemoWindow" => "6",
01806 "MinButton" => "6",
01807 "MinHeight" => "6",
01808 "MinWidth" => "6",
01809 "MouseIcon" => "6",
01810 "MousePointer" => "6",
01811 "Movable" => "6",
01812 "MoverBars" => "6",
01813 "MultiSelect" => "6",
01814 "Name" => "6",
01815 "NapTime" => "6",
01816 "NewIndex" => "6",
01817 "NewItemId" => "6",
01818 "NoDataOnLoad" => "6",
01819 "NoDefine" => "6",
01820 "NotifyContainer" => "6",
01821 "NullDisplay" => "6",
01822 "NumberOfElements" => "6",
01823 "OLEDragMode" => "6",
01824 "OLEDragPicture" => "6",
01825 "OLEDropEffects" => "6",
01826 "OLEDropHasData" => "6",
01827 "OLEDropMode" => "6",
01828 "OLERequestPendingTimeOut" => "6",
01829 "OLEServerBusyRaiseError" => "6",
01830 "OLEServerBusyTimeOut" => "6",
01831 "OLETypeAllowed" => "6",
01832 "OleClass" => "6",
01833 "OleClassId" => "6",
01834 "OleControlContainer" => "6",
01835 "OleIDispInValue" => "6",
01836 "OleIDispOutValue" => "6",
01837 "OleIDispatchIncoming" => "6",
01838 "OleIDispatchOutgoing" => "6",
01839 "OnResize" => "6",
01840 "OneToMany" => "6",
01841 "OpenViews" => "6",
01842 "OpenWindow" => "6",
01843 "PageCount" => "6",
01844 "PageHeight" => "6",
01845 "PageOrder" => "6",
01846 "PageWidth" => "6",
01847 "Pages" => "6",
01848 "Panel" => "6",
01849 "PanelLink" => "6",
01850 "Parent" => "6",
01851 "ParentAlias" => "6",
01852 "ParentClass" => "6",
01853 "Partition" => "6",
01854 "PasswordChar" => "6",
01855 "Picture" => "6",
01856 "ProcessID" => "6",
01857 "ProgID" => "6",
01858 "ProjectHookClass" => "6",
01859 "ProjectHookLibrary" => "6",
01860 "Projects" => "6",
01861 "ReadColors" => "6",
01862 "ReadCycle" => "6",
01863 "ReadFiller" => "6",
01864 "ReadLock" => "6",
01865 "ReadMouse" => "6",
01866 "ReadOnly" => "6",
01867 "ReadSave" => "6",
01868 "ReadSize" => "6",
01869 "ReadTimeout" => "6",
01870 "RecordMark" => "6",
01871 "RecordSource" => "6",
01872 "RecordSourceType" => "6",
01873 "Rect" => "6",
01874 "RelationalExpr" => "6",
01875 "RelativeColumn" => "6",
01876 "RelativeRow" => "6",
01877 "ReleaseErase" => "6",
01878 "ReleaseType" => "6",
01879 "ReleaseWindows" => "6",
01880 "Resizable" => "6",
01881 "RightToLeft" => "6",
01882 "RowHeight" => "6",
01883 "RowSource" => "6",
01884 "RowSourceType" => "6",
01885 "SCCProvider" => "6",
01886 "SCCStatus" => "6",
01887 "SDIForm" => "6",
01888 "ScaleMode" => "6",
01889 "ScrollBars" => "6",
01890 "SelLength" => "6",
01891 "SelStart" => "6",
01892 "SelText" => "6",
01893 "SelectOnEntry" => "6",
01894 "Selected" => "6",
01895 "SelectedBackColor" => "6",
01896 "SelectedForeColor" => "6",
01897 "SelectedID" => "6",
01898 "SelectedItemBackColor" => "6",
01899 "SelectedItemForeColor" => "6",
01900 "SelfEdit" => "6",
01901 "ServerClass" => "6",
01902 "ServerClassLibrary" => "6",
01903 "ServerHelpFile" => "6",
01904 "ServerName" => "6",
01905 "ServerProject" => "6",
01906 "ShowTips" => "6",
01907 "ShowWindow" => "6",
01908 "Sizable" => "6",
01909 "Size<height>" => "6",
01910 "Size<maxlength>" => "6",
01911 "Size<width>" => "6",
01912 "Skip" => "6",
01913 "SkipForm" => "6",
01914 "Sorted" => "6",
01915 "SourceType" => "6",
01916 "Sparse" => "6",
01917 "SpecialEffect" => "6",
01918 "SpinnerHighValue" => "6",
01919 "SpinnerLowValue" => "6",
01920 "SplitBar" => "6",
01921 "StartMode" => "6",
01922 "StatusBarText" => "6",
01923 "Stretch" => "6",
01924 "StrictDateEntry" => "6",
01925 "Style" => "6",
01926 "SystemRefCount" => "6",
01927 "TabIndex" => "6",
01928 "TabStop" => "6",
01929 "TabStretch" => "6",
01930 "TabStyle" => "6",
01931 "Tabhit" => "6",
01932 "Tabs" => "6",
01933 "Tag" => "6",
01934 "TerminateRead" => "6",
01935 "ThreadID" => "6",
01936 "TitleBar" => "6",
01937 "ToolTipText" => "6",
01938 "Top" => "6",
01939 "TopIndex" => "6",
01940 "TopItemId" => "6",
01941 "TypeLibCLSID" => "6",
01942 "TypeLibDesc" => "6",
01943 "TypeLibName" => "6",
01944 "UnlockDataSource" => "6",
01945 "Value" => "6",
01946 "ValueDirty" => "6",
01947 "VersionComments" => "6",
01948 "VersionCompany" => "6",
01949 "VersionCopyright" => "6",
01950 "VersionDescription" => "6",
01951 "VersionNumber" => "6",
01952 "VersionProduct" => "6",
01953 "VersionTrademarks" => "6",
01954 "View" => "6",
01955 "ViewPortHeight" => "6",
01956 "ViewPortLeft" => "6",
01957 "ViewPortTop" => "6",
01958 "ViewPortWidth" => "6",
01959 "Visible" => "6",
01960 "VscrollSmallChange" => "6",
01961 "WasActive" => "6",
01962 "WasOpen" => "6",
01963 "WhatsThisButton" => "6",
01964 "WhatsThisHelp" => "6",
01965 "WhatsThisHelpID" => "6",
01966 "Width" => "6",
01967 "WindowList" => "6",
01968 "WindowNTIList" => "6",
01969 "WindowState" => "6",
01970 "WindowType" => "6",
01971 "WordWrap" => "6",
01972 "ZOrderSet" => "6",
01973 "ActiveDoc" => "7",
01974 "Checkbox" => "7",
01975 "Column" => "7",
01976 "ComboBox" => "7",
01977 "CommandButton" => "7",
01978 "CommandGroup" => "7",
01979 "Container" => "7",
01980 "Control" => "7",
01981 "Cursor" => "7",
01982 "Custom" => "7",
01983 "DataEnvironment" => "7",
01984 "EditBox" => "7",
01985 "Empty" => "7",
01986 "FontClass" => "7",
01987 "Form" => "7",
01988 "Formset" => "7",
01989 "General" => "7",
01990 "Grid" => "7",
01991 "Header" => "7",
01992 "HyperLink" => "7",
01993 "Image" => "7",
01994 "Label" => "7",
01995 "ListBox" => "7",
01996 "Memo" => "7",
01997 "OleBaseControl" => "7",
01998 "OleBoundControl" => "7",
01999 "OleClassIDispOut" => "7",
02000 "OleControl" => "7",
02001 "OptionButton" => "7",
02002 "OptionGroup" => "7",
02003 "Page" => "7",
02004 "PageFrame" => "7",
02005 "ProjectHook" => "7",
02006 "RectClass" => "7",
02007 "Relation" => "7",
02008 "Session" => "7",
02009 "Shape" => "7",
02010 "Spinner" => "7",
02011 "TextBox" => "7",
02012 "Toolbar" => "7");
02013
02014
02015
02016
02017
02018
02019
02020
02021 $this->linkscripts = array(
02022 "1" => "donothing",
02023 "2" => "donothing",
02024 "3" => "donothing",
02025 "4" => "donothing",
02026 "5" => "donothing",
02027 "6" => "donothing",
02028 "7" => "donothing");
02029 }
02030
02031
02032 function donothing($keywordin)
02033 {
02034 return $keywordin;
02035 }
02036
02037 }?>