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_avenue extends HFile{
00006 function HFile_avenue(){
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");
00021 $this->quotecolour = "blue";
00022 $this->blockcommentcolour = "green";
00023 $this->linecommentcolour = "green";
00024
00025
00026
00027 $this->indent = array("{ if then for");
00028 $this->unindent = array("} end");
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 "break" => "1",
00046 "continue" => "1",
00047 "CR" => "1",
00048 "each" => "1",
00049 "end" => "1",
00050 "exit" => "1",
00051 "false" => "1",
00052 "for" => "1",
00053 "if" => "1",
00054 "in" => "1",
00055 "nil" => "1",
00056 "NL" => "1",
00057 "return" => "1",
00058 "TAB" => "1",
00059 "then" => "1",
00060 "true" => "1",
00061 "while" => "1",
00062 "+" => "2",
00063 "++" => "2",
00064 "-" => "2",
00065 "=" => "2",
00066 "/" => "2",
00067 "%" => "2",
00068 "&" => "2",
00069 ">" => "2",
00070 "<" => "2",
00071 "^" => "2",
00072 "!" => "2",
00073 "|" => "2",
00074 "@" => "2",
00075 "*" => "2",
00076 ".." => "2",
00077 "AddressStyle" => "3",
00078 "Albers" => "3",
00079 "Annotation" => "3",
00080 "Application" => "3",
00081 "AreaOfInterestDialog" => "3",
00082 "AttrRange" => "3",
00083 "AttrSingle" => "3",
00084 "AttrUpdate" => "3",
00085 "AutoLabelDialog" => "3",
00086 "AV" => "3",
00087 "Axis" => "3",
00088 "BandStatistics" => "3",
00089 "BasicMarker" => "3",
00090 "BasicPen" => "3",
00091 "Bitmap" => "3",
00092 "Boolean" => "3",
00093 "Button" => "3",
00094 "ButtonBar" => "3",
00095 "Cassini" => "3",
00096 "Chart" => "3",
00097 "ChartDisplay" => "3",
00098 "ChartLegend" => "3",
00099 "ChartPart" => "3",
00100 "ChartSymbol" => "3",
00101 "CheckBox" => "3",
00102 "Choice" => "3",
00103 "Circle" => "3",
00104 "Class" => "3",
00105 "Classification" => "3",
00106 "Clipboard" => "3",
00107 "Codepage" => "3",
00108 "Collection" => "3",
00109 "Color" => "3",
00110 "ColorMap" => "3",
00111 "ColumnChartSymbol" => "3",
00112 "ComboBox" => "3",
00113 "CompositeArcInfoPen" => "3",
00114 "CompositeFill" => "3",
00115 "CompositeMarker" => "3",
00116 "CompositePen" => "3",
00117 "Control" => "3",
00118 "ControlPanel" => "3",
00119 "ControlSet" => "3",
00120 "CoordSys" => "3",
00121 "Coverage" => "3",
00122 "Date" => "3",
00123 "DDEClient" => "3",
00124 "DDEServer" => "3",
00125 "Dialog" => "3",
00126 "DialogEditor" => "3",
00127 "Dictionary" => "3",
00128 "Digitizer" => "3",
00129 "Display" => "3",
00130 "DLL" => "3",
00131 "DLLProc" => "3",
00132 "Doc" => "3",
00133 "DocFrame" => "3",
00134 "DocGUI" => "3",
00135 "DocumentExtension" => "3",
00136 "DocWin" => "3",
00137 "Duration" => "3",
00138 "DynName" => "3",
00139 "Ellipse" => "3",
00140 "EncryptedScript" => "3",
00141 "EnumerationElt" => "3",
00142 "EqualAreaAzimuthal" => "3",
00143 "EqualAreaCylindrical" => "3",
00144 "EquidistantAzimuthal" => "3",
00145 "EquidistantConic" => "3",
00146 "EquidistantCylindrical" => "3",
00147 "EventDialog" => "3",
00148 "Extension" => "3",
00149 "ExtensionObject" => "3",
00150 "ExtensionWin" => "3",
00151 "Field" => "3",
00152 "File" => "3",
00153 "FileDialog" => "3",
00154 "FileName" => "3",
00155 "Fill" => "3",
00156 "Font" => "3",
00157 "FontManager" => "3",
00158 "Frame" => "3",
00159 "FTab" => "3",
00160 "FTheme" => "3",
00161 "GEdgeRec" => "3",
00162 "GenericPrinter" => "3",
00163 "GeocodeDialog" => "3",
00164 "GeoCurve" => "3",
00165 "GeoName" => "3",
00166 "Gesamt" => "3",
00167 "GNodeRec" => "3",
00168 "Gnomonic" => "3",
00169 "Graphic" => "3",
00170 "GraphicControl" => "3",
00171 "GraphicGroup" => "3",
00172 "GraphicLabel" => "3",
00173 "GraphicList" => "3",
00174 "GraphicSet" => "3",
00175 "GraphicShape" => "3",
00176 "GraphicText" => "3",
00177 "GShapeRec" => "3",
00178 "Hammer" => "3",
00179 "Help" => "3",
00180 "Icon" => "3",
00181 "IconBox" => "3",
00182 "IconMgr" => "3",
00183 "IdentifyWin" => "3",
00184 "IdentityLookup" => "3",
00185 "ImageLegend" => "3",
00186 "ImageLookup" => "3",
00187 "ImageWin" => "3",
00188 "ImgCat" => "3",
00189 "ImgDLL" => "3",
00190 "ImgSrc" => "3",
00191 "INFODir" => "3",
00192 "Interval" => "3",
00193 "IntervalLookup" => "3",
00194 "ISrc" => "3",
00195 "ITheme" => "3",
00196 "LabelButton" => "3",
00197 "Labeler" => "3",
00198 "Lambert" => "3",
00199 "Layer" => "3",
00200 "Layout" => "3",
00201 "Legend" => "3",
00202 "LegendExtension" => "3",
00203 "LegendFrame" => "3",
00204 "Librarian" => "3",
00205 "Library" => "3",
00206 "Line" => "3",
00207 "LinearLookup" => "3",
00208 "LineFile" => "3",
00209 "LineM" => "3",
00210 "LineZ" => "3",
00211 "List" => "3",
00212 "ListBox" => "3",
00213 "ListDisplay" => "3",
00214 "LocateDialog" => "3",
00215 "LOCKMGR" => "3",
00216 "MapDisplay" => "3",
00217 "Marker" => "3",
00218 "MatchCand" => "3",
00219 "MatchCase" => "3",
00220 "MatchField" => "3",
00221 "MatchKey" => "3",
00222 "MatchPref" => "3",
00223 "MatchPrefDialog" => "3",
00224 "MatchSource" => "3",
00225 "Menu" => "3",
00226 "MenuBar" => "3",
00227 "Mercator" => "3",
00228 "Miller" => "3",
00229 "ModalDialog" => "3",
00230 "Mollweide" => "3",
00231 "MsgBox" => "3",
00232 "MultiBandLegend" => "3",
00233 "MultiPatch" => "3",
00234 "MultiPoint" => "3",
00235 "MultiPointM" => "3",
00236 "MultiPointZ" => "3",
00237 "NameDictionary" => "3",
00238 "Nearside" => "3",
00239 "NewZealand" => "3",
00240 "NorthArrow" => "3",
00241 "NorthArrowMgr" => "3",
00242 "Number" => "3",
00243 "Obj" => "3",
00244 "ObliqueMercator" => "3",
00245 "ODB" => "3",
00246 "Orthographic" => "3",
00247 "Oval" => "3",
00248 "PageDisplay" => "3",
00249 "PageManager" => "3",
00250 "PageSetupDialog" => "3",
00251 "Palette" => "3",
00252 "Pattern" => "3",
00253 "Pen" => "3",
00254 "Perspective" => "3",
00255 "PictureFrame" => "3",
00256 "PieChartSymbol" => "3",
00257 "Pixmap" => "3",
00258 "Point" => "3",
00259 "PointM" => "3",
00260 "PointTextPositioner" => "3",
00261 "PointZ" => "3",
00262 "Polygon" => "3",
00263 "PolygonM" => "3",
00264 "PolygonTextPositioner" => "3",
00265 "PolygonZ" => "3",
00266 "PolyLine" => "3",
00267 "PolyLineM" => "3",
00268 "PolyLineTextPositioner" => "3",
00269 "PolyLineZ" => "3",
00270 "Popup" => "3",
00271 "PopupSet" => "3",
00272 "Printer" => "3",
00273 "Prj" => "3",
00274 "Project" => "3",
00275 "ProjectionDialog" => "3",
00276 "PropWin" => "3",
00277 "QueryWin" => "3",
00278 "RadioButton" => "3",
00279 "RasterFill" => "3",
00280 "Rect" => "3",
00281 "RectM" => "3",
00282 "RectZ" => "3",
00283 "ReMatchDialog" => "3",
00284 "Robinson" => "3",
00285 "RPCClient" => "3",
00286 "RPCServer" => "3",
00287 "RSO" => "3",
00288 "ScaleBarFrame" => "3",
00289 "Script" => "3",
00290 "ScriptMgr" => "3",
00291 "SEd" => "3",
00292 "Shape" => "3",
00293 "SingleBandLegend" => "3",
00294 "Sinusoid" => "3",
00295 "Slider" => "3",
00296 "SourceDialog" => "3",
00297 "SourceManager" => "3",
00298 "Space" => "3",
00299 "Spheroid" => "3",
00300 "SplineText" => "3",
00301 "SQLCur" => "3",
00302 "SQLWin" => "3",
00303 "SrcExtension" => "3",
00304 "SrcName" => "3",
00305 "Stack" => "3",
00306 "StanEditDialog" => "3",
00307 "Stereographic" => "3",
00308 "Stipple" => "3",
00309 "String" => "3",
00310 "SummaryDialog" => "3",
00311 "Symbol" => "3",
00312 "SymbolList" => "3",
00313 "SymbolWin" => "3",
00314 "System" => "3",
00315 "Table" => "3",
00316 "Template" => "3",
00317 "TemplateGraphic" => "3",
00318 "TemplateMgr" => "3",
00319 "TextBox" => "3",
00320 "TextComposer" => "3",
00321 "TextFile" => "3",
00322 "TextLabel" => "3",
00323 "TextLine" => "3",
00324 "TextPositioner" => "3",
00325 "TextSymbol" => "3",
00326 "TextWin" => "3",
00327 "Theme" => "3",
00328 "ThemeExtension" => "3",
00329 "ThemeOnThemeDialog" => "3",
00330 "Threshold" => "3",
00331 "Title" => "3",
00332 "TOC" => "3",
00333 "Tool" => "3",
00334 "ToolBar" => "3",
00335 "ToolMenu" => "3",
00336 "TransverseMercator" => "3",
00337 "Units" => "3",
00338 "Value" => "3",
00339 "Vector" => "3",
00340 "VectorFill" => "3",
00341 "VectorPen" => "3",
00342 "VectorPenArrow" => "3",
00343 "VectorPenDiamond" => "3",
00344 "VectorPenDot" => "3",
00345 "VectorPenHash" => "3",
00346 "VectorPenHollow" => "3",
00347 "VectorPenMarker" => "3",
00348 "VectorPenScallop" => "3",
00349 "VectorPenScrub" => "3",
00350 "VectorPenSlant" => "3",
00351 "VectorPenVertexMarker" => "3",
00352 "VectorPenZigZag" => "3",
00353 "View" => "3",
00354 "ViewFrame" => "3",
00355 "VpfName" => "3",
00356 "VTab" => "3",
00357 "Window" => "3",
00358 "XAxis" => "3",
00359 "XYName" => "3",
00360 "YAxis" => "3",
00361 "Abs" => "4",
00362 "ACos" => "4",
00363 "Activate" => "4",
00364 "Add" => "4",
00365 "AddAnnoFields" => "4",
00366 "AddBatch" => "4",
00367 "AddBreak" => "4",
00368 "AddDefaultOwner" => "4",
00369 "AddDialog" => "4",
00370 "AddDoc" => "4",
00371 "AddFields" => "4",
00372 "AddGUI" => "4",
00373 "AddListener" => "4",
00374 "AddMissingRules" => "4",
00375 "AddName" => "4",
00376 "AddRecord" => "4",
00377 "AddScript" => "4",
00378 "AddTheme" => "4",
00379 "AddUser" => "4",
00380 "AdjustBlue" => "4",
00381 "AdjustGreen" => "4",
00382 "AdjustRed" => "4",
00383 "AdjustSaturation" => "4",
00384 "AdjustValue" => "4",
00385 "AlignSelected" => "4",
00386 "AllowIntersections" => "4",
00387 "AllYesNo" => "4",
00388 "Along" => "4",
00389 "And" => "4",
00390 "Apply" => "4",
00391 "Area" => "4",
00392 "ArrangeIcons" => "4",
00393 "AsASCII" => "4",
00394 "AsChar" => "4",
00395 "AsDate" => "4",
00396 "AsDays" => "4",
00397 "AsDegrees" => "4",
00398 "AsEncrypted" => "4",
00399 "AsEnum" => "4",
00400 "AsFileName" => "4",
00401 "AsHexString" => "4",
00402 "AsHours" => "4",
00403 "ASin" => "4",
00404 "AsLine" => "4",
00405 "AsLineM" => "4",
00406 "AsLineZ" => "4",
00407 "AsList" => "4",
00408 "AsMinutes" => "4",
00409 "AsMultiPoint" => "4",
00410 "AsMultiPointM" => "4",
00411 "AsMultiPointZ" => "4",
00412 "AsNumber" => "4",
00413 "AsPattern" => "4",
00414 "AsPoint" => "4",
00415 "AsPointM" => "4",
00416 "AsPointZ" => "4",
00417 "AsPolygon" => "4",
00418 "AsPolygonM" => "4",
00419 "AsPolygonZ" => "4",
00420 "AsPolyLine" => "4",
00421 "AsPolyLineM" => "4",
00422 "AsPolyLineZ" => "4",
00423 "AsRadians" => "4",
00424 "AsRectM" => "4",
00425 "AsSeconds" => "4",
00426 "AsSecondsOld" => "4",
00427 "AsSrcName" => "4",
00428 "AsString" => "4",
00429 "AsTemplate" => "4",
00430 "AsTokens" => "4",
00431 "AsWeeks" => "4",
00432 "AsYears" => "4",
00433 "AutoComplete" => "4",
00434 "Banner" => "4",
00435 "BasicEcho" => "4",
00436 "BasicPaste" => "4",
00437 "BasicProper" => "4",
00438 "BasicSetFasteners" => "4",
00439 "BasicTrim" => "4",
00440 "BatchMatch" => "4",
00441 "Beep" => "4",
00442 "BeginClip" => "4",
00443 "BeginTransaction" => "4",
00444 "BlinkRecord" => "4",
00445 "BlinkRow" => "4",
00446 "BreakExists" => "4",
00447 "BroadcastUpdate" => "4",
00448 "BuildBandStatistics" => "4",
00449 "BuildQuery" => "4",
00450 "By" => "4",
00451 "CalcHorizon" => "4",
00452 "Calculate" => "4",
00453 "CanAddFields" => "4",
00454 "CanAddRecord" => "4",
00455 "CancelEditing" => "4",
00456 "CanConvertOverlappingLabels" => "4",
00457 "CanDelete" => "4",
00458 "CanDeleteFromView" => "4",
00459 "CanDoCustom" => "4",
00460 "CanDoIntersections" => "4",
00461 "CanDoSpheroid" => "4",
00462 "CanEdit" => "4",
00463 "CanEditText" => "4",
00464 "CanExportToFTab" => "4",
00465 "CanFindByPoint" => "4",
00466 "CanHotLink" => "4",
00467 "CanLabel" => "4",
00468 "CanMake" => "4",
00469 "CanManageDataSet" => "4",
00470 "CanModifyIndex" => "4",
00471 "CanProject" => "4",
00472 "CanRedo" => "4",
00473 "CanRemoveFields" => "4",
00474 "CanRemoveRecords" => "4",
00475 "CanRestoreGraphic" => "4",
00476 "CanReturnClassCounts" => "4",
00477 "CanSelect" => "4",
00478 "CanSetSize" => "4",
00479 "CanSetup" => "4",
00480 "CanSimplify" => "4",
00481 "CanTransform" => "4",
00482 "CanUndo" => "4",
00483 "CanUndoErase" => "4",
00484 "CanUndoZoom" => "4",
00485 "CanUnload" => "4",
00486 "CanUnloadLibrary" => "4",
00487 "CascadeWindows" => "4",
00488 "Ceiling" => "4",
00489 "Changed" => "4",
00490 "ChangedListeners" => "4",
00491 "ChoiceAsString" => "4",
00492 "Clean" => "4",
00493 "Clear" => "4",
00494 "ClearAll" => "4",
00495 "ClearAllBreaks" => "4",
00496 "ClearBreak" => "4",
00497 "ClearGlobals" => "4",
00498 "ClearMsg" => "4",
00499 "ClearRange" => "4",
00500 "ClearSelected" => "4",
00501 "ClearSelection" => "4",
00502 "ClearStatus" => "4",
00503 "ClearStyles" => "4",
00504 "ClearTransforms" => "4",
00505 "ClearUndoStack" => "4",
00506 "ClearWorkingStatus" => "4",
00507 "Click" => "4",
00508 "ClipSelected" => "4",
00509 "Clone" => "4",
00510 "Close" => "4",
00511 "CloseAll" => "4",
00512 "ColumnChart" => "4",
00513 "Commit" => "4",
00514 "Compile" => "4",
00515 "Connect" => "4",
00516 "ConstrainBounds" => "4",
00517 "Contains" => "4",
00518 "ContainsCenter" => "4",
00519 "ContainsFile" => "4",
00520 "Context" => "4",
00521 "Convert" => "4",
00522 "ConvertArea" => "4",
00523 "ConvertDecimalDegrees" => "4",
00524 "ConvertOverlappingLabels" => "4",
00525 "ConvertRecordToRow" => "4",
00526 "ConvertRowToRecord" => "4",
00527 "Copy" => "4",
00528 "CopySelected" => "4",
00529 "CopyThemes" => "4",
00530 "Cos" => "4",
00531 "Count" => "4",
00532 "CountLines" => "4",
00533 "CountParts" => "4",
00534 "CreateIndex" => "4",
00535 "Customize" => "4",
00536 "CutSelected" => "4",
00537 "CutThemes" => "4",
00538 "DeActivate" => "4",
00539 "DeepClone" => "4",
00540 "DefineFromDictionary" => "4",
00541 "DefineFromInterval" => "4",
00542 "DefineFromList" => "4",
00543 "DefineFromVTab" => "4",
00544 "DefineUniqueFromVTab" => "4",
00545 "DelayedRun" => "4",
00546 "Delete" => "4",
00547 "DeleteColumns" => "4",
00548 "DeleteRows" => "4",
00549 "DeleteTheme" => "4",
00550 "DeleteUserPoint" => "4",
00551 "Depth" => "4",
00552 "DetachFromExtension" => "4",
00553 "Difference" => "4",
00554 "DisableRedraw" => "4",
00555 "DisableZoomUndo" => "4",
00556 "DisplayNoDataClass" => "4",
00557 "Distance" => "4",
00558 "DoIt" => "4",
00559 "Dot" => "4",
00560 "DotProduct" => "4",
00561 "Draw" => "4",
00562 "DrawCircle" => "4",
00563 "DrawEllipse" => "4",
00564 "DrawGeoCurve" => "4",
00565 "DrawHandles" => "4",
00566 "DrawIcon" => "4",
00567 "DrawLabeledRect" => "4",
00568 "DrawLegend" => "4",
00569 "DrawLine" => "4",
00570 "DrawMultiPoint" => "4",
00571 "DrawOval" => "4",
00572 "DrawPoint" => "4",
00573 "DrawPolygon" => "4",
00574 "DrawPolyLine" => "4",
00575 "DrawRect" => "4",
00576 "DrawSel" => "4",
00577 "DrawShape" => "4",
00578 "DrawSymbolSample" => "4",
00579 "DrawText" => "4",
00580 "DrawTextLine" => "4",
00581 "DrawTextPolyLine" => "4",
00582 "Echo" => "4",
00583 "Edit" => "4",
00584 "EditChartPart" => "4",
00585 "EditLegend" => "4",
00586 "EditMatch" => "4",
00587 "EditName" => "4",
00588 "EditProfile" => "4",
00589 "EditProperties" => "4",
00590 "EditProps" => "4",
00591 "EditSizeAndPos" => "4",
00592 "EditTable" => "4",
00593 "EditText" => "4",
00594 "EditValues" => "4",
00595 "Empty" => "4",
00596 "EnableRedraw" => "4",
00597 "EnableZoomUndo" => "4",
00598 "EncryptScripts" => "4",
00599 "EndBatch" => "4",
00600 "EndClip" => "4",
00601 "EndMatch" => "4",
00602 "EndTransaction" => "4",
00603 "Equals" => "4",
00604 "Erase" => "4",
00605 "EraseWithPolygon" => "4",
00606 "Error" => "4",
00607 "ErrorHelp" => "4",
00608 "Execute" => "4",
00609 "Exists" => "4",
00610 "ExistsInPaths" => "4",
00611 "ExpandBy" => "4",
00612 "Explode" => "4",
00613 "Export" => "4",
00614 "ExportClean" => "4",
00615 "ExportEnd" => "4",
00616 "ExportProjected" => "4",
00617 "ExportStartFN" => "4",
00618 "ExportStartParams" => "4",
00619 "ExportToBMP" => "4",
00620 "ExportToFile" => "4",
00621 "ExportToFTab" => "4",
00622 "ExportToGeoJPEG" => "4",
00623 "ExportToGIF" => "4",
00624 "ExportToJPEG" => "4",
00625 "ExportUnprojected" => "4",
00626 "Extract" => "4",
00627 "FileExists" => "4",
00628 "FillFrames" => "4",
00629 "Find" => "4",
00630 "FindAllByClass" => "4",
00631 "FindAllByLocation" => "4",
00632 "FindAllByName" => "4",
00633 "FindAllByObjectTag" => "4",
00634 "FindBestStyle" => "4",
00635 "FindByClass" => "4",
00636 "FindByLocation" => "4",
00637 "FindByName" => "4",
00638 "FindByObjectTag" => "4",
00639 "FindByPoint" => "4",
00640 "FindByScript" => "4",
00641 "FindByValue" => "4",
00642 "FindDialog" => "4",
00643 "FindDoc" => "4",
00644 "FindField" => "4",
00645 "FindGUI" => "4",
00646 "FindGUIsFor" => "4",
00647 "FindProc" => "4",
00648 "FindScript" => "4",
00649 "FindSize" => "4",
00650 "FindStr" => "4",
00651 "FindStyle" => "4",
00652 "FindTheme" => "4",
00653 "FindThemeByClass" => "4",
00654 "FitColumns" => "4",
00655 "FitRows" => "4",
00656 "FixExtent" => "4",
00657 "FlashShape" => "4",
00658 "Flip" => "4",
00659 "FlipPart" => "4",
00660 "Floor" => "4",
00661 "Flush" => "4",
00662 "Focus" => "4",
00663 "FocusLost" => "4",
00664 "FormattedEquals" => "4",
00665 "FromList" => "4",
00666 "Get" => "4",
00667 "GetAbout" => "4",
00668 "GetActionScript" => "4",
00669 "GetActionUpdateScript" => "4",
00670 "GetActivate" => "4",
00671 "GetActive" => "4",
00672 "GetActiveDoc" => "4",
00673 "GetActiveField" => "4",
00674 "GetActiveGUI" => "4",
00675 "GetActiveThemes" => "4",
00676 "GetActiveWin" => "4",
00677 "GetAlias" => "4",
00678 "GetAliasTable" => "4",
00679 "GetAlignment" => "4",
00680 "GetAltitude" => "4",
00681 "GetAltSize" => "4",
00682 "GetAngle" => "4",
00683 "GetAnnoAddFieldsPreference" => "4",
00684 "GetApply" => "4",
00685 "GetArch" => "4",
00686 "GetAttrUpdateRules" => "4",
00687 "GetAutoLabels" => "4",
00688 "GetAuxIncrement" => "4",
00689 "GetAvailableMemory" => "4",
00690 "GetAVFile" => "4",
00691 "GetAVProcessID" => "4",
00692 "GetBackgroundSymbol" => "4",
00693 "GetBand" => "4",
00694 "GetBaseName" => "4",
00695 "GetBaseTableClass" => "4",
00696 "GetBaseTableFileName" => "4",
00697 "GetBestCand" => "4",
00698 "GetBgColor" => "4",
00699 "GetBgSym" => "4",
00700 "GetBlack" => "4",
00701 "GetBlue" => "4",
00702 "GetBlueBand" => "4",
00703 "GetBottom" => "4",
00704 "GetBounds" => "4",
00705 "GetBoundsMax" => "4",
00706 "GetBoundsMin" => "4",
00707 "GetBroadcaster" => "4",
00708 "GetButtonBar" => "4",
00709 "GetButtons" => "4",
00710 "GetCanUnloadScript" => "4",
00711 "GetCapStyle" => "4",
00712 "GetChanged" => "4",
00713 "GetCharacter" => "4",
00714 "GetCharSpacing" => "4",
00715 "GetChart" => "4",
00716 "GetChartDisplay" => "4",
00717 "GetChartLegend" => "4",
00718 "GetChoice" => "4",
00719 "GetClass" => "4",
00720 "GetClassesFile" => "4",
00721 "GetClassifications" => "4",
00722 "GetClassName" => "4",
00723 "GetClassType" => "4",
00724 "GetClick" => "4",
00725 "GetClose" => "4",
00726 "GetCloseScript" => "4",
00727 "GetCodepage" => "4",
00728 "GetCodepageConvert" => "4",
00729 "GetColor" => "4",
00730 "GetColorLock" => "4",
00731 "GetColumnCount" => "4",
00732 "GetColumnWidth" => "4",
00733 "GetComments" => "4",
00734 "GetComponents" => "4",
00735 "GetConstraint" => "4",
00736 "GetControl" => "4",
00737 "GetControlPanel" => "4",
00738 "GetControls" => "4",
00739 "GetControlSet" => "4",
00740 "GetCoordinatePrecision" => "4",
00741 "GetCreationDate" => "4",
00742 "GetCreator" => "4",
00743 "GetCrossGroup" => "4",
00744 "GetCrossValue" => "4",
00745 "GetCurrentColumn" => "4",
00746 "GetCurrentField" => "4",
00747 "GetCurrentLocation" => "4",
00748 "GetCurrentRecord" => "4",
00749 "GetCurrentRow" => "4",
00750 "GetCurrentTopic" => "4",
00751 "GetCurrentValue" => "4",
00752 "GetCWD" => "4",
00753 "GetCyan" => "4",
00754 "GetDataSetName" => "4",
00755 "GetDataSource" => "4",
00756 "GetDateFormat" => "4",
00757 "GetDay" => "4",
00758 "GetDayOfMonth" => "4",
00759 "GetDayOfYear" => "4",
00760 "GetDefAliasTable" => "4",
00761 "GetDefault" => "4",
00762 "GetDefaultButton" => "4",
00763 "GetDefaultSymbol" => "4",
00764 "GetDefBitmap" => "4",
00765 "GetDefFormat" => "4",
00766 "GetDefinition" => "4",
00767 "GetDefOffset" => "4",
00768 "GetDefSqueeze" => "4",
00769 "GetDefStylesODB" => "4",
00770 "GetDensity" => "4",
00771 "GetDependencies" => "4",
00772 "GetDepth" => "4",
00773 "GetDialog" => "4",
00774 "GetDialogs" => "4",
00775 "GetDictionary" => "4",
00776 "GetDigitTics" => "4",
00777 "GetDimension" => "4",
00778 "GetDisplay" => "4",
00779 "GetDisplayField" => "4",
00780 "GetDisplayQuality" => "4",
00781 "GetDistanceUnits" => "4",
00782 "GetDivisions" => "4",
00783 "GetDocActivate" => "4",
00784 "GetDocBaseName" => "4",
00785 "GetDocs" => "4",
00786 "GetDocsWithGroupGUI" => "4",
00787 "GetDocsWithGUI" => "4",
00788 "GetDocument" => "4",
00789 "GetDotDensity" => "4",
00790 "GetDotSymbol" => "4",
00791 "GetDrag" => "4",
00792 "GetEditableTheme" => "4",
00793 "GetEditString" => "4",
00794 "GetEmpty" => "4",
00795 "GetEnvVar" => "4",
00796 "GetEolType" => "4",
00797 "GetErrorID" => "4",
00798 "GetErrorMsg" => "4",
00799 "GetErrorPos" => "4",
00800 "GetErrorReporting" => "4",
00801 "GetErrorTopic" => "4",
00802 "GetEuler" => "4",
00803 "GetEventField" => "4",
00804 "GetEventRouteId" => "4",
00805 "GetEventTable" => "4",
00806 "GetExplicitExtensions" => "4",
00807 "GetExtension" => "4",
00808 "GetExtensions" => "4",
00809 "GetExtensionWin" => "4",
00810 "GetExtent" => "4",
00811 "GetExtVersion" => "4",
00812 "GetFamily" => "4",
00813 "GetFeatureSymbol" => "4",
00814 "GetFeatureWeight" => "4",
00815 "GetField" => "4",
00816 "GetFieldLabel" => "4",
00817 "GetFieldNames" => "4",
00818 "GetFieldNamesVisible" => "4",
00819 "GetFields" => "4",
00820 "GetFile" => "4",
00821 "GetFileDescriptorLimit" => "4",
00822 "GetFileName" => "4",
00823 "GetFiles" => "4",
00824 "GetFillObject" => "4",
00825 "GetFindString" => "4",
00826 "GetFixedSizeText" => "4",
00827 "GetFlip" => "4",
00828 "GetFlushCount" => "4",
00829 "GetFocusLost" => "4",
00830 "GetFont" => "4",
00831 "GetFormat" => "4",
00832 "GetFormatUseCount" => "4",
00833 "GetFramedDoc" => "4",
00834 "GetFramedDocClass" => "4",
00835 "GetFrameObjs" => "4",
00836 "GetFromField" => "4",
00837 "GetFTab" => "4",
00838 "GetFullName" => "4",
00839 "GetGraphics" => "4",
00840 "GetGray" => "4",
00841 "GetGreen" => "4",
00842 "GetGreenBand" => "4",
00843 "GetGroupGap" => "4",
00844 "GetGroupGUI" => "4",
00845 "GetGroupLabel" => "4",
00846 "GetGUI" => "4",
00847 "GetGUINames" => "4",
00848 "GetGUIs" => "4",
00849 "GetHAlign" => "4",
00850 "GetHeight" => "4",
00851 "GetHelp" => "4",
00852 "GetHelpTopic" => "4",
00853 "GetHorizon" => "4",
00854 "GetHotField" => "4",
00855 "GetHotScriptName" => "4",
00856 "GetHours" => "4",
00857 "GetIcon" => "4",
00858 "GetImgSrc" => "4",
00859 "GetIncrement" => "4",
00860 "GetIndex" => "4",
00861 "GetIndexPath" => "4",
00862 "GetInstallScript" => "4",
00863 "GetIntensity" => "4",
00864 "GetInteractiveSnapTolerance" => "4",
00865 "GetInterval" => "4",
00866 "GetIntervals" => "4",
00867 "GetJobName" => "4",
00868 "GetJoinField" => "4",
00869 "GetJoinStyle" => "4",
00870 "GetJulianDate" => "4",
00871 "GetJustification" => "4",
00872 "GetKey" => "4",
00873 "GetLabel" => "4",
00874 "GetLabelField" => "4",
00875 "GetLabelPoint" => "4",
00876 "GetLabelSize" => "4",
00877 "GetLabelTextSym" => "4",
00878 "GetLabelWeight" => "4",
00879 "GetLastAddress" => "4",
00880 "GetLastSelection" => "4",
00881 "GetLastViewDoc" => "4",
00882 "GetLastZone" => "4",
00883 "GetLeft" => "4",
00884 "GetLegend" => "4",
00885 "GetLegendEditorScript" => "4",
00886 "GetLegendLineFlatness" => "4",
00887 "GetLegendType" => "4",
00888 "GetLengthsAtM" => "4",
00889 "GetLevel" => "4",
00890 "GetLibrarianName" => "4",
00891 "GetLicensedSite" => "4",
00892 "GetLicensedUser" => "4",
00893 "GetLineOffset" => "4",
00894 "GetLinePlacement" => "4",
00895 "GetLineSpacing" => "4",
00896 "GetList" => "4",
00897 "GetListeners" => "4",
00898 "GetLoadAverage" => "4",
00899 "GetLoadBalance" => "4",
00900 "GetLoadScript" => "4",
00901 "GetLocation" => "4",
00902 "GetLockError" => "4",
00903 "GetLook" => "4",
00904 "GetLower" => "4",
00905 "GetM" => "4",
00906 "GetMagenta" => "4",
00907 "GetMainIncrement" => "4",
00908 "GetMajorGridSpacing" => "4",
00909 "GetMapDisplay" => "4",
00910 "GetMark" => "4",
00911 "GetMarkLayerX" => "4",
00912 "GetMarkLayerY" => "4",
00913 "GetMatchFields" => "4",
00914 "GetMatchPref" => "4",
00915 "GetMatchSource" => "4",
00916 "GetMatchSourceRec" => "4",
00917 "GetMatchSourceRec2" => "4",
00918 "GetMAtLength" => "4",
00919 "GetMAtPosition" => "4",
00920 "GetMax" => "4",
00921 "GetMaxScore" => "4",
00922 "GetMaxSize" => "4",
00923 "GetMaxUndoTransactionSize" => "4",
00924 "GetMaxValue" => "4",
00925 "GetMean" => "4",
00926 "GetMeasureField" => "4",
00927 "GetMenuBar" => "4",
00928 "GetMForPoint" => "4",
00929 "GetMilliseconds" => "4",
00930 "GetMin" => "4",
00931 "GetMinimum" => "4",
00932 "GetMinorGridSpacing" => "4",
00933 "GetMinSize" => "4",
00934 "GetMinutes" => "4",
00935 "GetMinValue" => "4",
00936 "GetMKeyZone" => "4",
00937 "GetModalResult" => "4",
00938 "GetMode" => "4",
00939 "GetMonth" => "4",
00940 "GetMonthOfYear" => "4",
00941 "GetMouseLoc" => "4",
00942 "GetName" => "4",
00943 "GetNewScript" => "4",
00944 "GetNewUpdateScript" => "4",
00945 "GetNext" => "4",
00946 "GetNextControl" => "4",
00947 "GetNextDoc" => "4",
00948 "GetNextRecord" => "4",
00949 "GetNextSet" => "4",
00950 "GetNormFieldName" => "4",
00951 "GetNormType" => "4",
00952 "GetNthCand" => "4",
00953 "GetNthField" => "4",
00954 "GetNull" => "4",
00955 "GetNullSymbol" => "4",
00956 "GetNullValue" => "4",
00957 "GetNumBands" => "4",
00958 "GetNumberFormat" => "4",
00959 "GetNumCands" => "4",
00960 "GetNumClasses" => "4",
00961 "GetNumColumns" => "4",
00962 "GetNumFields" => "4",
00963 "GetNumGroups" => "4",
00964 "GetNumImages" => "4",
00965 "GetNumRecords" => "4",
00966 "GetNumRows" => "4",
00967 "GetNumSelRecords" => "4",
00968 "GetNumSeries" => "4",
00969 "GetNumStdDev" => "4",
00970 "GetNumValues" => "4",
00971 "GetObjectTag" => "4",
00972 "GetODBGUINames" => "4",
00973 "GetODBVersion" => "4",
00974 "GetOffset" => "4",
00975 "GetOffsetField" => "4",
00976 "GetOlColor" => "4",
00977 "GetOlWidth" => "4",
00978 "GetOpen" => "4",
00979 "GetOpenScript" => "4",
00980 "GetOpenUpdateScript" => "4",
00981 "GetOrigin" => "4",
00982 "GetOS" => "4",
00983 "GetOSVariant" => "4",
00984 "GetOutFileName" => "4",
00985 "GetOverlapLabelColor" => "4",
00986 "GetOwner" => "4",
00987 "GetPalette" => "4",
00988 "GetPanel" => "4",
00989 "GetPassword" => "4",
00990 "GetPath" => "4",
00991 "GetPenSize" => "4",
00992 "GetPi" => "4",
00993 "GetPixelWidth" => "4",
00994 "GetPoint" => "4",
00995 "GetPointsFromDig" => "4",
00996 "GetPopups" => "4",
00997 "GetPos" => "4",
00998 "GetPosition" => "4",
00999 "GetPositionsAtM" => "4",
01000 "GetPrecision" => "4",
01001 "GetPredefined" => "4",
01002 "GetPref" => "4",
01003 "GetPreferences" => "4",
01004 "GetPreserveInterval" => "4",
01005 "GetPrevSet" => "4",
01006 "GetProcs" => "4",
01007 "GetProject" => "4",
01008 "GetProjection" => "4",
01009 "GetProjections" => "4",
01010 "GetProjectSaveScript" => "4",
01011 "GetPuckClick" => "4",
01012 "GetPuckLoc" => "4",
01013 "GetQuality" => "4",
01014 "GetRadius" => "4",
01015 "GetRangeApply" => "4",
01016 "GetRangeSelect" => "4",
01017 "GetRangeType" => "4",
01018 "GetRatRouteId" => "4",
01019 "GetRecordLabelField" => "4",
01020 "GetRed" => "4",
01021 "GetRedBand" => "4",
01022 "GetRedImageLookup" => "4",
01023 "GetRefresh" => "4",
01024 "GetRefreshRate" => "4",
01025 "GetRefScale" => "4",
01026 "GetRemainActiveState" => "4",
01027 "GetResolution" => "4",
01028 "GetResultBitmap" => "4",
01029 "GetResultField" => "4",
01030 "GetRgbList" => "4",
01031 "GetRight" => "4",
01032 "GetRightToLeft" => "4",
01033 "GetRmsDigErr" => "4",
01034 "GetRmsMapErr" => "4",
01035 "GetRotationFieldName" => "4",
01036 "GetRouteSys" => "4",
01037 "GetRowCount" => "4",
01038 "GetRowHeight" => "4",
01039 "GetSaveAsUNIX" => "4",
01040 "GetScore" => "4",
01041 "GetScript" => "4",
01042 "GetScripts" => "4",
01043 "GetSearchPaths" => "4",
01044 "GetSearchString" => "4",
01045 "GetSeconds" => "4",
01046 "GetSelColor" => "4",
01047 "GetSelect" => "4",
01048 "GetSelected" => "4",
01049 "GetSelectedDocs" => "4",
01050 "GetSelectedExtent" => "4",
01051 "GetSelectedGUI" => "4",
01052 "GetSelection" => "4",
01053 "GetSelectionStyle" => "4",
01054 "GetSelectMode" => "4",
01055 "GetSerialNumber" => "4",
01056 "GetSeriesColor" => "4",
01057 "GetSeriesLabel" => "4",
01058 "GetSeriesOverlap" => "4",
01059 "GetServer" => "4",
01060 "GetServerActivated" => "4",
01061 "GetServerClosed" => "4",
01062 "GetServerDeactivated" => "4",
01063 "GetServerDefinitionChanged" => "4",
01064 "GetServerOpened" => "4",
01065 "GetServerRecordsAdded" => "4",
01066 "GetServerRecordsDeleted" => "4",
01067 "GetServerSelectionChanged" => "4",
01068 "GetShape" => "4",
01069 "GetShapeClass" => "4",
01070 "GetShortcut" => "4",
01071 "GetShowStatus" => "4",
01072 "GetShutDown" => "4",
01073 "GetSiblingList" => "4",
01074 "GetSiblings" => "4",
01075 "GetSide" => "4",
01076 "GetSize" => "4",
01077 "GetSizeFieldName" => "4",
01078 "GetSizeInches" => "4",
01079 "GetSnapTolerance" => "4",
01080 "GetSource" => "4",
01081 "GetSpacing" => "4",
01082 "GetSpheroid" => "4",
01083 "GetSpheroidName" => "4",
01084 "GetSqueeze" => "4",
01085 "GetSrcName" => "4",
01086 "GetStandardDeviation" => "4",
01087 "GetStanRules" => "4",
01088 "GetStartUp" => "4",
01089 "GetStatus" => "4",
01090 "GetStipple" => "4",
01091 "GetStyle" => "4",
01092 "GetStyles" => "4",
01093 "GetSubName" => "4",
01094 "GetSymbol" => "4",
01095 "GetSymbols" => "4",
01096 "GetSymbolWin" => "4",
01097 "GetSysDefault" => "4",
01098 "GetTag" => "4",
01099 "GetTemplate" => "4",
01100 "GetText" => "4",
01101 "GetTextPositioner" => "4",
01102 "GetTextRatio" => "4",
01103 "GetTextType" => "4",
01104 "GetThemes" => "4",
01105 "GetThreshold" => "4",
01106 "GetTicDigList" => "4",
01107 "GetTicMapList" => "4",
01108 "GetTimeAsSeconds" => "4",
01109 "GetTimeout" => "4",
01110 "GetTitle" => "4",
01111 "GetTmpDir" => "4",
01112 "GetTOC" => "4",
01113 "GetTOCWidth" => "4",
01114 "GetTocWidthScale" => "4",
01115 "GetToField" => "4",
01116 "GetToolBar" => "4",
01117 "GetTop" => "4",
01118 "GetTopic" => "4",
01119 "GetType" => "4",
01120 "GetUNCFilename" => "4",
01121 "GetUndoStackSize" => "4",
01122 "GetUniformScaling" => "4",
01123 "GetUninstallScript" => "4",
01124 "GetUnionRule" => "4",
01125 "GetUnits" => "4",
01126 "GetUnloadScript" => "4",
01127 "GetUpdate" => "4",
01128 "GetUpdateScript" => "4",
01129 "GetUpper" => "4",
01130 "GetUsed" => "4",
01131 "GetUserDefault" => "4",
01132 "GetUserField" => "4",
01133 "GetUserGroup" => "4",
01134 "GetUserPart" => "4",
01135 "GetUserRecord" => "4",
01136 "GetUserRow" => "4",
01137 "GetUserScale" => "4",
01138 "GetUserSeries" => "4",
01139 "GetVAlign" => "4",
01140 "GetValue" => "4",
01141 "GetValueIncrement" => "4",
01142 "GetValuePercentage" => "4",
01143 "GetValueString" => "4",
01144 "GetVersion" => "4",
01145 "GetView" => "4",
01146 "GetViewFrame" => "4",
01147 "GetVisibleGUIsWidth" => "4",
01148 "GetVisibleThemes" => "4",
01149 "GetVTab" => "4",
01150 "GetWeekOfYear" => "4",
01151 "GetWeight" => "4",
01152 "GetWideness" => "4",
01153 "GetWidth" => "4",
01154 "GetWin" => "4",
01155 "GetWorkDir" => "4",
01156 "GetX" => "4",
01157 "GetXAxis" => "4",
01158 "GetXDelimiter" => "4",
01159 "GetXField" => "4",
01160 "GetXMatchFields" => "4",
01161 "GetXMaxScore" => "4",
01162 "GetXOffset" => "4",
01163 "GetXSeparation" => "4",
01164 "GetY" => "4",
01165 "GetYAxis" => "4",
01166 "GetYear" => "4",
01167 "GetYOffset" => "4",
01168 "GetYSeparation" => "4",
01169 "GetZoneField" => "4",
01170 "GetZoneKey" => "4",
01171 "GoColumn" => "4",
01172 "GoDown" => "4",
01173 "GoField" => "4",
01174 "GoFirst" => "4",
01175 "GoFirstSelected" => "4",
01176 "GoLast" => "4",
01177 "GoLeft" => "4",
01178 "GoNext" => "4",
01179 "GoNextSelected" => "4",
01180 "GoPrevious" => "4",
01181 "GoRecord" => "4",
01182 "GoRecordField" => "4",
01183 "GoRight" => "4",
01184 "GoRow" => "4",
01185 "GoRowColumn" => "4",
01186 "GotoBeg" => "4",
01187 "GotoEnd" => "4",
01188 "GoUp" => "4",
01189 "GroupSelected" => "4",
01190 "HasAttributes" => "4",
01191 "HasControlFastener" => "4",
01192 "HasDoc" => "4",
01193 "HasError" => "4",
01194 "HasFastener" => "4",
01195 "HasField" => "4",
01196 "HasHiddenText" => "4",
01197 "HasHorizontalScroll" => "4",
01198 "HasInstances" => "4",
01199 "HasIntersection" => "4",
01200 "HasIntersections" => "4",
01201 "HasKindOf" => "4",
01202 "HasLabels" => "4",
01203 "HasLockError" => "4",
01204 "HasOverlappingLabels" => "4",
01205 "HasScript" => "4",
01206 "HasSelected" => "4",
01207 "HasSelection" => "4",
01208 "HasServer" => "4",
01209 "HasSiblings" => "4",
01210 "HasStepButtons" => "4",
01211 "HasStyle" => "4",
01212 "HasTable" => "4",
01213 "HasTitleBar" => "4",
01214 "HasValidIndex" => "4",
01215 "HasVerticalScroll" => "4",
01216 "HasVisibleBorder" => "4",
01217 "HasZ" => "4",
01218 "HasZone" => "4",
01219 "HookupSymbol" => "4",
01220 "Identify" => "4",
01221 "Import" => "4",
01222 "ImportAILineSet" => "4",
01223 "ImportAIShadeSet" => "4",
01224 "ImportFromFile" => "4",
01225 "IncrementByDays" => "4",
01226 "IncrementByHours" => "4",
01227 "IncrementByMinutes" => "4",
01228 "IncrementByMonths" => "4",
01229 "IncrementBySeconds" => "4",
01230 "IncrementByWeeks" => "4",
01231 "IncrementByYears" => "4",
01232 "IndexOf" => "4",
01233 "Info" => "4",
01234 "InitGeoTheme" => "4",
01235 "Input" => "4",
01236 "Insert" => "4",
01237 "InsertColumns" => "4",
01238 "InsertRows" => "4",
01239 "InsertText" => "4",
01240 "InsetBy" => "4",
01241 "Intersects" => "4",
01242 "IntersectSelected" => "4",
01243 "IntersectWith" => "4",
01244 "Invalidate" => "4",
01245 "InvalidateLegend" => "4",
01246 "InvalidateRect" => "4",
01247 "InvalidateTOC" => "4",
01248 "InvalIndex" => "4",
01249 "Is" => "4",
01250 "Is32BitDLL" => "4",
01251 "Is8Dot3" => "4",
01252 "IsAccessControlled" => "4",
01253 "IsActive" => "4",
01254 "IsActiveLocked" => "4",
01255 "IsADependency" => "4",
01256 "IsAltKeyDown" => "4",
01257 "IsAlwaysOnTop" => "4",
01258 "IsAnno" => "4",
01259 "IsArcStorm" => "4",
01260 "IsAssumedBestCentury" => "4",
01261 "IsAtEnd" => "4",
01262 "IsAvailable" => "4",
01263 "IsAxisVisible" => "4",
01264 "IsBase" => "4",
01265 "IsBeingEditedWithRecovery" => "4",
01266 "IsBlockDisplayEnabled" => "4",
01267 "IsBold" => "4",
01268 "IsBoundsUsed" => "4",
01269 "IsBtnLeftClick" => "4",
01270 "IsBtnLeftDblClick" => "4",
01271 "IsBtnLeftDrag" => "4",
01272 "IsBtnMiddleClick" => "4",
01273 "IsBtnMiddleDblClick" => "4",
01274 "IsBtnMiddleDrag" => "4",
01275 "IsBtnRightClick" => "4",
01276 "IsBtnRightDblClick" => "4",
01277 "IsBtnRightDrag" => "4",
01278 "IsButtonAssignedForAction" => "4",
01279 "IsCenterContainedIn" => "4",
01280 "IsChartScatter" => "4",
01281 "IsCloseable" => "4",
01282 "IsClosing" => "4",
01283 "IsCodepageValid" => "4",
01284 "IsCompiled" => "4",
01285 "IsConnected" => "4",
01286 "IsContainedIn" => "4",
01287 "IsControlKeyDown" => "4",
01288 "IsCrossValueUsed" => "4",
01289 "IsCustomizable" => "4",
01290 "IsdBASE" => "4",
01291 "IsDir" => "4",
01292 "IsDisjoint" => "4",
01293 "IsDouble" => "4",
01294 "IsDoubleClick" => "4",
01295 "IsDrawing" => "4",
01296 "IsEditable" => "4",
01297 "IsEmpty" => "4",
01298 "IsEnabled" => "4",
01299 "IsEscapeEnabled" => "4",
01300 "IsExtentPreserved" => "4",
01301 "IsFieldIndexed" => "4",
01302 "IsFile" => "4",
01303 "IsFileValid" => "4",
01304 "IsFilled" => "4",
01305 "IsFilledBy" => "4",
01306 "IsFixedFont" => "4",
01307 "IsGeocoded" => "4",
01308 "IsGeoReferenced" => "4",
01309 "IsGridActive" => "4",
01310 "IsGridVisible" => "4",
01311 "IsGroup" => "4",
01312 "IsHelping" => "4",
01313 "IsHit" => "4",
01314 "IsHooked" => "4",
01315 "IsHorizontal" => "4",
01316 "IsInColor" => "4",
01317 "IsInfinity" => "4",
01318 "IsINFO" => "4",
01319 "IsInteractiveSnapping" => "4",
01320 "IsItalic" => "4",
01321 "IsJoinedField" => "4",
01322 "IsLabelVisible" => "4",
01323 "IsLegendVisible" => "4",
01324 "IsLibrary" => "4",
01325 "IsLinked" => "4",
01326 "IsListening" => "4",
01327 "IsLiveLinked" => "4",
01328 "IsLocked" => "4",
01329 "IsLog" => "4",
01330 "IsMachine" => "4",
01331 "IsMajorGridVisible" => "4",
01332 "IsMarginVisible" => "4",
01333 "IsMatchable" => "4",
01334 "IsMatched" => "4",
01335 "IsMaximumOn" => "4",
01336 "IsMeasured" => "4",
01337 "IsMemoryAvailable" => "4",
01338 "IsMetaKeyDown" => "4",
01339 "IsMinimumOn" => "4",
01340 "IsMinorGridVisible" => "4",
01341 "IsModal" => "4",
01342 "IsModified" => "4",
01343 "IsMonoSpaced" => "4",
01344 "IsMoveable" => "4",
01345 "IsNoData" => "4",
01346 "IsNoDataClassDisplayed" => "4",
01347 "IsNowVisible" => "4",
01348 "IsNull" => "4",
01349 "IsNumber" => "4",
01350 "IsOff" => "4",
01351 "IsOK" => "4",
01352 "IsOpen" => "4",
01353 "IsOutlined" => "4",
01354 "IsOwnerActive" => "4",
01355 "IsPlotMarks" => "4",
01356 "IsPoint" => "4",
01357 "IsPortrait" => "4",
01358 "IsQuoted" => "4",
01359 "IsReadOnly" => "4",
01360 "IsReady" => "4",
01361 "IsRedefined" => "4",
01362 "IsRequired" => "4",
01363 "IsResizable" => "4",
01364 "IsRoot" => "4",
01365 "IsScaled" => "4",
01366 "IsScalePreserved" => "4",
01367 "IsScratch" => "4",
01368 "IsSelected" => "4",
01369 "IsSelfIntersecting" => "4",
01370 "IsSeriesFromRecords" => "4",
01371 "IsSeriesSeparated" => "4",
01372 "IsSerif" => "4",
01373 "IsShiftKeyDown" => "4",
01374 "IsSnapping" => "4",
01375 "IsSubclassOf" => "4",
01376 "IsSuffixUsed" => "4",
01377 "IsSymWinClient" => "4",
01378 "IsText" => "4",
01379 "IsTickLabelsVisible" => "4",
01380 "IsTOCUnResizable" => "4",
01381 "IsTopic" => "4",
01382 "IsTouchedBy" => "4",
01383 "IsTracking" => "4",
01384 "IsTransparent" => "4",
01385 "IsTypeNumber" => "4",
01386 "IsTypeShape" => "4",
01387 "IsTypeString" => "4",
01388 "IsUnProjectable" => "4",
01389 "IsUsingPrinterMargins" => "4",
01390 "IsUsingPrinterPageSize" => "4",
01391 "IsValid" => "4",
01392 "IsValidFileName" => "4",
01393 "IsValueAxis" => "4",
01394 "IsVisible" => "4",
01395 "IsVisibleLocked" => "4",
01396 "IsWithin" => "4",
01397 "IsWorldFileEnabled" => "4",
01398 "IsWritable" => "4",
01399 "Join" => "4",
01400 "KillLine" => "4",
01401 "Label" => "4",
01402 "LabelThemes" => "4",
01403 "LCase" => "4",
01404 "Left" => "4",
01405 "LineIntersection" => "4",
01406 "Link" => "4",
01407 "ListAsString" => "4",
01408 "ListEnd" => "4",
01409 "Ln" => "4",
01410 "Load" => "4",
01411 "LoadFromFile" => "4",
01412 "LoadIcon" => "4",
01413 "LoadLibrary" => "4",
01414 "Log" => "4",
01415 "LongYesNo" => "4",
01416 "Lookup" => "4",
01417 "LowerCase" => "4",
01418 "Make" => "4",
01419 "MakeBuffer" => "4",
01420 "MakeClipboard" => "4",
01421 "MakeColorGray" => "4",
01422 "MakeColorWheel" => "4",
01423 "MakeDefault" => "4",
01424 "MakeDisjoint" => "4",
01425 "MakeDocName" => "4",
01426 "MakeEmpty" => "4",
01427 "MakeExisting" => "4",
01428 "MakeField" => "4",
01429 "MakeFileName" => "4",
01430 "MakeFromFile" => "4",
01431 "MakeFromNumber" => "4",
01432 "MakeFromResName" => "4",
01433 "MakeFromSource" => "4",
01434 "MakeFromSrc" => "4",
01435 "MakeFromTwoPoints" => "4",
01436 "MakeGeoRef" => "4",
01437 "MakeGrayScale" => "4",
01438 "MakeGUIName" => "4",
01439 "MakeLine" => "4",
01440 "MakeNew" => "4",
01441 "MakeNominal" => "4",
01442 "MakeNull" => "4",
01443 "MakeRamp" => "4",
01444 "MakeRandom" => "4",
01445 "MakeShort" => "4",
01446 "MakeSQL" => "4",
01447 "MakeStandard" => "4",
01448 "MakeSysDefault" => "4",
01449 "MakeTmp" => "4",
01450 "MakeTmpIMS" => "4",
01451 "MakeUserDefault" => "4",
01452 "MakeUsingDialog" => "4",
01453 "MakeWithGUI" => "4",
01454 "MakeXY" => "4",
01455 "Match" => "4",
01456 "MatchPoints" => "4",
01457 "MatchRectangles" => "4",
01458 "Max" => "4",
01459 "Maximize" => "4",
01460 "Merge" => "4",
01461 "MergeFile" => "4",
01462 "MergePath" => "4",
01463 "MergeSelected" => "4",
01464 "Middle" => "4",
01465 "Min" => "4",
01466 "Minimize" => "4",
01467 "MiniYesNo" => "4",
01468 "Minus" => "4",
01469 "MMultiply" => "4",
01470 "Mod" => "4",
01471 "MOffset" => "4",
01472 "Move" => "4",
01473 "MoveSelectedToBack" => "4",
01474 "MoveSelectedToFront" => "4",
01475 "MoveTo" => "4",
01476 "MoveUserRect" => "4",
01477 "MultiInput" => "4",
01478 "Natural" => "4",
01479 "Negate" => "4",
01480 "New" => "4",
01481 "Normalize" => "4",
01482 "Not" => "4",
01483 "NotRange" => "4",
01484 "Now" => "4",
01485 "Offset" => "4",
01486 "OffsetSelected" => "4",
01487 "Open" => "4",
01488 "OpenAndInstall" => "4",
01489 "OpenIndex" => "4",
01490 "Or" => "4",
01491 "Pan" => "4",
01492 "PanTo" => "4",
01493 "Password" => "4",
01494 "Paste" => "4",
01495 "Peek" => "4",
01496 "PieChart" => "4",
01497 "PixelOffset" => "4",
01498 "PlaySound" => "4",
01499 "PointIntersection" => "4",
01500 "PointPosition" => "4",
01501 "Poke" => "4",
01502 "Pop" => "4",
01503 "Print" => "4",
01504 "PrintDisplay" => "4",
01505 "PrintMemory" => "4",
01506 "PrintTOC" => "4",
01507 "PrintTopic" => "4",
01508 "ProcessAllInvals" => "4",
01509 "ProjectedMove" => "4",
01510 "ProjectPt" => "4",
01511 "ProjectRect" => "4",
01512 "PromoteSelection" => "4",
01513 "Proper" => "4",
01514 "PurgeObjects" => "4",
01515 "Push" => "4",
01516 "Quantile" => "4",
01517 "Query" => "4",
01518 "QueryConnected" => "4",
01519 "QueryCrossProduct" => "4",
01520 "QueryDifference" => "4",
01521 "QueryLocalMachineName" => "4",
01522 "QueryMinus" => "4",
01523 "QueryPlus" => "4",
01524 "QueryPointDistance" => "4",
01525 "QueryShape" => "4",
01526 "Quit" => "4",
01527 "Quote" => "4",
01528 "RampColors" => "4",
01529 "RampSavedColors" => "4",
01530 "RampSizes" => "4",
01531 "RampSubset" => "4",
01532 "RandomColors" => "4",
01533 "RandomSymbols" => "4",
01534 "RangeApply" => "4",
01535 "RangeSelect" => "4",
01536 "Read" => "4",
01537 "ReadElt" => "4",
01538 "ReadFiles" => "4",
01539 "Recalculate" => "4",
01540 "Redo" => "4",
01541 "Refresh" => "4",
01542 "RefreshPalette" => "4",
01543 "RefreshScale" => "4",
01544 "RefreshWindows" => "4",
01545 "RegisterExtension" => "4",
01546 "RegisterFormat" => "4",
01547 "RegTics" => "4",
01548 "RegTicsFromList" => "4",
01549 "RememberSelection" => "4",
01550 "Remove" => "4",
01551 "RemoveDefaultOwner" => "4",
01552 "RemoveDialog" => "4",
01553 "RemoveDoc" => "4",
01554 "RemoveDuplicates" => "4",
01555 "RemoveExtension" => "4",
01556 "RemoveFields" => "4",
01557 "RemoveGraphic" => "4",
01558 "RemoveGUI" => "4",
01559 "RemoveIndex" => "4",
01560 "RemoveListener" => "4",
01561 "RemoveObj" => "4",
01562 "RemovePrivateTmpDir" => "4",
01563 "RemoveRangeApply" => "4",
01564 "RemoveRangeSelect" => "4",
01565 "RemoveRecord" => "4",
01566 "RemoveRecords" => "4",
01567 "RemoveScript" => "4",
01568 "RemovingDuplicates" => "4",
01569 "Report" => "4",
01570 "Request" => "4",
01571 "Reset" => "4",
01572 "ResetClasses" => "4",
01573 "ResetDocActivate" => "4",
01574 "ResetGUIs" => "4",
01575 "ReShape" => "4",
01576 "Resize" => "4",
01577 "ResizeTo" => "4",
01578 "Restore" => "4",
01579 "RestoreGraphic" => "4",
01580 "RestoreSymbols" => "4",
01581 "ReturnActiveLayers" => "4",
01582 "ReturnAOI" => "4",
01583 "ReturnArea" => "4",
01584 "ReturnAxes" => "4",
01585 "ReturnAzimuth" => "4",
01586 "ReturnAzimuthOfCentralLine" => "4",
01587 "ReturnBestDensity" => "4",
01588 "ReturnBox" => "4",
01589 "ReturnBtnClick" => "4",
01590 "ReturnBuffered" => "4",
01591 "ReturnCenter" => "4",
01592 "ReturnCentralLatitude" => "4",
01593 "ReturnCentralLongitude" => "4",
01594 "ReturnCentralMeridian" => "4",
01595 "ReturnClassCounts" => "4",
01596 "ReturnClassInfo" => "4",
01597 "ReturnClipExtent" => "4",
01598 "ReturnClipped" => "4",
01599 "ReturnCommonFamilyName" => "4",
01600 "ReturnConnected" => "4",
01601 "ReturnCurrentSymbol" => "4",
01602 "ReturnDataSets" => "4",
01603 "ReturnDefaultLegend" => "4",
01604 "ReturnDefaultRules" => "4",
01605 "ReturnDefaultSymbol" => "4",
01606 "ReturnDensified" => "4",
01607 "ReturnDescription" => "4",
01608 "ReturnDialogBox" => "4",
01609 "ReturnDifference" => "4",
01610 "ReturnDir" => "4",
01611 "ReturnEccentricity" => "4",
01612 "ReturnEnd" => "4",
01613 "ReturnExportFormats" => "4",
01614 "ReturnExtensions" => "4",
01615 "ReturnExtent" => "4",
01616 "ReturnFalseEasting" => "4",
01617 "ReturnFalseNorthing" => "4",
01618 "ReturnFamilies" => "4",
01619 "ReturnFieldNames" => "4",
01620 "ReturnFiles" => "4",
01621 "ReturnFontName" => "4",
01622 "ReturnFrameSymbol" => "4",
01623 "ReturnGeodesicAzimuth" => "4",
01624 "ReturnIndexSrcNames" => "4",
01625 "ReturnInnerExtent" => "4",
01626 "ReturnInsertPos" => "4",
01627 "ReturnIntersection" => "4",
01628 "ReturnKeys" => "4",
01629 "ReturnLabel" => "4",
01630 "ReturnLatitudeOfTrueScale" => "4",
01631 "ReturnLayers" => "4",
01632 "ReturnLegendExt" => "4",
01633 "ReturnLength" => "4",
01634 "ReturnLibrarians" => "4",
01635 "ReturnLocation" => "4",
01636 "ReturnLowerStandardParallel" => "4",
01637 "ReturnMapExtent" => "4",
01638 "ReturnMarginExtent" => "4",
01639 "ReturnMargins" => "4",
01640 "ReturnMaximum" => "4",
01641 "ReturnMBB" => "4",
01642 "ReturnMerged" => "4",
01643 "ReturnMinimum" => "4",
01644 "ReturnNumberPoints" => "4",
01645 "ReturnOffset" => "4",
01646 "ReturnOpenFilesAsList" => "4",
01647 "ReturnOrigin" => "4",
01648 "ReturnPageExtent" => "4",
01649 "ReturnPageSize" => "4",
01650 "ReturnPattern" => "4",
01651 "ReturnPhysicalBtnClick" => "4",
01652 "ReturnPixmap" => "4",
01653 "ReturnPointAlongGeodesic" => "4",
01654 "ReturnPrjName" => "4",
01655 "ReturnProjected" => "4",
01656 "ReturnProjectedEnd" => "4",
01657 "ReturnProjectedOrigin" => "4",
01658 "ReturnProjectedStart" => "4",
01659 "ReturnProjection" => "4",
01660 "ReturnQuery" => "4",
01661 "ReturnRadius" => "4",
01662 "ReturnRange" => "4",
01663 "ReturnRangeString" => "4",
01664 "ReturnReferenceLatitude" => "4",
01665 "ReturnRelativeLocation" => "4",
01666 "ReturnRhumbLine" => "4",
01667 "ReturnRotationAngle" => "4",
01668 "ReturnRouteMeasure" => "4",
01669 "ReturnScale" => "4",
01670 "ReturnScreenSizeInches" => "4",
01671 "ReturnScreenSizePixels" => "4",
01672 "ReturnSelectedExtent" => "4",
01673 "ReturnSelectedLayers" => "4",
01674 "ReturnShift" => "4",
01675 "ReturnSize" => "4",
01676 "ReturnSrcNames" => "4",
01677 "ReturnStandardParallel" => "4",
01678 "ReturnStart" => "4",
01679 "ReturnSymbols" => "4",
01680 "ReturnSymbolSize" => "4",
01681 "ReturnText" => "4",
01682 "ReturnType" => "4",
01683 "ReturnTypeFromFileExt" => "4",
01684 "ReturnUnion" => "4",
01685 "ReturnUniqueName" => "4",
01686 "ReturnUnprojected" => "4",
01687 "ReturnUpperStandardParallel" => "4",
01688 "ReturnUserCircle" => "4",
01689 "ReturnUserEllipse" => "4",
01690 "ReturnUserGeoCurve" => "4",
01691 "ReturnUserLine" => "4",
01692 "ReturnUserPoint" => "4",
01693 "ReturnUserPolygon" => "4",
01694 "ReturnUserPolyLine" => "4",
01695 "ReturnUserRect" => "4",
01696 "ReturnValue" => "4",
01697 "ReturnValueNumber" => "4",
01698 "ReturnValueString" => "4",
01699 "ReturnVisExtent" => "4",
01700 "ReturnWorldFile" => "4",
01701 "Right" => "4",
01702 "Rotate" => "4",
01703 "RotateBy" => "4",
01704 "Round" => "4",
01705 "Run" => "4",
01706 "Save" => "4",
01707 "SaveChanges" => "4",
01708 "SaveEditsAs" => "4",
01709 "SaveGraphic" => "4",
01710 "SaveSelectedGraphics" => "4",
01711 "SaveStyles" => "4",
01712 "SaveToFile" => "4",
01713 "Scale" => "4",
01714 "ScaleSymbols" => "4",
01715 "ScoreCandidates" => "4",
01716 "Search" => "4",
01717 "SearchUsing" => "4",
01718 "Select" => "4",
01719 "SelectAll" => "4",
01720 "SelectByFTab" => "4",
01721 "SelectByLine" => "4",
01722 "SelectByPoint" => "4",
01723 "SelectByPolygon" => "4",
01724 "SelectByPolyLine" => "4",
01725 "SelectByRect" => "4",
01726 "SelectByShapes" => "4",
01727 "SelectByTheme" => "4",
01728 "SelectCurrent" => "4",
01729 "SelectDefault" => "4",
01730 "SelectEdit" => "4",
01731 "SelectFirst" => "4",
01732 "SelectLabels" => "4",
01733 "SelectRect" => "4",
01734 "SelectSymbol" => "4",
01735 "SelectToEdit" => "4",
01736 "SelectToEditByPoint" => "4",
01737 "Set" => "4",
01738 "SetAbout" => "4",
01739 "SetAccessControlled" => "4",
01740 "SetActionScript" => "4",
01741 "SetActionUpdateScript" => "4",
01742 "SetActivate" => "4",
01743 "SetActive" => "4",
01744 "SetActiveField" => "4",
01745 "SetActiveLocked" => "4",
01746 "SetAlias" => "4",
01747 "SetAliasTable" => "4",
01748 "SetAlignment" => "4",
01749 "SetAll" => "4",
01750 "SetAltitude" => "4",
01751 "SetAltSize" => "4",
01752 "SetAlwaysOnTop" => "4",
01753 "SetAngle" => "4",
01754 "SetAnnoAddFieldsPreference" => "4",
01755 "SetAOI" => "4",
01756 "SetApply" => "4",
01757 "SetAssumedBestCentury" => "4",
01758 "SetAttrUpdateRules" => "4",
01759 "SetAuxIncrement" => "4",
01760 "SetAVFile" => "4",
01761 "SetAxes" => "4",
01762 "SetAxisVisible" => "4",
01763 "SetAzimuth" => "4",
01764 "SetAzimuthOfCentralLine" => "4",
01765 "SetBackgroundSymbol" => "4",
01766 "SetBand" => "4",
01767 "SetBeep" => "4",
01768 "SetBgColor" => "4",
01769 "SetBgSym" => "4",
01770 "SetBlockDisplayEnable" => "4",
01771 "SetBlueBand" => "4",
01772 "SetBlueImageLookup" => "4",
01773 "SetBounds" => "4",
01774 "SetBoundsMax" => "4",
01775 "SetBoundsMin" => "4",
01776 "SetBoundsUsed" => "4",
01777 "SetCanUnloadScript" => "4",
01778 "SetCapStyle" => "4",
01779 "SetCenter" => "4",
01780 "SetCentralLatitude" => "4",
01781 "SetCentralLongitude" => "4",
01782 "SetCentralMeridian" => "4",
01783 "SetChanged" => "4",
01784 "SetCharacter" => "4",
01785 "SetCharSpacing" => "4",
01786 "SetChecking" => "4",
01787 "SetChoice" => "4",
01788 "SetClassesFile" => "4",
01789 "SetClassInfo" => "4",
01790 "SetCleanPreference" => "4",
01791 "SetClick" => "4",
01792 "SetClipExtent" => "4",
01793 "SetClose" => "4",
01794 "SetCloseable" => "4",
01795 "SetCloseScript" => "4",
01796 "SetCodepage" => "4",
01797 "SetCodepageConvert" => "4",
01798 "SetColor" => "4",
01799 "SetColorGray" => "4",
01800 "SetColorLock" => "4",
01801 "SetColorMap" => "4",
01802 "SetColorMapSize" => "4",
01803 "SetColorWheel" => "4",
01804 "SetColumnWidth" => "4",
01805 "SetComments" => "4",
01806 "SetConstraint" => "4",
01807 "SetControlFasteners" => "4",
01808 "SetCoordinatePrecision" => "4",
01809 "SetCoordsVisible" => "4",
01810 "SetCreator" => "4",
01811 "SetCrossGroup" => "4",
01812 "SetCrossValue" => "4",
01813 "SetCrossValueUsed" => "4",
01814 "SetCurrentDocWin" => "4",
01815 "SetCurrentValue" => "4",
01816 "SetCustomizable" => "4",
01817 "SetCWD" => "4",
01818 "SetDataSource" => "4",
01819 "SetDateFormat" => "4",
01820 "SetDefAliasTable" => "4",
01821 "SetDefault" => "4",
01822 "SetDefaultButton" => "4",
01823 "SetDefaultLegend" => "4",
01824 "SetDefaultSymbol" => "4",
01825 "SetDefBitmap" => "4",
01826 "SetDefFormat" => "4",
01827 "SetDefinition" => "4",
01828 "SetDefOffset" => "4",
01829 "SetDefSqueeze" => "4",
01830 "SetDensity" => "4",
01831 "SetDescription" => "4",
01832 "SetDialogBox" => "4",
01833 "SetDisplay" => "4",
01834 "SetDisplayField" => "4",
01835 "SetDisplayQuality" => "4",
01836 "SetDistanceUnits" => "4",
01837 "SetDivisions" => "4",
01838 "SetDocActivate" => "4",
01839 "SetDocBaseName" => "4",
01840 "SetDotDensity" => "4",
01841 "SetDotSymbol" => "4",
01842 "SetDrag" => "4",
01843 "SetDynamicBreak" => "4",
01844 "SetEditable" => "4",
01845 "SetEditableTheme" => "4",
01846 "SetEmpty" => "4",
01847 "SetEnabled" => "4",
01848 "SetEnvVar" => "4",
01849 "SetEolType" => "4",
01850 "SetErrorReporting" => "4",
01851 "SetEscapeEnabled" => "4",
01852 "SetExtension" => "4",
01853 "SetExtensionChecking" => "4",
01854 "SetExtensions" => "4",
01855 "SetExtent" => "4",
01856 "SetExtentPreserved" => "4",
01857 "SetExtVersion" => "4",
01858 "SetFalseEasting" => "4",
01859 "SetFalseNorthing" => "4",
01860 "SetFastener" => "4",
01861 "SetFasteners" => "4",
01862 "SetFeatureWeight" => "4",
01863 "SetField" => "4",
01864 "SetFieldNames" => "4",
01865 "SetFieldNamesVisible" => "4",
01866 "SetFile" => "4",
01867 "SetFileDescriptorLimit" => "4",
01868 "SetFileName" => "4",
01869 "SetFillObject" => "4",
01870 "SetFixedFont" => "4",
01871 "SetFixedSizeText" => "4",
01872 "SetFlip" => "4",
01873 "SetFlushCount" => "4",
01874 "SetFocusLost" => "4",
01875 "SetFont" => "4",
01876 "SetFormat" => "4",
01877 "SetFormatPrecision" => "4",
01878 "SetGrayScale" => "4",
01879 "SetGreenBand" => "4",
01880 "SetGreenImageLookup" => "4",
01881 "SetGridActive" => "4",
01882 "SetGridMesh" => "4",
01883 "SetGridVisible" => "4",
01884 "SetGroupGap" => "4",
01885 "SetGroupGUI" => "4",
01886 "SetGroupLabel" => "4",
01887 "SetGUI" => "4",
01888 "SetHAlign" => "4",
01889 "SetHeight" => "4",
01890 "SetHelp" => "4",
01891 "SetHelping" => "4",
01892 "SetHelpTopic" => "4",
01893 "SetHiddenText" => "4",
01894 "SetHorizontal" => "4",
01895 "SetHorizontalScroll" => "4",
01896 "SetHotField" => "4",
01897 "SetHotScriptName" => "4",
01898 "SetIcon" => "4",
01899 "SetImageLookup" => "4",
01900 "SetInColor" => "4",
01901 "SetIncrement" => "4",
01902 "SetInnerExtent" => "4",
01903 "SetInsertPos" => "4",
01904 "SetInstallScript" => "4",
01905 "SetIntensity" => "4",
01906 "SetInteractiveSnapping" => "4",
01907 "SetInteractiveSnappingPersistent" => "4",
01908 "SetInteractiveSnapTolerance" => "4",
01909 "SetInterval" => "4",
01910 "SetIntervals" => "4",
01911 "SetJobName" => "4",
01912 "SetJoinField" => "4",
01913 "SetJoinStyle" => "4",
01914 "SetJustification" => "4",
01915 "SetKey" => "4",
01916 "SetLabel" => "4",
01917 "SetLabelField" => "4",
01918 "SetLabelSize" => "4",
01919 "SetLabelTextSym" => "4",
01920 "SetLabelVisible" => "4",
01921 "SetLabelWeight" => "4",
01922 "SetLatitudeOfTrueScale" => "4",
01923 "SetLegend" => "4",
01924 "SetLegendEditorScript" => "4",
01925 "SetLegendLineFlatness" => "4",
01926 "SetLegendType" => "4",
01927 "SetLegendVisible" => "4",
01928 "SetLineEvent" => "4",
01929 "SetLineOffset" => "4",
01930 "SetLinePlacement" => "4",
01931 "SetLineSpacing" => "4",
01932 "SetListeners" => "4",
01933 "SetLoadScript" => "4",
01934 "SetLocked" => "4",
01935 "SetLog" => "4",
01936 "SetLook" => "4",
01937 "SetLower" => "4",
01938 "SetLowerStandardParallel" => "4",
01939 "SetM" => "4",
01940 "SetMainIncrement" => "4",
01941 "SetMajorAndMinorAxes" => "4",
01942 "SetMajorGridSpacing" => "4",
01943 "SetMajorGridVisible" => "4",
01944 "SetMapExtent" => "4",
01945 "SetMargin" => "4",
01946 "SetMarginVisible" => "4",
01947 "SetMark" => "4",
01948 "SetMarkLayer" => "4",
01949 "SetMatchPref" => "4",
01950 "SetMatchSource" => "4",
01951 "SetMAtLength" => "4",
01952 "SetMAtPosition" => "4",
01953 "SetMax" => "4",
01954 "SetMaximum" => "4",
01955 "SetMaximumOn" => "4",
01956 "SetMaxSize" => "4",
01957 "SetMaxUndoTransactionSize" => "4",
01958 "SetMaxValue" => "4",
01959 "SetMean" => "4",
01960 "SetMForPoint" => "4",
01961 "SetMin" => "4",
01962 "SetMinimum" => "4",
01963 "SetMinimumOn" => "4",
01964 "SetMinorGridSpacing" => "4",
01965 "SetMinorGridVisible" => "4",
01966 "SetMinSize" => "4",
01967 "SetMinValue" => "4",
01968 "SetModal" => "4",
01969 "SetModalResult" => "4",
01970 "SetMode" => "4",
01971 "SetModified" => "4",
01972 "SetMToNil" => "4",
01973 "SetName" => "4",
01974 "SetNewScript" => "4",
01975 "SetNewUpdateScript" => "4",
01976 "SetNextControl" => "4",
01977 "SetNominal" => "4",
01978 "SetNormFieldName" => "4",
01979 "SetNormType" => "4",
01980 "SetNull" => "4",
01981 "SetNullSymbol" => "4",
01982 "SetNullValue" => "4",
01983 "SetNumberFormat" => "4",
01984 "SetNumberPoints" => "4",
01985 "SetNumValues" => "4",
01986 "SetObjectTag" => "4",
01987 "SetOffset" => "4",
01988 "SetOffsetField" => "4",
01989 "SetOlColor" => "4",
01990 "SetOlWidth" => "4",
01991 "SetOpen" => "4",
01992 "SetOpenScript" => "4",
01993 "SetOpenUpdateScript" => "4",
01994 "SetOrderLocked" => "4",
01995 "SetOrigin" => "4",
01996 "SetOutFileName" => "4",
01997 "SetOutlined" => "4",
01998 "SetOverlapLabelColor" => "4",
01999 "SetPageSize" => "4",
02000 "SetPanel" => "4",
02001 "SetPassword" => "4",
02002 "SetPattern" => "4",
02003 "SetPenSize" => "4",
02004 "SetPixelWidth" => "4",
02005 "SetPlotMarks" => "4",
02006 "SetPointEvent" => "4",
02007 "SetPos" => "4",
02008 "SetPosition" => "4",
02009 "SetPrecision" => "4",
02010 "SetPref" => "4",
02011 "SetPrefVal" => "4",
02012 "SetPreserveInterval" => "4",
02013 "SetPrivateTmpDir" => "4",
02014 "SetProjection" => "4",
02015 "SetProjectSaveScript" => "4",
02016 "SetQuality" => "4",
02017 "SetRadiusAndFlattening" => "4",
02018 "SetRamp" => "4",
02019 "SetRandom" => "4",
02020 "SetRange" => "4",
02021 "SetRangeApply" => "4",
02022 "SetRangeSelect" => "4",
02023 "SetRangeType" => "4",
02024 "SetReadOnly" => "4",
02025 "SetRedBand" => "4",
02026 "SetRedImageLookup" => "4",
02027 "SetRedrawDeferred" => "4",
02028 "SetReferenceLatitude" => "4",
02029 "SetRefresh" => "4",
02030 "SetRefScale" => "4",
02031 "SetRemainActiveState" => "4",
02032 "SetResizable" => "4",
02033 "SetResolution" => "4",
02034 "SetResultBitmap" => "4",
02035 "SetResultField" => "4",
02036 "SetRgbList" => "4",
02037 "SetRightToLeft" => "4",
02038 "SetRotationAngle" => "4",
02039 "SetRotationFieldName" => "4",
02040 "SetRowHeight" => "4",
02041 "SetSaveAsUNIX" => "4",
02042 "SetScale" => "4",
02043 "SetScalePreserved" => "4",
02044 "SetScaleSymbols" => "4",
02045 "SetScaleVisible" => "4",
02046 "SetScratch" => "4",
02047 "SetScreenSizeInches" => "4",
02048 "SetSearchPaths" => "4",
02049 "SetSelColor" => "4",
02050 "SetSelect" => "4",
02051 "SetSelected" => "4",
02052 "SetSelectedControl" => "4",
02053 "SetSelectedDoc" => "4",
02054 "SetSelectedExtent" => "4",
02055 "SetSelectedGUI" => "4",
02056 "SetSelectedLayers" => "4",
02057 "SetSelection" => "4",
02058 "SetSelectionStyle" => "4",
02059 "SetSelectMode" => "4",
02060 "SetSeriesColor" => "4",
02061 "SetSeriesOverlap" => "4",
02062 "SetSeriesSeparated" => "4",
02063 "SetServer" => "4",
02064 "SetServerActivated" => "4",
02065 "SetServerClosed" => "4",
02066 "SetServerDeactivated" => "4",
02067 "SetServerDefinitionChanged" => "4",
02068 "SetServerOpened" => "4",
02069 "SetServerRecordsAdded" => "4",
02070 "SetServerRecordsDeleted" => "4",
02071 "SetServerSelectionChanged" => "4",
02072 "SetShape" => "4",
02073 "SetShift" => "4",
02074 "SetShowStatus" => "4",
02075 "SetShutDown" => "4",
02076 "SetSize" => "4",
02077 "SetSizeFieldName" => "4",
02078 "SetSizeInches" => "4",
02079 "SetSnapping" => "4",
02080 "SetSnapTolerance" => "4",
02081 "SetSource" => "4",
02082 "SetSpacing" => "4",
02083 "SetSpheroid" => "4",
02084 "SetSqueeze" => "4",
02085 "SetStandardDeviation" => "4",
02086 "SetStandardParallel" => "4",
02087 "SetStartUp" => "4",
02088 "SetStatus" => "4",
02089 "SetStipple" => "4",
02090 "SetStreamTolerance" => "4",
02091 "SetStyle" => "4",
02092 "SetSubName" => "4",
02093 "SetSuffixUsed" => "4",
02094 "SetSwitchButton" => "4",
02095 "SetSymbol" => "4",
02096 "SetSymbols" => "4",
02097 "SetTag" => "4",
02098 "SetTemplate" => "4",
02099 "SetText" => "4",
02100 "SetTextRatio" => "4",
02101 "SetTextType" => "4",
02102 "SetThreshold" => "4",
02103 "SetTickLabelsVisible" => "4",
02104 "SetTimeout" => "4",
02105 "SetTitle" => "4",
02106 "SetTOCUnResizable" => "4",
02107 "SetTOCWidth" => "4",
02108 "SetTocWidthScale" => "4",
02109 "SetTransparent" => "4",
02110 "SetType" => "4",
02111 "SetUndoStackSize" => "4",
02112 "SetUniformScaling" => "4",
02113 "SetUninstallScript" => "4",
02114 "SetUnionRule" => "4",
02115 "SetUnits" => "4",
02116 "SetUnloadScript" => "4",
02117 "Setup" => "4",
02118 "SetUpdate" => "4",
02119 "SetUpdateScript" => "4",
02120 "SetUpper" => "4",
02121 "SetUpperStandardParallel" => "4",
02122 "SetUserScale" => "4",
02123 "SetUsingPrinterMargins" => "4",
02124 "SetUsingPrinterPageSize" => "4",
02125 "SetValue" => "4",
02126 "SetValueIncrement" => "4",
02127 "SetValueNumber" => "4",
02128 "SetValuePercentage" => "4",
02129 "SetValues" => "4",
02130 "SetValueString" => "4",
02131 "SetVerticalScroll" => "4",
02132 "SetViewFrame" => "4",
02133 "SetVisible" => "4",
02134 "SetVisibleBorder" => "4",
02135 "SetVisibleGUIsWidth" => "4",
02136 "SetVisibleLocked" => "4",
02137 "SetWidth" => "4",
02138 "SetWorkDir" => "4",
02139 "SetWorkingStatus" => "4",
02140 "SetWorldFile" => "4",
02141 "SetWorldFileEnable" => "4",
02142 "SetX" => "4",
02143 "SetXDelimiter" => "4",
02144 "SetXField" => "4",
02145 "SetXOffset" => "4",
02146 "SetXSeparation" => "4",
02147 "SetY" => "4",
02148 "SetZoneKey" => "4",
02149 "Shift" => "4",
02150 "ShiftLeft" => "4",
02151 "ShiftRight" => "4",
02152 "Show" => "4",
02153 "ShowCandidate" => "4",
02154 "ShowClass" => "4",
02155 "ShowCodepage" => "4",
02156 "ShowCurrent" => "4",
02157 "ShowGallery" => "4",
02158 "ShowLibraries" => "4",
02159 "ShowMsg" => "4",
02160 "ShowRow" => "4",
02161 "ShowStepButtons" => "4",
02162 "ShowStopButton" => "4",
02163 "ShowToleranceCursor" => "4",
02164 "ShowTopic" => "4",
02165 "ShowUsingDefault" => "4",
02166 "ShowVariables" => "4",
02167 "ShowWithDefault" => "4",
02168 "Shuffle" => "4",
02169 "SimplifySelection" => "4",
02170 "Sin" => "4",
02171 "SingleMatch" => "4",
02172 "SingleSymbol" => "4",
02173 "SkipLine" => "4",
02174 "Snap" => "4",
02175 "Sort" => "4",
02176 "SortAscending" => "4",
02177 "SortDescending" => "4",
02178 "Split" => "4",
02179 "SplitLines" => "4",
02180 "Sqrt" => "4",
02181 "Start" => "4",
02182 "StartEditingWithRecovery" => "4",
02183 "StartListening" => "4",
02184 "StartNamed" => "4",
02185 "StdDev" => "4",
02186 "Step" => "4",
02187 "Stop" => "4",
02188 "StopAllDraw" => "4",
02189 "StopDraw" => "4",
02190 "StopEditing" => "4",
02191 "StopEditingWithRecovery" => "4",
02192 "StopListening" => "4",
02193 "StripFile" => "4",
02194 "Substitute" => "4",
02195 "SubtractShape" => "4",
02196 "Summarize" => "4",
02197 "SupportsAOI" => "4",
02198 "SuspendDraw" => "4",
02199 "Tan" => "4",
02200 "The" => "4",
02201 "TileWindows" => "4",
02202 "Translate" => "4",
02203 "Trim" => "4",
02204 "Truncate" => "4",
02205 "UCase" => "4",
02206 "Undo" => "4",
02207 "UndoZoom" => "4",
02208 "UngroupSelected" => "4",
02209 "UnHook" => "4",
02210 "UniformColor" => "4",
02211 "UnionSelected" => "4",
02212 "UnionWith" => "4",
02213 "Unique" => "4",
02214 "UniqueInPaths" => "4",
02215 "UnjoinAll" => "4",
02216 "UnlinkAll" => "4",
02217 "Unload" => "4",
02218 "UnloadLibrary" => "4",
02219 "UnProject" => "4",
02220 "UnProjectPt" => "4",
02221 "UnProjectRect" => "4",
02222 "Unquote" => "4",
02223 "UnregisterExtension" => "4",
02224 "UnregisterFormat" => "4",
02225 "Unselect" => "4",
02226 "UnselectAll" => "4",
02227 "UnselectAllExcept" => "4",
02228 "Update" => "4",
02229 "UpdateDefBitmap" => "4",
02230 "UpdateLegend" => "4",
02231 "UpdateSelection" => "4",
02232 "UserSnapPoint" => "4",
02233 "UseTemplate" => "4",
02234 "UseTitleBar" => "4",
02235 "UseWaitCursor" => "4",
02236 "Validate" => "4",
02237 "Warning" => "4",
02238 "Write" => "4",
02239 "WriteAll" => "4",
02240 "WriteElt" => "4",
02241 "WriteMatch" => "4",
02242 "WriteQStr" => "4",
02243 "WriteUnMatch" => "4",
02244 "Xor" => "4",
02245 "YesNo" => "4",
02246 "YesNoCancel" => "4",
02247 "ZoomIn" => "4",
02248 "ZoomOut" => "4",
02249 "ZoomToActual" => "4",
02250 "ZoomToPage" => "4",
02251 "ZoomToRect" => "4",
02252 "ZoomToScale" => "4");
02253
02254
02255
02256
02257
02258
02259
02260
02261 $this->linkscripts = array(
02262 "1" => "donothing",
02263 "2" => "donothing",
02264 "3" => "donothing",
02265 "4" => "donothing");
02266 }
02267
02268
02269 function donothing($keywordin)
02270 {
02271 return $keywordin;
02272 }
02273
02274 }?>