home *** CD-ROM | disk | FTP | other *** search
Wrap
Ami Pro/Word Pro document | 1992-06-02 | 21.8 KB | 713 lines
[ver] [sty] [files] [revisions] [recfile] [prn] PCL / HP LaserJet [lang] [desc] 660585519 611692490 [fopts] 666492766 [fopts] [lnopts] Body Text [docopts] [tag] Body Text [fnt] Tms Rmn 240 49152 [algn] 225 [spc] 100 [brk] [line] [spec] [nfmt] 280 [lay] Standard [rght] 15840 12240 1440 1440 1440 1440 1440 10800 [hrght] [lyfrm] 11200 12240 1440 1 0 0 0 0 0 0 [frmlay] 1440 12240 1440 1440 1440 10800 [txt] [frght] [lyfrm] 13248 14400 12240 15840 1 0 0 0 0 0 0 [frmlay] 15840 12240 1440 14400 1440 1440 10800 [txt] [elay] 43 0 17 0 0 1 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 84 16 47 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 128 0 20 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 182 0 29 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 236 0 21 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 289 0 28 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 341 0 10 0 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 376 0 22 1025 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0 [edoc] token|type class parmcnt wparam retval GOTO|102 1 IF|102 2 ~ IF condition expression [ELSEIF condition express] [ELSE express] ENDIF <IF Sales > 1000 "Great Job" ELSE "Keep up the good work" ENDIF> ELSEIF|102 3 ELSE|102 4 ENDIF|102 5 RETURN|102 6 FOR|102 7 NEXT|102 8 WHILE|102 9 WEND|102 10 SWITCH|102 11 CASE|102 12 DEFAULT|102 13 ENDSWITCH|102 14 BREAK|102 15 FUNCTION|102 16 Call|102 18 ~ Call filename[!macro](parameters) - Runs a macro. <Call ansi.smm!insertchar()> ONCANCEL|102 19 ONERROR|102 20 DIM|102 21 DEFSTR|102 22 TO|102 23 STEP|102 24 DECLARE|102 25 THEN|102 26 CALLI|102 28 DIALOG|102 29 ENDDIALOG|102 30 ALIAS|102 31 DEFINE|102 32 AND|110 1 OR|110 2 NOT|110 3 ;two parters|123 type END|123 1 EXIT|123 2 ;fields|125 number Bookmark|125 0 ~3Bookmark - Insert the text marked by the bookmark. <totalsales>, <LastName> Set|125 1 ~ Set GlobalVariable Expression - Sets GlobalVariable to expression. <Set totol total + subtotal>, <Set title "President"> Seq|125 2 ~2Seq SequenceName[=[exp]][-[exp]][+exp] - Custom sequencing. <Seq Figure>, <Seq Table=5>, <Seq Figure+2 %N2> PageRef|125 3 ~ PageRef BookmarkName - Returns the page where the specified bookmark resides. <Pageref Chapter5> NextRec|125 4 ~ NextRec - Advance to the next record while merging, eg: allows multiple records on the same page. <NextRec> Skip|125 5 ~ Skip - While merging, this field will not print the current record, but skips to the next. <IF country != "USA" Skip ENDIF> Button|125 6 ~ Button "DisplayText" expression - Double clicking on DisplayText will evaluate field. <Button "HELP" Message("See manual pages 345-349.")> CreateDate|125 7 ~1CreateDate - The creation date or time of the current document. <CreateDate %Db>, <CreateDate %T6> EditDate|125 8 ~1EditDate - The date or time the current document was last saved. <EditDate %Db>, <EditDate %T6> NumEdits|125 9 ~ NumEdits - Returns the number of times the current file was saved. <"Version 1.{NumEdits}"> TotalEditingTime|125 10 ~ TotalEditingTime - The accumulated edit time (in minutes). <Set Cost Rate * TotalEditingTime> NumPages|125 11 ~ NumPages - Returns the total number of pages in this document. <"Page {getpageno()} of {NumPages}"> NumWords|125 12 ~ NumWords - Returns the total number of words in this document. <NumWords> NumChars|125 13 ~ NumChars - Returns the total number of characters in this document. <NumChars> FileSize|125 14 ~ FileSize - The size of the current document (in thousands of bytes). <FileSize> MergeRec|125 16 ~ MergeRec - The current record number when merging. <IF MergeRec = 1 set total subtotal ELSE set total total + subtotal ENDIF> Include|125 17 ~ Include filename[!bookmark] - Inserts an entire file or a bookmark from another file. <Include "Standard.sam!Greeting"> Defined|125 18 ~ Defined Variable - Check to see if the given variable is defined. <IF Defined totalpages totalpages ELSE "?" ENDIF> PrintEscape|125 19 ~ PrintEscape "Escape codes" - Sends Escape codes directly to the printer. <PrintEscape "[27]&&l2H">, <PrintEscape "[0x1b]&&l30"> Index|125 20 ~ Index "Primary" [#] ["Secondary"] ["other"] - Mark for index, same as Edit/Mark Index. Void|125 21 ~ Void expression - This function nullifies the return value from field. <Void Exec("clock.exe", "", 2)> User|125 22 ~ User Anything - Returns nothing but gives the macro programmer a way to mark a location. <User 1,Something> Description|125 23 ~ Description - Doc Info description from the current document. <Description> GetBookMark|125 24 ~ GetBookMark BookMark - Returns the contents of the specified bookmark. <GetBookMark "Name"> TOC|125 25 ~ Toc Level "Text..." - Mark for Table of Contents, same as Edit/Mark Toc Entry. MergeField|125 26 ~ MergeField Mergefieldname - Insert the contents of this field at merge time. ;keycodes|116 decimalvalue %Backspace|116 8 %Tab|116 9 %Enter|116 13 %Space|116 32 %PgUp|116 33 %PgDn|116 34 %End|116 35 %Home|116 36 %Left|116 37 %Up|116 38 %Right|116 39 %Down|116 40 %Ins|116 45 %Del|116 46 %Esc|116 27 %F1|116 112 %F2|116 113 %F3|116 114 %F4|116 115 %F5|116 116 %F6|116 117 %F7|116 118 %F8|116 119 %F9|116 120 %F10|116 121 %F11|116 122 %F12|116 123 ;macro_functions_name|105 class parm_cnt Query$|105 1 -1 ~ *Query$("Message text" [,"Default text"]) - Displays a dialog box requesting input from the user. <Query$("What is your name?")> Decide|105 2 -1 ~ *Decide("Message Text") - Ask a Yes/No question. <IF decide("Use Creation date?") CreateDate ELSE EditDate ENDIF %Db> Message|105 3 -1 ~ *Message("Message Text" [,"Title"]) - Display a message. <Message("Good morning Mr. Phelps")> SingleStep|105 4 1 DEBUG|105 5 1 Type|105 6 1 UserControl|105 7 1 DDEInitiate|105 8 2 DDETerminate|105 9 1 DDEReceive$|105 10 2 DDEExecute|105 11 2 DDEAdvise|105 12 3 strchr|105 13 3 Len|105 14 1 ~ *Len(expression) - Returns the number of characters in the expression. <Len(Query$("Type something"))> Mid$|105 15 3 ~ *Mid$(expression, start, count) - Return "count" characters from expression begining at "start". <Mid$("(404) 851-0007", 2, 3)> StrCat$|105 16 -1 ~ *StrCat$(expression, expression [,expression..]) - Put two or more strings together. <StrCat$(Query$("Greeting?"), " Mr Jones.")> LCase$|105 17 1 ~ *LCase$(expression) - Convert the expression to lower case and return the result. <LCase$("Hello")> UCase$|105 18 1 ~ *UCase$(expression) - Convert the field to upper case and return the result. <UCase$("Hello")> FormatNum$|105 19 4 ~ *FormatNum$(prefix, suffix, decimals, expression) - Formats a number. <FormatNum$("$", "", 2, 235.8)> StrField$|105 20 3 ~ *StrField$(expression, n, sep) - Return the n'th element in expression, using sep as a delimeter. <StrField$("one,two,three", 2, ",")> MultiDecide|105 21 -2 Exec|105 22 -1 ~ *Exec(program, parameters [,show]) - Run another program. <Exec("123w.exe", Query$("Spread sheet name?"))> CurWord$|105 23 0 CurShade$|105 24 0 FillList|105 25 -1 DialogBox|105 26 2 GetDialogField$|105 27 1 GetViewLevel|105 28 0 GetMode|105 29 0 Messages|105 30 1 FillEdit|105 31 2 IgnoreKeyboard|105 32 1 DDEUnAdvise|105 33 2 FileChanged|105 34 2 DDEPoke|105 35 3 SendKeys|105 36 -1 GetTextBeforeCursor$|105 37 0 ActivateApp|105 38 1 chr$|105 39 1 asc|105 40 1 SetDlgCallBack|105 41 2 GetDlgItemText|105 42 2 SetDlgItemText|105 43 3 GetDlgItem|105 44 2 GetViewPrefOpts|105 45 0 GetViewPrefLevel|105 46 0 DlgKeyInterrupt|105 47 2 fgets$|105 257 1 fputs|105 258 -2 fopen|105 259 2 fclose|105 260 1 GetMarkText$|105 261 0 ftell|105 262 1 fseek|105 263 3 SetGlobalVar|105 264 2 GetGlobalVar$|105 265 1 FreeGlobalVar|105 266 1 GetOpenFileName$|105 267 0 GetDocPath$|105 268 0 GetStylePath$|105 269 0 GetBackPath$|105 270 0 AllocGlobalVar|105 271 2 SetGlobalArray|105 272 3 GetGlobalArray$|105 273 2 Pause|105 274 1 AssignKey|105 275 2 GetTime|105 276 0 IsNumeric|105 277 1 AtEof|105 278 0 GetDocInfo$|105 279 1 FindFirst$|105 280 2 FindNext$|105 281 0 CurChar$|105 282 0 DllLocate|105 283 3 DllCall|105 284 -1 RunLater|105 285 2 GetProfileString$|105 286 -1 WriteProfileString|105 287 -1 GetStyleName$|105 288 0 GetCurrentDir$|105 290 0 AnswerMsgBox|105 291 1 DarkMode|105 292 1 CursorPosition$|105 293 0 GetPageNo|105 294 0 GetMacPath$|105 295 0 HourGlass|105 296 1 DLLLoadLib|105 297 3 DLLFreeLib|105 298 1 GetGlobalVarCount|105 299 0 GetGlobalVarNames|105 300 1 GetDocInfoKeywords$|105 301 0 AddBar|105 513 0 ShowBar|105 514 1 AddMenu|105 515 2 AddMenuItem|105 516 -4 RenameMenuItem|105 517 -4 CheckMenuItem|105 518 -4 GrayMenuItem|105 519 -4 DeleteMenuItem|105 520 -2 DeleteMenu|105 521 -2 AddMenuItemDDE|105 522 -4 ChangeMenuAction|105 523 -4 AddCascadeMenu|105 524 -3 AddCascadeMenuItem|105 525 -5 ChangeCascadeAction|105 526 -5 InsertMenuItem|105 527 -5 InsertCascadeMenu|105 528 -4 InsertMenu|105 528 3 InsertCascadeMenuItem|105 529 -6 DateDiff|105 769 2 FormatDate$|105 770 2 FormatSeq$|105 771 2 Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db> FormatTime$|105 773 2 DOSGetEnv$|105 774 1 DOSGetFileAttr|105 775 1 DOSSetFileAttr|105 776 2 DOSrmdir|105 777 1 DOSrename|105 778 2 DOSdelfile|105 779 1 DOSmkdir|105 780 1 DOSchdir|105 781 1 fread|105 782 2 fwrite|105 783 -2 BracketsToBin|105 784 1 BinToBrackets|105 785 1 Round|105 786 1 Truncate|105 787 1 Mod|105 788 2 StatusBarMsg|105 789 1 ChangeIcons|105 790 1 SetIconSize|113 1 655 1 PhysicalToLogical|105 791 1 GetFmtPageStr$|105 792 1 GetCurFrameLines|105 793 10 GetCurFrameType|105 794 3 GetCurFrameBorders|105 795 9 SelectWindow|105 796 1 SelectFrameByName|105 797 1 GetAmiDirectory$|105 798 0 GetRunningMacroName$|105 799 0 IsFrameSelected|105 800 0 Beep|105 801 0 GetRunningMacroFile$|105 802 0 DOSCopyFile|105 803 2 GetCurFontInfo|105 804 4 Assign|105 805 2 Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression. <Left$("12345678", 4)> Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression. <Right$("123456789", 5)> Instr|105 808 3 AppMove|105 1025 3 AppSize|105 1026 3 AppClose|105 1027 1 AppGetWindowPos|105 1028 5 AppMaximize|105 1029 1 AppMinimize|105 1030 1 AppRestore|105 1031 1 AppIsRunning|105 1032 1 AppGetAppCount|105 1033 0 AppGetAppNames|105 1034 1 AppHide|105 1035 1 AppSendMessage|105 1036 4 ClipboardRead|105 1037 1 ClipboardWrite|105 1038 2 GetBookMarkCount|105 1039 0 GetBookMarkNames|105 1040 1 ArrayInsert|105 1041 3 ArrayDelete|105 1042 2 ArraySort|105 1043 -1 ArraySearch|105 1044 -2 ArrayInsertByKey|105 1045 -3 ArraySize|105 1046 1 GetMasterFilesCount|105 1047 0 GetMasterFiles|105 1048 1 GetBookMarkPage|105 1049 1 GetOpenFileCount|105 1050 0 GetOpenFileNames|105 1051 1 GetLayoutType|105 1281 0 GetLayoutPageSize|105 1282 4 GetLayoutRightLines|105 1283 5 GetLayoutLeftLines|105 1284 5 GetLayoutParmCnt|105 1285 1 GetLayoutParameters|105 1286 2 AmiProIndirect|105 1287 3 GetWindowsDirectory$|105 1288 0 EvalField|105 1289 1 RecOpen|105 1290 -2 RecClose|105 1291 1 RecGetField|105 1292 2 RecNextRec|105 1293 1 RecFieldCount|105 1294 1 RecFieldName$|105 1295 2 NWGetObjectCount|105 1296 1 NWGetObjectNames|105 1296 3 NWGetContainerCount|105 1297 1 NWGetContainerNames|105 1297 3 NWReferenceToFile$|105 1298 1 NWGetCurrentContainer|105 1299 2 NWGetCurrentObject$|105 1300 0 TableGetRange|105 1301 4 GetSpecialEffects$|105 1302 0 NWGetParent|105 1303 3 GetPowerFieldCount|105 1304 1 GetPowerFields|105 1305 2 GotoPowerField|105 1306 2 GetPowerFieldPage|105 1307 2 GetStyleCount|105 1308 0 GetStyleNames|105 1309 1 GetDocVar|105 1310 1 SetDocVar|105 1311 2 GetMajic|105 1312 0 GetInfo|105 1313 -1 KeyInterrupt|105 1314 1 MouseInterrupt|105 1315 1 GetIconPalette|105 1316 0 IsNewWave|105 1317 0 OnMDIActivate|105 1318 1 ;Numeric Constants|109 value ;Sammy_Functions:_name|113 parmcnt menuid retval <+#><+!>'FILE PrintEnvelope|113 0 237 1 CreateDataFile|113 0 784 1 OpenMergeFile|113 3 785 1 CreateDescriptionFile|113 -1 783 1 OpenDataFile|113 2 789 1 EditDataFile|113 0 787 1 New|113 3 101 1 FileOpen|113 3 102 1 ImportText|113 3 152 1 FileClose|113 0 147 1 NextWindow|113 0 727 1 Save|113 0 103 1 SaveAs|113 4 104 1 SaveAsObject|113 4 127 1 SaveAsMaster|113 2 130 1 Revert|113 0 105 1 ImportPicture|113 4 141 1 ImportExport|113 -4 107 1 FileManagement|113 0 108 1 DocInfo|113 3 109 1 RenameDocInfoField|113 2 125 1 DocInfoFields|113 8 140 1 DDELinks|113 -1 115 1 MasterDoc|113 0 146 1 MasterDocOpts|113 0 280 1 Merge|113 -1 110 1 MergeToFile|113 -1 110 3 MergeMacro|113 -1 110 4 MergeAction|113 1 116 1 SelectDataFile|113 2 780 1 SelectMergeDataFile|113 2 788 0 FilePrint|113 4 111 1 PrintOptions|113 3 126 1 PrintSetup|113 -1 112 1 SetMasterFiles|113 -3 284 1 SetTOCFile|113 1 285 1 SetIndexFile|113 2 283 1 SetTOCOpts|113 7 470 1 TOCOptions|113 -1 495 1 ObjectAttributes|113 4 143 1 AsciiOptions|113 1 123 1 SendMail|113 1 229 1 ReadMail|113 0 230 1 OpenPreviousFile1|113 0 133 1 OpenPreviousFile2|113 0 134 1 OpenPreviousFile3|113 0 135 1 OpenPreviousFile4|113 0 136 1 OpenPreviousFile5|113 0 137 1 <+#><+!>'EDIT Undo|113 0 151 1 Cut|113 0 153 1 Copy|113 0 154 1 Paste|113 0 155 1 InsertVariable|113 0 158 1 InsertMerge|113 0 182 1 InsertDocInfo|113 0 183 1 InsertDate|113 2 165 1 InsertMergeField|113 1 166 1 InsertDocInfoField|113 2 167 1 MarkText|113 0 159 0 MarkTOC|113 0 159 103 MarkIndexWord|113 0 180 1 MarkTOCEntry|113 0 835 1 InsertBullet|113 1 836 1 MarkBookMark|113 2 466 1 Footnotes|113 5 160 1 Notes|113 0 282 1 InsertNote|113 1 181 1 SetDefPaths|113 0 170 0 UseWorkingDir|113 1 591 1 SetDefOptions|113 2 173 1 SetDocPath|113 1 174 1 SetStylePath|113 1 175 1 SetBackPath|113 1 176 1<+#> SetMacroPath|113 1 286 1<+#> SetIconPath|113 1 518 1 FieldEvaluate|113 0 571 1 FieldLock|113 2 268 1 FieldAuto|113 2 224 1 FieldNext|113 0 569 1 FieldPrev|113 0 570 1 FieldRemove|113 2 227 1 FieldUpdate|113 3 573 1 FieldAdd|113 1 572 1 FieldSave|113 1 269 1 FieldEnd|113 0 568 1 FieldCommand|113 0 568 0 FieldToggleDisplay|113 0 266 1 FieldShowResults|113 0 225 1 FieldUpdateAll|113 0 267 1 ProtectedText|113 -1 188 1 NoHyphenation|113 -1 189 1 SetDataFile|113 4 566 1 GlossaryAdd|113 3 199 1 RevisionInsertion|113 0 187 1 InsertNewObject|113 1 589 1 <+!><+#>'OBJECT CreateANew|113 0 192 1 OpenObject|113 0 191 1 ListObjects|113 2 193 1 ShowLinks|113 1 194 1 ObjectAttributes|113 4 195 1 Share|113 0 184 1 <:#297,9360><+#><+!>'<-#><+#>VIEW FullPageView|113 0 201 1 CustomView|113 0 202 1 StandardView|113 0 203 1 EnlargedView|113 0 204 1 FacingView|113 0 212 1 LayoutMode|113 0 210 1 DraftMode|113 0 211 1 OutlineMode|113 0 218 1 ViewPreferences|113 2 206 1 ToggleCleanScreen|113 0 233 1 CleanScreenOptions|113 1 234 1 ToggleTabRuler|113 0 207 1 ShowTabRuler|113 0 207 2 HideTabRuler|113 0 207 3 ToggleIconbar|113 0 208 1 ShowIconbar|113 0 208 2 HideIconbar|113 0 208 3 LoadOptions|113 3 217 1 <+#><+!>'TEXT FastFormat|113 0 246 1 ApplyFormat|113 0 238 1 FontChange|113 4 251 1 FontRevert|113 0 251 2 LeftAlign|113 0 259 1 RightAlign|113 0 261 1 Center|113 0 260 1 Justify|113 0 262 1 Spacing|113 1 252 1 NormalText|113 0 253 1 Bold|113 -1 254 1 Italic|113 -1 255 1 Underline|113 -1 256 1 WordUnderline|113 -1 257 1 SpecialEffects|113 2 258 1 Indent|113 4 265 1 IndentAll|113 0 247 1 IndentFirst|113 0 248 1 IndentRest|113 0 249 1 Uppercase|113 0 273 1 LowerCase|113 0 287 1 InitialCaps|113 0 288 1 SmallCaps|113 0 289 1 <+#><+!>'STYLE CreateStyle|113 3 301 1 ModifyStyle|113 0 302 0 ModifySelect|113 1 311 1 ModifyBreaks|113 -3 312 1 ModifyAlignment|113 6 313 1 ModifyLines|113 8 314 1 ModifyFont|113 4 315 1 ModifySpacing|113 7 316 1 ModifyTable|113 6 317 1 ModifyEffects|113 7 318 1 ModifyReflow|113 0 319 1 UseAnotherStyle|113 2 304 1 SaveAsNewStyle|113 5 305 1 StyleManagement|113 0 303 0 SelectStyle|113 0 306 0 ToggleStylesBox|113 0 307 1 ShowStylesBox|113 0 307 2 HideStylesBox|113 0 307 3 DefineStyle|113 0 324 1 StyleManageInit|113 0 321 1 StyleManageAction|113 3 322 1 StyleManageFinish|113 0 326 1 OutlineStyle|113 -1 320 1 SetStyle|113 1 323 1 <+#><+!>'PAGE InsertLayout|113 0 378 1 RemoveLayout|113 0 373 1 RevertLayout|113 0 374 1 ModifyLayout|113 0 352 0 ModLayoutFinish|113 0 376 1 ModLayoutInit|113 1 361 1 ModLayoutPageSize|113 4 362 1 ModLayoutRightPage|113 -8 363 1 ModLayoutRightHeader|113 -8 364 1 ModLayoutRightFooter|113 -8 365 1 ModLayoutRightLines|113 5 366 1 ModLayoutLeftPage|113 -8 367 1 ModLayoutLeftHeader|113 -8 368 1 ModLayoutLeftFooter|113 -8 369 1 ModLayoutLeftLines|113 5 370 1 FloatingHeader|113 1 360 1 TabRulerInsert|113 0 371 1 TabRulerRemove|113 0 372 1 PageNumber|113 4 356 1 LineNumber|113 3 359 1 PageBreak|113 1 357 1 HeaderFooter|113 1 377 1 <+!><+#>'FRAME AddFrame|113 4 413 1 ManualFrame|113 0 409 1 AddFrameDlg|113 0 414 1 FrameLayout|113 0 402 0 GraphicsScaling|113 6 403 1 DrawingMode|113 0 411 1 ChartingMode|113 0 412 1 Equations|113 0 423 1 ImageProcessing|113 0 424 1 GroupFrames|113 0 404 1 BringFrameToFront|113 0 407 1 SendFrameToBack|113 0 408 1 SetFrameDefaults|113 17 415 1 FrameModInit|113 0 421 1 FrameModLines|113 10 416 1 FrameModType|113 3 417 1 FrameModBorders|113 9 418 1 FrameModColumns|113 -1 419 1 FrameModFinish|113 0 420 1 <+#><+!>'TOOLS GotoCmd|113 3 452 1 GotoShade|113 3 452 2 GotoAgain|113 0 458 1 FindReplace|113 0 451 0 Replace|113 5 488 1 SpellCheck|113 1 459 1 ChangeLanguage|113 3 481 1 Thesaurus|113 0 455 0 Glossary|113 1 467 1 GLossSet|113 1 468 1 Generate|113 1 465 1 Sort|113 6 456 1 ChangeShortcutKey|113 3 490 1 OnKey|113 3 422 1 AssignMacroToFile|113 3 463 1 Tables|113 -1 457 1 DeleteEntireTable|113 0 651 1 SelectEntireTable|113 0 654 1 UserSetup|113 11 162 1 MacroEdit|113 0 501 0 MacroPlay|113 0 502 0 MacroOptions|113 0 504 0 IconCustomize|113 0 209 0 IconRight|113 0 221 1 IconLeft|113 0 220 1 IconTop|113 0 222 1 IconBottom|113 0 223 1 IconFloating|113 0 219 1 RevisionMarking|113 2 460 1 RevisionMarkOpts|113 10 461 1 ReviewRevisions|113 0 558 1 DocumentCompare|113 1 500 1 <+#><+!>'WINDOW NewWindow|113 0 525 1 TileWindow|113 0 526 1 CascadeWindow|113 0 527 1 StartOfFiles|113 0 528 1 <+#><+!>'TABLES TableLayout|113 -11 626 1 TableLines|113 5 632 1 InsertColumnRow|113 3 627 1 DeleteColumnRow|113 1 628 1 DeleteEntireTable|113 0 651 1 SizeColumnRow|113 4 634 1 ConnectCells|113 0 635 1 Heading|113 0 631 1 ProtectCells|113 0 638 1 LeaderNone|113 0 642 1 LeaderDots|113 0 639 1 LeaderHyphs|113 0 640 1 LeaderLines|113 0 641 1 QuickAddCol|113 0 644 1 QuickAddRow|113 0 643 1 EditFormula|113 0 629 0 SetFormula|113 1 637 1 MoveParagraphUp|113 0 753 1 MoveParagraphDown|113 0 754 1 MoveLeftOrPromote|113 0 751 1 MoveRightOrDemote|113 0 752 1 SelectColumn|113 0 652 1 SelectRow|113 0 653 1 SelectEntireTable|113 0 654 1 <+#><+!>'HELP Help|113 0 551 0 About|113 0 552 0 MacroHelp|113 0 553 0 EnhancementProducts|113 0 555 0 UsingHelp|113 0 830 0 KeyboardHelp|113 0 831 0 HowDoIHelp|113 0 832 0 BasicsHelp|113 0 833 0 UpgradeHelp|113 0 834 0 <+#><+!>'MISC TypeOver|113 0 163 1 PageDown|113 0 186 1 PageUp|113 0 185 1 FontFaceChange|113 1 278 1 FontPointSizeChange|113 1 279 1 OutlineLevels|113 1 757 1 Delete|113 0 179 1 ControlPanel|113 0 601 1 TabRuler|113 -1 810 1 ;sammy2funs|122 parmcnt message wparam Minimize|122 0 274 61472 Maximize|122 0 274 61488 Restore|122 0 274 61728 ExitAmi|122 0 274 61536 LineDown|122 0 277 0 LineUp|122 0 277 1 ScreenDown|122 0 277 2 ScreenUp|122 0 277 3 ElevatorUpDown|122 1 277 4 TopOfFile|122 0 277 6 EndOfFile|122 0 277 7 CharRight|122 0 276 0 CharLeft|122 0 276 1 ScreenRight|122 0 276 2 ScreenLeft|122 0 276 3 ElevatorLeftRight|122 1 276 4 LeftEdge|122 0 276 6 RightEdge|122 0 276 7