home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s005 / 54.ddi / MACTOKEN.SA$ / MACTOKEN.SAM (.txt)
Encoding:
Ami Pro/Word Pro document  |  1993-10-21  |  27.5 KB  |  813 lines

  1. [ver]
  2. [sty]
  3. [files]
  4. [revisions]
  5. [recfile]
  6. [prn]
  7.     PCL / HP LaserJet
  8. [lang]
  9. [desc]
  10.     660585519
  11.     611692490
  12.     [fopts]
  13.     666492766
  14. [fopts]
  15. [lnopts]
  16.     Body Text
  17. [docopts]
  18. [tag]
  19.     Body Text
  20.     [fnt]
  21.         Tms Rmn
  22.         240
  23.         49152
  24.     [algn]
  25.         225
  26.     [spc]
  27.         100
  28.     [brk]
  29.     [line]
  30.     [spec]
  31.     [nfmt]
  32.         280
  33. [lay]
  34.     Standard
  35.     [rght]
  36.         15840
  37.         12240
  38.         1440
  39.         1440
  40.         1440
  41.         1440
  42.         1440
  43.         10800
  44.     [hrght]
  45.     [lyfrm]
  46.         11200
  47.         12240
  48.         1440
  49.         1 0 0 0 0 0 0
  50.     [frmlay]
  51.         1440
  52.         12240
  53.         1440
  54.         1440
  55.         1440
  56.         10800
  57.     [txt]
  58.     [frght]
  59.     [lyfrm]
  60.         13248
  61.         14400
  62.         12240
  63.         15840
  64.         1 0 0 0 0 0 0
  65.     [frmlay]
  66.         15840
  67.         12240
  68.         1440
  69.         14400
  70.         1440
  71.         1440
  72.         10800
  73.     [txt]
  74. [elay]
  75.     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
  76.     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
  77.     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
  78.     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
  79.     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
  80.     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
  81.     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
  82.     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
  83. [edoc]
  84. token|type class parmcnt wparam retval
  85. GOTO|102 1
  86. IF|102 2    ~ IF condition expression [ELSEIF condition express] [ELSE express] ENDIF  <IF Sales > 1000 "Great Job" ELSE "Keep up the good work" ENDIF>
  87. ELSEIF|102 3
  88. ELSE|102 4
  89. ENDIF|102 5
  90. RETURN|102 6
  91. FOR|102 7
  92. NEXT|102 8
  93. WHILE|102 9
  94. WEND|102 10
  95. SWITCH|102 11
  96. CASE|102 12
  97. DEFAULT|102 13
  98. ENDSWITCH|102 14
  99. BREAK|102 15
  100. FUNCTION|102 16
  101. Call|102 18        ~ Call filename[!macro](parameters) - Runs a macro.  <Call ansi.smm!insertchar()>
  102. ONCANCEL|102 19
  103. ONERROR|102 20
  104. DIM|102 21
  105. DEFSTR|102 22
  106. TO|102 23
  107. STEP|102 24
  108. DECLARE|102 25
  109. THEN|102 26
  110. CALLI|102 28
  111. DIALOG|102 29
  112. ENDDIALOG|102 30
  113. ALIAS|102 31
  114. DEFINE|102 32
  115. AND|110 1
  116. OR|110 2
  117. NOT|110 3
  118. ;two parters|123 type
  119. END|123 1
  120. EXIT|123 2
  121. ;fields|125 number
  122. Bookmark|125 0 ~3Bookmark - Insert the text marked by the bookmark.  <totalsales>, <LastName>
  123. Set|125 1    ~ Set GlobalVariable Expression - Sets GlobalVariable to expression.  <Set totol total + subtotal>, <Set title "President">
  124. Seq|125 2    ~2Seq SequenceName[=[exp]][-[exp]][+exp] - Custom sequencing.  <Seq Figure>, <Seq Table=5>, <Seq Figure+2 %N2>
  125. PageRef|125 3    ~ PageRef BookmarkName - Returns the page where the specified bookmark resides.  <Pageref Chapter5>
  126. NextRec|125 4    ~ NextRec - Advance to the next record while merging, eg: allows multiple records on the same page.  <NextRec>
  127. Skip|125 5    ~ Skip - While merging, this field will not print the current record, but skips to the next.  <IF country != "USA" Skip ENDIF>
  128. CreateDate|125 7    ~1CreateDate - The creation date or time of the current document.  <CreateDate %Db>, <CreateDate %T6>
  129. EditDate|125 8    ~1EditDate - The date or time the current document was last saved.  <EditDate %Db>, <EditDate %T6>
  130. NumEdits|125 9    ~ NumEdits - Returns the number of times the current file was saved.  <"Version 1.{NumEdits}">
  131. TotalEditingTime|125 10    ~ TotalEditingTime - The accumulated edit time (in minutes).  <Set Cost Rate * TotalEditingTime>
  132. NumPages|125 11    ~ NumPages - Returns the total number of pages in this document.  <"Page {getpageno()} of {NumPages}">
  133. NumWords|125 12    ~ NumWords - Returns the total number of words in this document.  <NumWords>
  134. NumChars|125 13    ~ NumChars - Returns the total number of characters in this document.  <NumChars>
  135. FileSize|125 14    ~ FileSize - The size of the current document (in thousands of bytes).  <FileSize>
  136. MergeRec|125 16 ~ MergeRec - The current record number when merging.  <IF MergeRec = 1 set total subtotal ELSE set total total + subtotal ENDIF>
  137. Include|125 17 ~ Include filename[!bookmark] - Inserts an entire file or a bookmark from another file.  <Include "Standard.sam!Greeting">
  138. Defined|125 18 ~ Defined Variable - Check to see if the given variable is defined.  <IF Defined totalpages totalpages ELSE "?" ENDIF>
  139. Index|125 20 ~ Index "Primary" [#] ["Secondary"] ["other"] - Mark for index, same as Edit/Mark Index.
  140. Void|125 21 ~ Void expression - This function nullifies the return value from field.  <Void Exec("clock.exe", "", 2)>
  141. User|125 22 ~ User Anything - Returns nothing but gives the macro programmer a way to mark a location.  <User 1,Something>
  142. Description|125 23 ~ Description - Doc Info description from the current document. <Description>
  143. GetBookMark|125 24 ~ GetBookMark BookMark - Returns the contents of the specified bookmark. <GetBookMark "Name">
  144. TOC|125 25 ~ Toc Level "Text..." - Mark for Table of Contents, same as Edit/Mark Toc Entry.
  145. MergeField|125 26 ~ MergeField Mergefieldname - Insert the contents of this field at merge time.
  146. ;keycodes|116 decimalvalue
  147. %Backspace|116 8
  148. %Tab|116 9
  149. %Enter|116 13
  150. %Space|116 32
  151. %PgUp|116 33
  152. %PgDn|116 34
  153. %End|116 35
  154. %Home|116 36
  155. %Left|116 37
  156. %Up|116 38
  157. %Right|116 39
  158. %Down|116 40
  159. %Ins|116 45
  160. %Del|116 46
  161. %Esc|116 27
  162. %F1|116 112
  163. %F2|116 113
  164. %F3|116 114
  165. %F4|116 115
  166. %F5|116 116
  167. %F6|116 117
  168. %F7|116 118
  169. %F8|116 119
  170. %F9|116 120
  171. %F10|116 121
  172. %F11|116 122
  173. %F12|116 123
  174. ;macro_functions_name|105 class parm_cnt
  175. Query$|105 1 -1    ~ *Query$("Message text" [,"Default text"]) - Displays a dialog box requesting input from the user.  <Query$("What is your name?")>
  176. Query|105 1 -1
  177. Decide|105 2 -1 ~ *Decide("Message Text") - Ask a Yes/No question.  <IF decide("Use Creation date?") CreateDate ELSE EditDate ENDIF %Db>
  178. Message|105 3 -1    ~ *Message("Message Text" [,"Title"]) - Display a message.  <Message("Good morning Mr. Phelps")>
  179. SingleStep|105 4 1
  180. DEBUG|105 5 1
  181. Type|105 6 1
  182. UserControl|105 7 1
  183. DDEInitiate|105 8 2
  184. DDETerminate|105 9 1
  185. DDEReceive$|105 10 2
  186. DDEReceive|105 10 2
  187. DDEExecute|105 11 2
  188. DDEAdvise|105 12 3
  189. strchr|105 13 3
  190. Len|105 14 1    ~ *Len(expression) - Returns the number of characters in the expression.  <Len(Query$("Type something"))>
  191. Mid$|105 15 3    ~ *Mid$(expression, start, count) - Return "count" characters from expression begining at "start".  <Mid$("(404) 851-0007", 2, 3)>
  192. Mid|105 15 3
  193. StrCat$|105 16 -1    ~ *StrCat$(expression, expression [,expression..]) - Put two or more strings together.  <StrCat$(Query$("Greeting?"), " Mr Jones.")>
  194. StrCat|105 16 -1
  195. LCase$|105 17 1    ~ *LCase$(expression) - Convert the expression to lower case and return the result.  <LCase$("Hello")>
  196. LCase|105 17 1
  197. UCase$|105 18 1    ~ *UCase$(expression) - Convert the field to upper case and return the result.  <UCase$("Hello")>
  198. UCase|105 18 1
  199. FormatNum$|105 19 4 ~ *FormatNum$(prefix, suffix, decimals, expression) - Formats a number.  <FormatNum$("$", "", 2, 235.8)>
  200. FormatNum|105 19 4
  201. 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, ",")>
  202. StrField|105 20 3
  203. MultiDecide|105 21 -2
  204. Exec|105 22 -1    ~ *Exec(program, parameters [,show]) - Run another program.  <Exec("123w.exe", Query$("Spread sheet name?"))>
  205. CurWord$|120 0 _$$3CurWord$
  206. CurWord|120 0 _$$3CurWord$
  207. CurShade$|120 0 _$$3CurShade$
  208. CurShade|120 0 _$$3CurShade$
  209. FillList|105 25 -1
  210. DialogBox|105 26 2
  211. GetDialogField$|105 27 1
  212. GetDialogField|105 27 1
  213. GetViewLevel|120 0 _$$4GetViewLevel
  214. GetMode|120 0 _$$4GetMode
  215. Messages|105 30 1
  216. FillEdit|105 31 2
  217. IgnoreKeyboard|105 32 1
  218. DDEUnAdvise|105 33 2
  219. FileChanged|120 2 _$$2FileChanged
  220. DDEPoke|105 35 3
  221. SendKeys|105 36 -1
  222. GetTextBeforeCursor$|120 0 _$$4GetTextBeforeCursor
  223. GetTextBeforeCursor|120 0 _$$4GetTextBeforeCursor
  224. ActivateApp|105 38 1
  225. chr$|105 39 1
  226. chr|105 39 1
  227. asc|105 40 1
  228. SetDlgCallBack|105 41 2
  229. GetDlgItemText|105 42 2
  230. SetDlgItemText|105 43 3
  231. GetDlgItem|105 44 2
  232. GetViewPrefOpts|120 0 _$$2GetViewPrefOpts
  233. GetViewPrefLevel|134 .UserInterface.Preferences.CustomLevel
  234. DlgKeyInterrupt|105 47 2
  235. Event|105 48 -5
  236. BeginChange|105 49 -1
  237. EndChange|105 50 -1
  238. Abort|105 51 1
  239. GetPassedParmCnt|105 52 0
  240. DlgEnableControl|105 53 3
  241. DlgClearControl|105 54 2
  242. DlgSetFocus|105 55 2
  243. DlgHideControl|105 56 3
  244. Enumerate|105 57 2
  245. SendControl|105 58 -1
  246. SendPrimitive|105 59 -1
  247. DlgGetListBoxCount|105 60 2
  248. DlgGetListBoxIndex|105 61 2
  249. DlgSetListBoxIndex|105 62 3
  250. DlgGetListBoxLine$|105 63 3
  251. DlgGetListBoxLine|105 63 3
  252. DlgClose|105 64 1
  253. DlgListBoxDeleteItem|105 65 3
  254. DlgListBoxInsertItem|105 66 4
  255. PostCommand|105 67 1
  256. SendCommand|105 68 -1
  257. UnStack|105 69 1
  258. Stack|105 70 0
  259. SubClassDialog|105 71 2
  260. DlgSetDefaultButton|105 72 2
  261. DlgSetHelpNumber|105 73 1
  262. DlgLimitText|105 74 3
  263. DlgSetCaption|105 75 2
  264. RexxCmd|105 76 -1
  265. RexxFunction|105 77 1
  266. _NoCanDo|105 78 0
  267. IsOkToRun|105 79 1
  268. GetHomeDirectory$|105 80 0
  269. QueryVerb|105 81 -1
  270. SetLogging|105 82 1
  271. EnableAmipro|105 83 1
  272. GetAmiMainhWnd|105 84 0
  273. GetAmiActivehWnd|105 85 0
  274. fgets$|105 257 1
  275. fgets|105 257 1
  276. fputs|105 258 -2
  277. fopen|105 259 2
  278. fclose|105 260 1
  279. GetMarkText$|120 0 _$$5GetMarkText
  280. GetMarkText|120 0 _$$5GetMarkText
  281. ftell|105 262 1
  282. fseek|105 263 3
  283. SetGlobalVar|105 264 2
  284. GetGlobalVar$|105 265 1
  285. GetGlobalVar|105 265 1
  286. FreeGlobalVar|105 266 1
  287. GetOpenFileName$|120 0 _$$2GetOpenFileName$
  288. GetOpenFileName|120 0 _$$2GetOpenFileName$
  289. CatSlash|120 1 _$$5CatSlash
  290. GetDocPath$|134 CatSlash(.UserInterface.Preferences.Document)
  291. GetDocPath|134 CatSlash(.UserInterface.Preferences.Document)
  292. GetStylePath$|134 CatSlash(.UserInterface.Preferences.StylePath)
  293. GetStylePath|134 CatSlash(.UserInterface.Preferences.StylePath)
  294. GetBackPath$|134 CatSlash(.UserInterface.Preferences.Backup)
  295. GetBackPath|134 CatSlash(.UserInterface.Preferences.Backup)
  296. AllocGlobalVar|105 271 2
  297. SetGlobalArray|105 272 3
  298. GetGlobalArray$|105 273 2
  299. GetGlobalArray|105 273 2
  300. Pause|105 274 1
  301. AssignKey|105 275 2
  302. GetTime|105 276 0
  303. IsNumeric|105 277 1
  304. AtEof|120 0 _$$4AtEof
  305. GetDocInfo$|120 1 _$$1GetDocInfo$
  306. GetDocInfo|120 1 _$$1GetDocInfo$
  307. FindFirst$|105 280 2
  308. FindFirst|105 280 2
  309. FindNext$|105 281 0
  310. FindNext|105 281 0
  311. CurChar$|120 0 _$$4CurChar
  312. CurChar|120 0 _$$4CurChar
  313. DllLocate|105 283 3
  314. DllCall|105 284 -1
  315. RunLater|105 285 2
  316. GetProfileString$|105 286 -1
  317. GetProfileString|105 286 -1
  318. WriteProfileString|105 287 -1
  319. GetStyleName$|105 288 0
  320. GetStyleName|105 288 0
  321. GetCurrentDir$|105 290 0
  322. GetCurrentDir|105 290 0
  323. AnswerMsgBox|105 291 1
  324. DarkMode|105 292 1
  325. CursorPosition$|105 293 0
  326. CursorPosition|105 293 0
  327. GetPageNo|134 .Page.ID
  328. GetMacPath$|134 CatSlash(.UserInterface.Preferences.Macro)
  329. GetMacPath|134 CatSlash(.UserInterface.Preferences.Macro)
  330. HourGlass|105 296 1
  331. DLLLoadLib|105 297 3
  332. DLLFreeLib|105 298 1
  333. GetGlobalVarCount|105 299 0
  334. GetGlobalVarNames|105 300 1
  335. GetDocInfoKeyWords$|120 0 _$$1GetDocInfoKeyWords$
  336. GetDocInfoKeyWords|120 0 _$$1GetDocInfoKeyWords$
  337. GlossaryOpen|105 302 1
  338. GlossaryLookup|105 303 2
  339. GlossaryClose|105 304 1
  340. AddBar|105 78 0
  341. ShowBar|105 78 1
  342. AddMenu|105 515 2
  343. AddMenuItem|105 516 -4
  344. RenameMenuItem|105 517 -4
  345. CheckMenuItem|105 518 -4
  346. GrayMenuItem|105 519 -4
  347. DeleteMenuItem|105 520 -2
  348. DeleteMenu|105 521 -2
  349. AddMenuItemDDE|105 522 -4
  350. ChangeMenuAction|105 523 -4
  351. AddCascadeMenu|105 524 -3
  352. AddCascadeMenuItem|105 525 -5
  353. ChangeCascadeAction|105 526 -5
  354. InsertMenuItem|105 527 -5
  355. InsertCascadeMenu|105 528 -4
  356. InsertMenu|105 528 3
  357. InsertCascadeMenuItem|105 529 -6
  358. DateDiff|105 769 2
  359. FormatDate$|105 770 2
  360. FormatDate|105 770 2
  361. FormatSeq$|105 771 2
  362. FormatSeq|105 771 2
  363. Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db>
  364. FormatTime$|105 773 2
  365. FormatTime|105 773 2
  366. DOSGetEnv$|105 774 1
  367. DOSGetEnv|105 774 1
  368. DOSGetFileAttr|105 775 1
  369. DOSSetFileAttr|105 776 2
  370. DOSrmdir|105 777 1
  371. DOSrename|105 778 2
  372. DOSdelfile|105 779 1
  373. DOSmkdir|105 780 1
  374. DOSchdir|105 781 1
  375. fread|105 782 2
  376. fwrite|105 783 -2
  377. BracketsToBin|105 784 1
  378. BinToBrackets|105 785 1
  379. Round|105 786 1
  380. Truncate|105 787 1
  381. Mod|105 788 2
  382. StatusBarMsg|105 789 1
  383. ChangeIcons|134 .UserInterface.SmartIcons.Load(%1)
  384. SetIconSize|120 1 _$$3SetIconSize
  385. PhysicalToLogical|120 1 _$$5PhysicalToLogical
  386. GetFmtPageStr$|120 1 _$$5GetFmtPageStr
  387. GetFmtPageStr|120 1 _$$5GetFmtPageStr
  388. GetCurFrameLines|120 10 _$$2GetCurFrameLines
  389. GetCurFrameType|120 3 _$$2GetCurFrameType
  390. GetCurFrameBorders|120 9 _$$2GetCurFrameBorders
  391. SelectWindow|105 796 1
  392. SelectFrameByName|134 MarkBookMark(%1, 4002)
  393. GetAmiDirectory$|105 798 0
  394. GetAmiDirectory|105 798 0
  395. GetRunningMacroName$|105 799 0
  396. GetRunningMacroName|105 799 0
  397. IsFrameSelected|120 0 _$$2IsFrameSelected
  398. Beep|105 801 0
  399. GetRunningMacroFile$|105 802 0
  400. GetRunningMacroFile|105 802 0
  401. DOSCopyFile|105 803 2
  402. GetCurFontInfo|105 804 4
  403. Assign|105 805 2
  404. Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression.  <Left$("12345678", 4)>
  405. Left|105 806 2
  406. Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression.  <Right$("123456789", 5)>
  407. Right|105 807 2
  408. Instr|105 808 3
  409. AppMove|105 1025 3
  410. AppSize|105 1026 3
  411. AppClose|105 1027 1
  412. AppGetWindowPos|105 1028 5
  413. AppMaximize|105 1029 1
  414. AppMinimize|105 1030 1
  415. AppRestore|105 1031 1
  416. AppIsRunning|105 1032 1
  417. AppGetAppCount|105 1033 0
  418. AppGetAppNames|105 1034 1
  419. AppHide|105 1035 1
  420. AppSendMessage|105 1036 4
  421. ClipboardRead|105 1037 1
  422. ClipboardWrite|105 1038 2
  423. GetBookMarkCount|120 0 _$$3GetBookMarks
  424. GetBookMarkNames|120 1 _$$3GetBookMarks
  425. ArrayInsert|105 1041 3
  426. ArrayDelete|105 1042 2
  427. ArraySort|105 1043 -1
  428. ArraySearch|105 1044 -2
  429. ArrayInsertByKey|105 1045 -3
  430. ArraySize|105 1046 1
  431. GetMasterFilesCount|120 0 _$$4MasterFile
  432. GetMasterFiles|120 1 _$$4MasterFile
  433. GetBookMarkPage|120 1 _$$5GetBookMarkPage
  434. GetOpenFileCount|105 1050 0
  435. GetOpenFileNames|105 1051 1
  436. GetLayoutType|120 0 _$$3GetLayoutType
  437. GetLayoutPageSize|120 4 _$$3GetLayoutPageSize
  438. GetLayoutRIghtLines|105 78 5    'NotSupported
  439. GetLayoutLeftLines|120 5 _$$3GetLayoutLeftLines
  440. GetLayoutParmCnt|105 1285 1
  441. GetLayoutParameters|105 1286 2
  442. AmiProIndirect|105 1287 3
  443. GetWindowsDirectory$|105 1288 0
  444. GetWindowsDirectory|105 1288 0
  445. EvalField|105 1289 1
  446. RecOpen|105 1290 -2
  447. RecClose|105 1291 1
  448. RecGetField|105 1292 2
  449. RecNextRec|105 1293 1
  450. RecFieldCount|105 1294 1
  451. RecFieldName$|105 1295 2
  452. RecFieldName|105 1295 2
  453. NWGetObjectCount|105 1296 1
  454. NWGetObjectNames|105 1296 3
  455. NWGetContainerCount|105 1297 1
  456. NWGetContainerNames|105 1297 3
  457. NWReferenceToFile$|105 1298 1
  458. NWGetCurrentContainer|105 1299 2
  459. NWGetCurrentObject$|105 1300 0
  460. TableGetRange|120 4 _$$4TableGetRange 
  461. GetSpecialEffects$|105 1302 0
  462. GetSpecialEffects|105 1302 0
  463. NWGetParent|105 1303 3
  464. GetPowerFieldCount|105 1304 1
  465. GetPowerFields|105 1305 2
  466. GotoPowerField|120 2 _$$5GotoPowerField
  467. GetPowerFieldPage|120 2 _$$5GetPowerFieldPage
  468. GetStyleCount|105 1308 0
  469. GetStyleNames|105 1309 1
  470. GetDocVar|134 .UserInterface.UIDocument.NamedGetProperty(%1)
  471. SetDocVar|134 .UserInterface.UIDocument.NamedSetProperty(%1, %2)
  472. GetMajic|105 1312 0
  473. GetInfo|105 1313 -1
  474. KeyInterrupt|105 1314 1
  475. MouseInterrupt|105 1315 1
  476. GetIconPalette|134 .UserInterface.SmartIcons.Name
  477. IsNewWave|134 0
  478. OnMDIActivate|105 78 1    'NotSupported
  479. ;Numeric Constants|109 value
  480. Event_Key|109 0
  481. Event_MouseDown|109 1
  482. Event_MouseUp|109 2
  483. Event_MouseMove|109 3
  484. Event_HScroll|109 6
  485. Event_VScroll|109 7
  486. Event_Size|109 9
  487. ;Sammy_Functions:_name|113 parmcnt menuid retval
  488. <+#><+!>'FILE
  489. PrintEnvelope|113 0 237 1
  490. MergeWelcome|113 0 781 0
  491. CreateDataFile|113 0 784 1
  492. OpenMergeFile|113 3 785 _$$4OpenMergeFile
  493. CreateDescriptionFile|113 -1 783 _$$4CreateDescriptionFile
  494. OpenDataFile|113 2 789 _$$4OpenDataFile
  495. EditDataFile|113 0 787 1
  496. New|113 3 101 _$$1New
  497. FileOpen|113 3 102 _$$1FileOpen
  498. OpenFile|113 2 790 1
  499. ImportText|113 3 152 1
  500. FileClose|113 0 732 1
  501. NextWindow|113 0 727 1
  502. Save|113 0 103 1
  503. SaveAs|113 4 104 _$$2SaveAs
  504. SaveAsObject|113 4 127 1
  505. SaveAsMaster|113 2 130 1
  506. Revert|113 0 105 1
  507. ImportPicture|113 4 141 _$$4ImportPicture
  508. ImportExport|113 -4 107 1
  509. FileManagement|120 0 _$$5FileManagement
  510. _FileManagement|113 0 108 1
  511. DocInfo|113 3 109 _$$1DocInfo
  512. RenameDocInfoField|113 2 125 _$$1RenameDIF
  513. DocInfoFields|113 8 140 _$$1DocInfoFields
  514. DDELinks|113 -1 115 1
  515. MasterDoc|113 0 146 0
  516. MasterDocOpts|105 78 0    'NotSupported
  517. Merge|113 -1 110 _$$4Merge
  518. MergeToFile|113 -1 110 _$$4MergeToFile
  519. MergeMacro|113 -1 110 _$$4MergeMacro
  520. MergeAction|113 1 116 _$$4MergeAction
  521. SelectDataFile|113 2 780 _$$4SelectDataFile
  522. SelectMergeDataFile|113 2 788 0
  523. FilePrint|113 4 111 _$$3FilePrint
  524. PrintOptions|113 3 126 _$$3PrintOptions
  525. PrintSetup|113 -1 112 _$$5PrintSetup
  526. SetMasterFiles|120 -3 _$$4SetMasterFiles
  527. SetTOCFile|120 1 _$$4SetTOCFile
  528. SetIndexFile|120 2 _$$4SetIndexFile
  529. SetTOCOpts|113 7 470 _$$3SetTOCOpts
  530. TOCOptions|113 -1 495 _$$3TOCOptions
  531. ObjectAttributes|113 4 143 1
  532. AsciiOptions|113 1 123 1
  533. SendMail|113 1 229 1
  534. ReadMail|113 0 230 1
  535. OpenPreviousFile1|113 0 133 1
  536. OpenPreviousFile2|113 0 134 1
  537. OpenPreviousFile3|113 0 135 1
  538. OpenPreviousFile4|113 0 136 1
  539. OpenPreviousFile5|113 0 137 1
  540. <+#><+!>'EDIT
  541. Undo|113 0 151 1
  542. Cut|113 0 153 1
  543. Copy|113 0 154 1
  544. Paste|113 0 155 1
  545. InsertVariable|113 0 158 0
  546. InsertMerge|113 0 182 0
  547. InsertDocInfo|113 0 183 0
  548. InsertDate|113 2 165 _$$2InsertDate
  549. InsertMergeField|134 FieldAdd(%1)
  550. InsertDocInfoField|120 2 _$$5InsertDocInfoField
  551. MarkText|113 0 159 0
  552. MarkTOC|113 0 159 103
  553. MarkIndexWord|113 0 180 0
  554. MarkTOCEntry|113 0 835 0
  555. InsertBullet|113 1 836 _$$2InsertBullet
  556. MarkBookMark|113 2 466 _$$4MarkBookMark
  557. Footnotes|113 5 160 _$$3Footnotes
  558. Notes|113 0 282 1
  559. InsertNote|120 1 _$$5InsertNote
  560. SetDefPaths|105 78 0    'NotSupported
  561. UseWorkingDir|113 1 591 _$$3UseWorkingDir
  562. SetDefOptions|113 2 173 _$$4SetDefOptions
  563. SetDocPath|113 1 174 _$$1SetDocPath
  564. SetStylePath|113 1 175 _$$1SetStylePath
  565. SetBackPath|113 1 176 _$$1SetBackPath
  566. SetMacroPath|113 1 286 _$$1SetMacroPath
  567. SetIconPath|113 1 518 _$$1SetIconPath
  568. FieldEvaluate|113 0 571 1
  569. FieldLock|120 2 _$$5FieldLock
  570. FieldAuto|120 2 _$$5FieldAuto
  571. FieldNext|113 0 569 _$$5FieldNext
  572. FieldPrev|113 0 570 _$$5FieldPrev
  573. FieldRemove|120 2 _$$5FieldRemove
  574. FieldUpdate|120 3 _$$5FieldUpdate
  575. FieldAdd|134 .InsertField(%1)
  576. FieldSave|113 1 269 1
  577. FieldEnd|113 0 568 1
  578. FieldCommand|113 0 568 0
  579. FieldToggleDisplay|113 0 266 0
  580. FieldShow|120 -1 _$$4FieldShow
  581. FieldShowResults|134 FieldShow(1)
  582. FieldUpdateAll|113 0 267 1
  583. ProtectedText|113 -1 188 1
  584. NoHyphenation|113 -1 189 1
  585. SetDataFile|134 SelectDataFile(%1, %3)
  586. GlossaryAdd|113 3 199 1
  587. RevisionInsertion|113 0 187 1
  588. InsertNewObject|113 1 589 1
  589. <+!><+#>'OBJECT
  590. CreateANew|113 0 192 1
  591. OpenObject|113 0 191 1
  592. ListObjects|113 2 193 1
  593. ShowLinks|113 1 194 1
  594. ObjectAttributes|113 4 195 1
  595. Share|113 0 184 1
  596. <:#297,9360><+#><+!>'<-#><+#>VIEW
  597. FullPageView|113 0 201 1
  598. CustomView|113 0 202 1
  599. WorkingView|113 0 202 1
  600. StandardView|113 0 203 1
  601. EnlargedView|113 0 204 1
  602. FacingView|113 0 214 1
  603. LayoutMode|113 0 210 1
  604. DraftMode|113 0 211 1
  605. OutlineMode|113 0 218 1
  606. ViewPreferences|113 2 206 _$$2ViewPreferences
  607. ToggleCleanScreen|113 0 233 1
  608. CleanScreenOptions|113 1 234 _$$3CleanScreenOptions
  609. ToggleTabRuler|113 0 207 1
  610. ShowTabRuler|134 __$TabRuler(1)
  611. HideTabRuler|134 __$TabRuler(2)
  612. __$TabRuler|120 1 _$$2TabRuler
  613. ToggleIconbar|113 0 208 1
  614. ShowIconbar|120 0 _$$1ShowIconBar
  615. HideIconbar|120 0 _$$1HideIconBar
  616. LoadOptions|113 3 217 _$$1LoadOptions
  617. <+#><+!>'TEXT
  618. FastFormat|134 .FastFormat(0)
  619. ApplyFormat|113 0 238 1
  620. FontChange|113 4 251 _$$1FontChange
  621. FontRevert|113 0 251 _$$1FontRevert
  622. LeftAlign|113 0 259 1
  623. RightAlign|113 0 261 1
  624. Center|113 0 260 1
  625. Justify|113 0 262 1
  626. Spacing|113 1 252 _$$2Spacing
  627. NormalText|113 0 253 _$$2NormalText
  628. Bold|113 -1 254 _$$3Bold
  629. Italic|113 -1 255 _$$3Italic
  630. Underline|113 -1 256 _$$3Underline
  631. WordUnderline|113 -1 257 _$$3WordUnderline
  632. SpecialEffects|113 2 258 _$$3SpecialEffects
  633. Indent|113 4 265 _$$1Indent
  634. IndentAll|113 0 247 _$$1IndentAll
  635. IndentFirst|113 0 248 _$$1IndentFirst
  636. IndentRest|113 0 249 _$$1IndentRest
  637. Uppercase|113 0 273 _$$1Uppercase
  638. LowerCase|113 0 287 _$$1LowerCase
  639. InitialCaps|113 0 288 1
  640. SmallCaps|113 0 289 _$$1SmallCaps
  641. <+#><+!>'STYLE
  642. CreateStyle|113 3 301 _$$1CreateStyle
  643. ModifyStyle|113 0 302 0
  644. ModifySelect|120 1 _$$5ModifySelect
  645. ModifyBreaks|113 -3 312 _$$1ModifyBreaks
  646. ModifyAlignment|113 6 313 _$$1ModifyAlignment
  647. ModifyLines|113 8 314 _$$1ModifyLines
  648. ModifyFont|113 4 315 _$$1ModifyFont
  649. ModifySpacing|113 7 316 _$$1ModifySpacing
  650. ModifyTable|113 6 317 _$$1ModifyTable
  651. ModifyEffects|113 7 318 _$$1ModifyEffects
  652. ModifyReflow|134 SetGlobalVar("__MODIFY_SELECT__", "")
  653. UseAnotherStyle|113 2 304 1
  654. SaveAsNewStyle|113 5 305 _$$5SaveAsNewStyle
  655. StyleManagement|113 0 303 0
  656. SelectStyle|113 0 306 0
  657. ToggleStylesBox|105 78 0    'NotSupported
  658. ShowStylesBox|105 78 0    'NotSupported
  659. HideStylesBox|113 0 307 3
  660. DefineStyle|113 0 324 1
  661. StyleManageInit|120 0 _$$2NULL
  662. StyleManageAction|105 78 3    'NotSupported
  663. StyleManageFinish|120 0 _$$2NULL
  664. OutlineStyle|113 -1 320 _$$5OutlineStyle
  665. SetStyle|113 1 323 _$$1SetStyle
  666. <+#><+!>'PAGE
  667. InsertLayout|134 .InsertPageLayout()
  668. RemoveLayout|134 .RemovePageLayout()
  669. RevertLayout|134 .RevertPageLayout()
  670. ModifyLayout|113 0 352 0
  671. ModLayoutFinish|120 0 _$$3ModLayoutFinish
  672. ModLayoutInit|120 1 _$$3ModLayoutInit
  673. ModLayoutPageSize|120 4 _$$3ModLayoutPageSize
  674. ModLayoutRightPage|120 -8 _$$3ModLayoutRightPage
  675. ModLayoutRightHeader|120 -8 _$$3ModLayoutRightHeader
  676. ModLayoutRightFooter|120 -8 _$$3ModLayoutRightFooter
  677. ModLayoutRightLines|120 5 _$$3ModLayoutRightLines
  678. ModLayoutLeftPage|120 -8 _$$3ModLayoutLeftPage
  679. ModLayoutLeftHeader|120 -8 _$$3ModLayoutLeftHeader
  680. ModLayoutLeftFooter|120 -8 _$$3ModLayoutLeftFooter
  681. ModLayoutLeftLines|120 5 _$$3ModLayoutLeftLines
  682. FloatingHeader|105 78 1    'NotSupported
  683. TabRulerInsert|113 0 371 _$$3TabRulerInsert
  684. TabRulerRemove|113 0 372 _$$3TabRulerRemove
  685. PageNumber|113 4 356 _$$3PageNumber
  686. LineNumber|113 3 359 _$$5LineNumber
  687. PageBreak|113 1 357 _$$3PageBreak
  688. HeaderFooter|113 1 377 _$$3HeaderFooter
  689. FloatHeader|113 0 360 0
  690. <+!><+#>'FRAME
  691. 'AddFrame|113 4 413 1
  692. AddFrame|113 4 413 _$$2AddFrame
  693. ManualFrame|113 0 409 1
  694. AddFrameDlg|113 4 414 1
  695. FrameLayout|113 0 402 0
  696. GraphicsScaling|105 78 6    'NotSupported
  697. DrawingMode|105 78 0    'NotSupported
  698. ChartingMode|113 0 412 1
  699. Equations|134 .CreateGraphic("AmiEqn")
  700. ImageProcessing|113 0 424 1
  701. GroupFrames|113 0 404 1
  702. BringFrameToFront|120 0 _$$5BringFrameToFront
  703. SendFrameToBack|120 0 _$$5SendFrameToBack
  704. SetFrameDefaults|120 17 _$$5SetFrameDefaults
  705. FrameModInit|120 0 _$$2NULL
  706. FrameModLines|120 10 _$$2FrameModLines
  707. FrameModType|120 3 _$$2FrameModType
  708. FrameModBorders|120 9 _$$2FrameModBorders
  709. FrameModColumns|113 -1 419 1
  710. FrameModFinish|120 0 _$$2NULL
  711. <+#><+!>'TOOLS
  712. GotoCmd|113 3 452 _$$1GotoCmd
  713. GotoShade|105 78 3    'NotSupported
  714. GotoAgain|113 0 452 _$$1GotoAgain
  715. FindReplace|113 0 451 0
  716. Replace|120 5 _$$4Replace
  717. Spell|113 0 475 0
  718. SpellCheck|113 1 459 _$$4SpellCheck
  719. ChangeLanguage|113 3 481 _$$4ChangeLanguage
  720. Thesaurus|113 0 455 0
  721. Glossary|113 1 467 _$$3Glossary
  722. GlossSet|113 1 468 _$$3GlossSet
  723. Generate|113 1 465 _$$5Generate
  724. Sort|113 6 456 1
  725. ChangeShortcutKey|113 3 490 _$$4ChangeShortcutKey
  726. OnKey|134 .UserInterface.Accelerators.Add(%3, %1, %2, 1)
  727. AssignMacroToFile|113 3 463 _$$4AssignMacroToFile
  728. Tables|113 -1 457 _$$2Tables
  729. UserSetup|113 11 162 _$$3UserSetup
  730. MacroEdit|113 0 501 0
  731. MacroPlay|113 0 502 0
  732. MacroOptions|113 0 504 0
  733. IconCustomize|134 .UserInterface.SmartIcons.Configure()
  734. __$IconPos|120 1 _$$3IconPos
  735. IconRight|134 __$IconPos(3)
  736. IconLeft|134 __$IconPos(1)
  737. IconTop|134 __$IconPos(2)
  738. IconBottom|134 __$IconPos(4)
  739. IconFloating|134 __$IconPos(5)
  740. RevisionMarking|113 2 460 _$$1RevisionMarking
  741. RevisionMarkOpts|113 10 461 _$$1RevisionMarkOpts
  742. ReviewRevisions|113 0 588 _$$1ReviewRevisions
  743. DocumentCompare|113 1 500 1
  744. <+#><+!>'WINDOW
  745. NewWindow|134 .NewWindowCmd()
  746. TileWindow|113 0 256 _$$3TileWindow
  747. CascadeWindow|113 0 257 _$$3CascadeWindow
  748. StartOfFiles|113 0 528 1
  749. <+#><+!>'TABLES
  750. TableLayout|113 -11 626 _$$2TableLayout
  751. TableLines|113 5 632 _$$2TableLines
  752. InsertColumnRow|113 3 627 _$$1InsertColumnRow
  753. DeleteColumnRow|113 1 628 _$$1DeleteColumnRow
  754. SizeColumnRow|113 4 634 _$$1SizeColumnRow
  755. ConnectCells|113 0 635 _$$5ConnectCells
  756. Heading|113 0 631 1
  757. ProtectCells|113 0 638 _$$1ProtectCells
  758. LeaderNone|113 0 642 0
  759. LeaderDots|113 0 639 0
  760. LeaderHyphs|113 0 640 0
  761. LeaderLines|113 0 641 0
  762. QuickAddCol|113 0 644 0
  763. QuickAddRow|113 0 643 0
  764. EditFormula|113 0 629 0
  765. SetFormula|113 1 637 _$$1SetFormula
  766. MoveParagraphUp|105 78 0    'NotSupported
  767. MoveParagraphDown|105 78 0    'NotSupported
  768. MoveLeftOrPromote|105 78 0    'NotSupported
  769. MoveRightOrDemote|105 78 0    'NotSupported
  770. SelectColumn|134 .Table.Select(Column)
  771. SelectRow|134 .Table.Select(Row)
  772. SelectEntireTable|134 .Table.Select(Table)
  773. DeleteEntireTable|134 .Table.Delete(Table)
  774. <+#><+!>'HELP
  775. Help|113 0 551 0
  776. About|113 0 552 0
  777. MacroHelp|113 0 553 0
  778. EnhancementProducts|113 0 555 0
  779. UsingHelp|113 0 830 0
  780. KeyboardHelp|113 0 831 0 
  781. HowDoIHelp|113 0 832 0 
  782. BasicsHelp|113 0 833 0
  783. UpgradeHelp|113 0 834 0
  784. <+#><+!>'MISC
  785. TypeOver|120 -1 _$$4TypeOver
  786. PageDown|134 .Forward(Page, 1, "")
  787. PageUp|134 .Backward(Page, 1, "")
  788. FontFaceChange|113 1 278 _$$1FontFaceChange
  789. FontPointSizeChange|113 1 279 _$$1FontPointSizeChange
  790. OutlineLevels|113 1 757 1
  791. Delete|113 0 179 1
  792. ControlPanel|113 0 601 1
  793. TabRuler|105 78 -1    'NotSupported
  794. ;sammy2funs|122 parmcnt message wparam
  795. Minimize|122 0 274 61472
  796. Maximize|122 0 274 61488
  797. Restore|122 0 274 61728
  798. ExitAmi|122 0 274 61536
  799. LineDown|134 Event(Event_VScroll, 0, 1, 0, 0)
  800. LineUp|134 Event(Event_VScroll, 0, 2, 0, 0)
  801. ScreenDown|134 Event(Event_VScroll, 0, 4, 0, 0)
  802. ScreenUp|134 Event(Event_VScroll, 0, 3, 0, 0)
  803. ElevatorUpDown|122 1 277 4
  804. TopOfFile|134 Event(Event_VScroll, 0, 5, 0, 0)
  805. EndOfFile|134 Event(Event_VScroll, 32767, 5, 0, 0)
  806. CharRight|134 Event(Event_HScroll, 0, 2, 0, 0)
  807. CharLeft|134 Event(Event_HScroll, 0, 1, 0, 0)
  808. ScreenRight|134 Event(Event_HScroll, 0, 3, 0, 0)
  809. ScreenLeft|134 Event(Event_HScroll, 0, 4, 0, 0)
  810. ElevatorLeftRight|122 1 276 4
  811. LeftEdge|134 Event(Event_HScroll, 58, 5, 0, 0)
  812. RightEdge|134 Event(Event_HScroll, 32767, 5, 0, 0)
  813.