home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w380 / 2.ddi / MACRODLL.CMZ / MACTOKEN.SAM (.txt) < prev   
Encoding:
Ami Pro/Word Pro document  |  1992-06-02  |  21.8 KB  |  713 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. Button|125 6    ~ Button "DisplayText" expression - Double clicking on DisplayText will evaluate field.  <Button "HELP" Message("See manual pages 345-349.")>
  129. CreateDate|125 7    ~1CreateDate - The creation date or time of the current document.  <CreateDate %Db>, <CreateDate %T6>
  130. EditDate|125 8    ~1EditDate - The date or time the current document was last saved.  <EditDate %Db>, <EditDate %T6>
  131. NumEdits|125 9    ~ NumEdits - Returns the number of times the current file was saved.  <"Version 1.{NumEdits}">
  132. TotalEditingTime|125 10    ~ TotalEditingTime - The accumulated edit time (in minutes).  <Set Cost Rate * TotalEditingTime>
  133. NumPages|125 11    ~ NumPages - Returns the total number of pages in this document.  <"Page {getpageno()} of {NumPages}">
  134. NumWords|125 12    ~ NumWords - Returns the total number of words in this document.  <NumWords>
  135. NumChars|125 13    ~ NumChars - Returns the total number of characters in this document.  <NumChars>
  136. FileSize|125 14    ~ FileSize - The size of the current document (in thousands of bytes).  <FileSize>
  137. MergeRec|125 16 ~ MergeRec - The current record number when merging.  <IF MergeRec = 1 set total subtotal ELSE set total total + subtotal ENDIF>
  138. Include|125 17 ~ Include filename[!bookmark] - Inserts an entire file or a bookmark from another file.  <Include "Standard.sam!Greeting">
  139. Defined|125 18 ~ Defined Variable - Check to see if the given variable is defined.  <IF Defined totalpages totalpages ELSE "?" ENDIF>
  140. PrintEscape|125 19 ~ PrintEscape "Escape codes" - Sends Escape codes directly to the printer.  <PrintEscape "[27]&&l2H">, <PrintEscape "[0x1b]&&l30">
  141. Index|125 20 ~ Index "Primary" [#] ["Secondary"] ["other"] - Mark for index, same as Edit/Mark Index.
  142. Void|125 21 ~ Void expression - This function nullifies the return value from field.  <Void Exec("clock.exe", "", 2)>
  143. User|125 22 ~ User Anything - Returns nothing but gives the macro programmer a way to mark a location.  <User 1,Something>
  144. Description|125 23 ~ Description - Doc Info description from the current document. <Description>
  145. GetBookMark|125 24 ~ GetBookMark BookMark - Returns the contents of the specified bookmark. <GetBookMark "Name">
  146. TOC|125 25 ~ Toc Level "Text..." - Mark for Table of Contents, same as Edit/Mark Toc Entry.
  147. MergeField|125 26 ~ MergeField Mergefieldname - Insert the contents of this field at merge time.
  148. ;keycodes|116 decimalvalue
  149. %Backspace|116 8
  150. %Tab|116 9
  151. %Enter|116 13
  152. %Space|116 32
  153. %PgUp|116 33
  154. %PgDn|116 34
  155. %End|116 35
  156. %Home|116 36
  157. %Left|116 37
  158. %Up|116 38
  159. %Right|116 39
  160. %Down|116 40
  161. %Ins|116 45
  162. %Del|116 46
  163. %Esc|116 27
  164. %F1|116 112
  165. %F2|116 113
  166. %F3|116 114
  167. %F4|116 115
  168. %F5|116 116
  169. %F6|116 117
  170. %F7|116 118
  171. %F8|116 119
  172. %F9|116 120
  173. %F10|116 121
  174. %F11|116 122
  175. %F12|116 123
  176. ;macro_functions_name|105 class parm_cnt
  177. Query$|105 1 -1    ~ *Query$("Message text" [,"Default text"]) - Displays a dialog box requesting input from the user.  <Query$("What is your name?")>
  178. Decide|105 2 -1 ~ *Decide("Message Text") - Ask a Yes/No question.  <IF decide("Use Creation date?") CreateDate ELSE EditDate ENDIF %Db>
  179. Message|105 3 -1    ~ *Message("Message Text" [,"Title"]) - Display a message.  <Message("Good morning Mr. Phelps")>
  180. SingleStep|105 4 1
  181. DEBUG|105 5 1
  182. Type|105 6 1
  183. UserControl|105 7 1
  184. DDEInitiate|105 8 2
  185. DDETerminate|105 9 1
  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. StrCat$|105 16 -1    ~ *StrCat$(expression, expression [,expression..]) - Put two or more strings together.  <StrCat$(Query$("Greeting?"), " Mr Jones.")>
  193. LCase$|105 17 1    ~ *LCase$(expression) - Convert the expression to lower case and return the result.  <LCase$("Hello")>
  194. UCase$|105 18 1    ~ *UCase$(expression) - Convert the field to upper case and return the result.  <UCase$("Hello")>
  195. FormatNum$|105 19 4 ~ *FormatNum$(prefix, suffix, decimals, expression) - Formats a number.  <FormatNum$("$", "", 2, 235.8)>
  196. 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, ",")>
  197. MultiDecide|105 21 -2
  198. Exec|105 22 -1    ~ *Exec(program, parameters [,show]) - Run another program.  <Exec("123w.exe", Query$("Spread sheet name?"))>
  199. CurWord$|105 23 0
  200. CurShade$|105 24 0
  201. FillList|105 25 -1
  202. DialogBox|105 26 2
  203. GetDialogField$|105 27 1
  204. GetViewLevel|105 28 0
  205. GetMode|105 29 0
  206. Messages|105 30 1
  207. FillEdit|105 31 2
  208. IgnoreKeyboard|105 32 1
  209. DDEUnAdvise|105 33 2
  210. FileChanged|105 34 2
  211. DDEPoke|105 35 3
  212. SendKeys|105 36 -1
  213. GetTextBeforeCursor$|105 37 0
  214. ActivateApp|105 38 1
  215. chr$|105 39 1
  216. asc|105 40 1
  217. SetDlgCallBack|105 41 2
  218. GetDlgItemText|105 42 2
  219. SetDlgItemText|105 43 3
  220. GetDlgItem|105 44 2
  221. GetViewPrefOpts|105 45 0
  222. GetViewPrefLevel|105 46 0
  223. DlgKeyInterrupt|105 47 2
  224. fgets$|105 257 1
  225. fputs|105 258 -2
  226. fopen|105 259 2
  227. fclose|105 260 1
  228. GetMarkText$|105 261 0
  229. ftell|105 262 1
  230. fseek|105 263 3
  231. SetGlobalVar|105 264 2
  232. GetGlobalVar$|105 265 1
  233. FreeGlobalVar|105 266 1
  234. GetOpenFileName$|105 267 0
  235. GetDocPath$|105 268 0
  236. GetStylePath$|105 269 0
  237. GetBackPath$|105 270 0
  238. AllocGlobalVar|105 271 2
  239. SetGlobalArray|105 272 3
  240. GetGlobalArray$|105 273 2
  241. Pause|105 274 1
  242. AssignKey|105 275 2
  243. GetTime|105 276 0
  244. IsNumeric|105 277 1
  245. AtEof|105 278 0
  246. GetDocInfo$|105 279 1
  247. FindFirst$|105 280 2
  248. FindNext$|105 281 0
  249. CurChar$|105 282 0
  250. DllLocate|105 283 3
  251. DllCall|105 284 -1
  252. RunLater|105 285 2
  253. GetProfileString$|105 286 -1
  254. WriteProfileString|105 287 -1
  255. GetStyleName$|105 288 0
  256. GetCurrentDir$|105 290 0
  257. AnswerMsgBox|105 291 1
  258. DarkMode|105 292 1
  259. CursorPosition$|105 293 0
  260. GetPageNo|105 294 0
  261. GetMacPath$|105 295 0
  262. HourGlass|105 296 1
  263. DLLLoadLib|105 297 3
  264. DLLFreeLib|105 298 1
  265. GetGlobalVarCount|105 299 0
  266. GetGlobalVarNames|105 300 1
  267. GetDocInfoKeywords$|105 301 0
  268. AddBar|105 513 0
  269. ShowBar|105 514 1
  270. AddMenu|105 515 2
  271. AddMenuItem|105 516 -4
  272. RenameMenuItem|105 517 -4
  273. CheckMenuItem|105 518 -4
  274. GrayMenuItem|105 519 -4
  275. DeleteMenuItem|105 520 -2
  276. DeleteMenu|105 521 -2
  277. AddMenuItemDDE|105 522 -4
  278. ChangeMenuAction|105 523 -4
  279. AddCascadeMenu|105 524 -3
  280. AddCascadeMenuItem|105 525 -5
  281. ChangeCascadeAction|105 526 -5
  282. InsertMenuItem|105 527 -5
  283. InsertCascadeMenu|105 528 -4
  284. InsertMenu|105 528 3
  285. InsertCascadeMenuItem|105 529 -6
  286. DateDiff|105 769 2
  287. FormatDate$|105 770 2
  288. FormatSeq$|105 771 2
  289. Now|105 772 0 ~1*Now() - Returns the current Date/time. <Now() %Db>
  290. FormatTime$|105 773 2
  291. DOSGetEnv$|105 774 1
  292. DOSGetFileAttr|105 775 1
  293. DOSSetFileAttr|105 776 2
  294. DOSrmdir|105 777 1
  295. DOSrename|105 778 2
  296. DOSdelfile|105 779 1
  297. DOSmkdir|105 780 1
  298. DOSchdir|105 781 1
  299. fread|105 782 2
  300. fwrite|105 783 -2
  301. BracketsToBin|105 784 1
  302. BinToBrackets|105 785 1
  303. Round|105 786 1
  304. Truncate|105 787 1
  305. Mod|105 788 2
  306. StatusBarMsg|105 789 1
  307. ChangeIcons|105 790 1
  308. SetIconSize|113 1 655 1
  309. PhysicalToLogical|105 791 1
  310. GetFmtPageStr$|105 792 1
  311. GetCurFrameLines|105 793 10
  312. GetCurFrameType|105 794 3
  313. GetCurFrameBorders|105 795 9
  314. SelectWindow|105 796 1
  315. SelectFrameByName|105 797 1
  316. GetAmiDirectory$|105 798 0
  317. GetRunningMacroName$|105 799 0
  318. IsFrameSelected|105 800 0
  319. Beep|105 801 0
  320. GetRunningMacroFile$|105 802 0
  321. DOSCopyFile|105 803 2
  322. GetCurFontInfo|105 804 4
  323. Assign|105 805 2
  324. Left$|105 806 2 ~ *Left$(expression, count) - return the first "count" characters from expression.  <Left$("12345678", 4)>
  325. Right$|105 807 2 ~ *Right$(expression, count) - return the last "count" characters from expression.  <Right$("123456789", 5)>
  326. Instr|105 808 3
  327. AppMove|105 1025 3
  328. AppSize|105 1026 3
  329. AppClose|105 1027 1
  330. AppGetWindowPos|105 1028 5
  331. AppMaximize|105 1029 1
  332. AppMinimize|105 1030 1
  333. AppRestore|105 1031 1
  334. AppIsRunning|105 1032 1
  335. AppGetAppCount|105 1033 0
  336. AppGetAppNames|105 1034 1
  337. AppHide|105 1035 1
  338. AppSendMessage|105 1036 4
  339. ClipboardRead|105 1037 1
  340. ClipboardWrite|105 1038 2
  341. GetBookMarkCount|105 1039 0
  342. GetBookMarkNames|105 1040 1
  343. ArrayInsert|105 1041 3
  344. ArrayDelete|105 1042 2
  345. ArraySort|105 1043 -1
  346. ArraySearch|105 1044 -2
  347. ArrayInsertByKey|105 1045 -3
  348. ArraySize|105 1046 1
  349. GetMasterFilesCount|105 1047 0
  350. GetMasterFiles|105 1048 1
  351. GetBookMarkPage|105 1049 1
  352. GetOpenFileCount|105 1050 0
  353. GetOpenFileNames|105 1051 1
  354. GetLayoutType|105 1281 0
  355. GetLayoutPageSize|105 1282 4
  356. GetLayoutRightLines|105 1283 5
  357. GetLayoutLeftLines|105 1284 5
  358. GetLayoutParmCnt|105 1285 1
  359. GetLayoutParameters|105 1286 2
  360. AmiProIndirect|105 1287 3
  361. GetWindowsDirectory$|105 1288 0
  362. EvalField|105 1289 1
  363. RecOpen|105 1290 -2
  364. RecClose|105 1291 1
  365. RecGetField|105 1292 2
  366. RecNextRec|105 1293 1
  367. RecFieldCount|105 1294 1
  368. RecFieldName$|105 1295 2
  369. NWGetObjectCount|105 1296 1
  370. NWGetObjectNames|105 1296 3
  371. NWGetContainerCount|105 1297 1
  372. NWGetContainerNames|105 1297 3
  373. NWReferenceToFile$|105 1298 1
  374. NWGetCurrentContainer|105 1299 2
  375. NWGetCurrentObject$|105 1300 0
  376. TableGetRange|105 1301 4
  377. GetSpecialEffects$|105 1302 0
  378. NWGetParent|105 1303 3
  379. GetPowerFieldCount|105 1304 1
  380. GetPowerFields|105 1305 2
  381. GotoPowerField|105 1306 2
  382. GetPowerFieldPage|105 1307 2
  383. GetStyleCount|105 1308 0
  384. GetStyleNames|105 1309 1
  385. GetDocVar|105 1310 1
  386. SetDocVar|105 1311 2
  387. GetMajic|105 1312 0
  388. GetInfo|105 1313 -1
  389. KeyInterrupt|105 1314 1
  390. MouseInterrupt|105 1315 1
  391. GetIconPalette|105 1316 0
  392. IsNewWave|105 1317 0
  393. OnMDIActivate|105 1318 1
  394. ;Numeric Constants|109 value
  395. ;Sammy_Functions:_name|113 parmcnt menuid retval
  396. <+#><+!>'FILE
  397. PrintEnvelope|113 0 237 1
  398. CreateDataFile|113 0 784 1
  399. OpenMergeFile|113 3 785 1
  400. CreateDescriptionFile|113 -1 783 1
  401. OpenDataFile|113 2 789 1
  402. EditDataFile|113 0 787 1
  403. New|113 3 101 1
  404. FileOpen|113 3 102 1
  405. ImportText|113 3 152 1
  406. FileClose|113 0 147 1
  407. NextWindow|113 0 727 1
  408. Save|113 0 103 1
  409. SaveAs|113 4 104 1
  410. SaveAsObject|113 4 127 1
  411. SaveAsMaster|113 2 130 1
  412. Revert|113 0 105 1
  413. ImportPicture|113 4 141 1
  414. ImportExport|113 -4 107 1
  415. FileManagement|113 0 108 1
  416. DocInfo|113 3 109 1
  417. RenameDocInfoField|113 2 125 1
  418. DocInfoFields|113 8 140 1
  419. DDELinks|113 -1 115 1
  420. MasterDoc|113 0 146 1
  421. MasterDocOpts|113 0 280 1
  422. Merge|113 -1 110 1
  423. MergeToFile|113 -1 110 3
  424. MergeMacro|113 -1 110 4
  425. MergeAction|113 1 116 1
  426. SelectDataFile|113 2 780 1
  427. SelectMergeDataFile|113 2 788 0
  428. FilePrint|113 4 111 1
  429. PrintOptions|113 3 126 1
  430. PrintSetup|113 -1 112 1
  431. SetMasterFiles|113 -3 284 1
  432. SetTOCFile|113 1 285 1
  433. SetIndexFile|113 2 283 1
  434. SetTOCOpts|113 7 470 1
  435. TOCOptions|113 -1 495 1
  436. ObjectAttributes|113 4 143 1
  437. AsciiOptions|113 1 123 1
  438. SendMail|113 1 229 1
  439. ReadMail|113 0 230 1
  440. OpenPreviousFile1|113 0 133 1
  441. OpenPreviousFile2|113 0 134 1
  442. OpenPreviousFile3|113 0 135 1
  443. OpenPreviousFile4|113 0 136 1
  444. OpenPreviousFile5|113 0 137 1
  445. <+#><+!>'EDIT
  446. Undo|113 0 151 1
  447. Cut|113 0 153 1
  448. Copy|113 0 154 1
  449. Paste|113 0 155 1
  450. InsertVariable|113 0 158 1
  451. InsertMerge|113 0 182 1
  452. InsertDocInfo|113 0 183 1
  453. InsertDate|113 2 165 1
  454. InsertMergeField|113 1 166 1
  455. InsertDocInfoField|113 2 167 1
  456. MarkText|113 0 159 0
  457. MarkTOC|113 0 159 103
  458. MarkIndexWord|113 0 180 1 
  459. MarkTOCEntry|113 0 835 1 
  460. InsertBullet|113 1 836 1 
  461. MarkBookMark|113 2 466 1
  462. Footnotes|113 5 160 1
  463. Notes|113 0 282 1
  464. InsertNote|113 1 181 1
  465. SetDefPaths|113 0 170 0
  466. UseWorkingDir|113 1 591 1
  467. SetDefOptions|113 2 173 1
  468. SetDocPath|113 1 174 1
  469. SetStylePath|113 1 175 1
  470. SetBackPath|113 1 176 1<+#>
  471. SetMacroPath|113 1 286 1<+#>
  472. SetIconPath|113 1 518 1
  473. FieldEvaluate|113 0 571 1
  474. FieldLock|113 2 268 1
  475. FieldAuto|113 2 224 1
  476. FieldNext|113 0 569 1
  477. FieldPrev|113 0 570 1
  478. FieldRemove|113 2 227 1
  479. FieldUpdate|113 3 573 1
  480. FieldAdd|113 1 572 1
  481. FieldSave|113 1 269 1
  482. FieldEnd|113 0 568 1
  483. FieldCommand|113 0 568 0
  484. FieldToggleDisplay|113 0 266 1
  485. FieldShowResults|113 0 225 1
  486. FieldUpdateAll|113 0 267 1
  487. ProtectedText|113 -1 188 1
  488. NoHyphenation|113 -1 189 1
  489. SetDataFile|113 4 566 1
  490. GlossaryAdd|113 3 199 1
  491. RevisionInsertion|113 0 187 1
  492. InsertNewObject|113 1 589 1
  493. <+!><+#>'OBJECT
  494. CreateANew|113 0 192 1
  495. OpenObject|113 0 191 1
  496. ListObjects|113 2 193 1
  497. ShowLinks|113 1 194 1
  498. ObjectAttributes|113 4 195 1
  499. Share|113 0 184 1
  500. <:#297,9360><+#><+!>'<-#><+#>VIEW
  501. FullPageView|113 0 201 1
  502. CustomView|113 0 202 1
  503. StandardView|113 0 203 1
  504. EnlargedView|113 0 204 1
  505. FacingView|113 0 212 1
  506. LayoutMode|113 0 210 1
  507. DraftMode|113 0 211 1
  508. OutlineMode|113 0 218 1
  509. ViewPreferences|113 2 206 1
  510. ToggleCleanScreen|113 0 233 1
  511. CleanScreenOptions|113 1 234 1
  512. ToggleTabRuler|113 0 207 1
  513. ShowTabRuler|113 0 207 2
  514. HideTabRuler|113 0 207 3
  515. ToggleIconbar|113 0 208 1
  516. ShowIconbar|113 0 208 2
  517. HideIconbar|113 0 208 3
  518. LoadOptions|113 3 217 1
  519. <+#><+!>'TEXT
  520. FastFormat|113 0 246 1
  521. ApplyFormat|113 0 238 1
  522. FontChange|113 4 251 1
  523. FontRevert|113 0 251 2
  524. LeftAlign|113 0 259 1
  525. RightAlign|113 0 261 1
  526. Center|113 0 260 1
  527. Justify|113 0 262 1
  528. Spacing|113 1 252 1
  529. NormalText|113 0 253 1
  530. Bold|113 -1 254 1
  531. Italic|113 -1 255 1
  532. Underline|113 -1 256 1
  533. WordUnderline|113 -1 257 1
  534. SpecialEffects|113 2 258 1
  535. Indent|113 4 265 1
  536. IndentAll|113 0 247 1
  537. IndentFirst|113 0 248 1
  538. IndentRest|113 0 249 1
  539. Uppercase|113 0 273 1
  540. LowerCase|113 0 287 1
  541. InitialCaps|113 0 288 1
  542. SmallCaps|113 0 289 1
  543. <+#><+!>'STYLE
  544. CreateStyle|113 3 301 1
  545. ModifyStyle|113 0 302 0
  546. ModifySelect|113 1 311 1
  547. ModifyBreaks|113 -3 312 1
  548. ModifyAlignment|113 6 313 1
  549. ModifyLines|113 8 314 1
  550. ModifyFont|113 4 315 1
  551. ModifySpacing|113 7 316 1
  552. ModifyTable|113 6 317 1
  553. ModifyEffects|113 7 318 1
  554. ModifyReflow|113 0 319 1
  555. UseAnotherStyle|113 2 304 1
  556. SaveAsNewStyle|113 5 305 1
  557. StyleManagement|113 0 303 0
  558. SelectStyle|113 0 306 0
  559. ToggleStylesBox|113 0 307 1
  560. ShowStylesBox|113 0 307 2
  561. HideStylesBox|113 0 307 3
  562. DefineStyle|113 0 324 1
  563. StyleManageInit|113 0 321 1
  564. StyleManageAction|113 3 322 1
  565. StyleManageFinish|113 0 326 1
  566. OutlineStyle|113 -1 320 1
  567. SetStyle|113 1 323 1
  568. <+#><+!>'PAGE
  569. InsertLayout|113 0 378 1
  570. RemoveLayout|113 0 373 1
  571. RevertLayout|113 0 374 1
  572. ModifyLayout|113 0 352 0
  573. ModLayoutFinish|113 0 376 1
  574. ModLayoutInit|113 1 361 1
  575. ModLayoutPageSize|113 4 362 1
  576. ModLayoutRightPage|113 -8 363 1
  577. ModLayoutRightHeader|113 -8 364 1
  578. ModLayoutRightFooter|113 -8 365 1
  579. ModLayoutRightLines|113 5 366 1
  580. ModLayoutLeftPage|113 -8 367 1
  581. ModLayoutLeftHeader|113 -8 368 1
  582. ModLayoutLeftFooter|113 -8 369 1
  583. ModLayoutLeftLines|113 5 370 1
  584. FloatingHeader|113 1 360 1
  585. TabRulerInsert|113 0 371 1
  586. TabRulerRemove|113 0 372 1
  587. PageNumber|113 4 356 1
  588. LineNumber|113 3 359 1
  589. PageBreak|113 1 357 1
  590. HeaderFooter|113 1 377 1
  591. <+!><+#>'FRAME
  592. AddFrame|113 4 413 1
  593. ManualFrame|113 0 409 1
  594. AddFrameDlg|113 0 414 1
  595. FrameLayout|113 0 402 0
  596. GraphicsScaling|113 6 403 1
  597. DrawingMode|113 0 411 1
  598. ChartingMode|113 0 412 1
  599. Equations|113 0 423 1
  600. ImageProcessing|113 0 424 1
  601. GroupFrames|113 0 404 1
  602. BringFrameToFront|113 0 407 1
  603. SendFrameToBack|113 0 408 1
  604. SetFrameDefaults|113 17 415 1
  605. FrameModInit|113 0 421 1
  606. FrameModLines|113 10 416 1
  607. FrameModType|113 3 417 1
  608. FrameModBorders|113 9 418 1
  609. FrameModColumns|113 -1 419 1
  610. FrameModFinish|113 0 420 1
  611. <+#><+!>'TOOLS
  612. GotoCmd|113 3 452 1
  613. GotoShade|113 3 452 2
  614. GotoAgain|113 0 458 1
  615. FindReplace|113 0 451 0
  616. Replace|113 5 488 1
  617. SpellCheck|113 1 459 1
  618. ChangeLanguage|113 3 481 1
  619. Thesaurus|113 0 455 0
  620. Glossary|113 1 467 1
  621. GLossSet|113 1 468 1
  622. Generate|113 1 465 1
  623. Sort|113 6 456 1
  624. ChangeShortcutKey|113 3 490 1
  625. OnKey|113 3 422 1
  626. AssignMacroToFile|113 3 463 1
  627. Tables|113 -1 457 1
  628. DeleteEntireTable|113 0 651 1
  629. SelectEntireTable|113 0 654 1
  630. UserSetup|113 11 162 1
  631. MacroEdit|113 0 501 0
  632. MacroPlay|113 0 502 0
  633. MacroOptions|113 0 504 0
  634. IconCustomize|113 0 209 0
  635. IconRight|113 0 221 1
  636. IconLeft|113 0 220 1
  637. IconTop|113 0 222 1
  638. IconBottom|113 0 223 1
  639. IconFloating|113 0 219 1
  640. RevisionMarking|113 2 460 1
  641. RevisionMarkOpts|113 10 461 1
  642. ReviewRevisions|113 0 558 1
  643. DocumentCompare|113 1 500 1
  644. <+#><+!>'WINDOW
  645. NewWindow|113 0 525 1
  646. TileWindow|113 0 526 1
  647. CascadeWindow|113 0 527 1
  648. StartOfFiles|113 0 528 1
  649. <+#><+!>'TABLES
  650. TableLayout|113 -11 626 1
  651. TableLines|113 5 632 1
  652. InsertColumnRow|113 3 627 1
  653. DeleteColumnRow|113 1 628 1
  654. DeleteEntireTable|113 0 651 1
  655. SizeColumnRow|113 4 634 1
  656. ConnectCells|113 0 635 1
  657. Heading|113 0 631 1
  658. ProtectCells|113 0 638 1
  659. LeaderNone|113 0 642 1
  660. LeaderDots|113 0 639 1
  661. LeaderHyphs|113 0 640 1
  662. LeaderLines|113 0 641 1
  663. QuickAddCol|113 0 644 1
  664. QuickAddRow|113 0 643 1
  665. EditFormula|113 0 629 0
  666. SetFormula|113 1 637 1
  667. MoveParagraphUp|113 0 753 1
  668. MoveParagraphDown|113 0 754 1
  669. MoveLeftOrPromote|113 0 751 1
  670. MoveRightOrDemote|113 0 752 1
  671. SelectColumn|113 0 652 1
  672. SelectRow|113 0 653 1
  673. SelectEntireTable|113 0 654 1
  674. <+#><+!>'HELP
  675. Help|113 0 551 0
  676. About|113 0 552 0
  677. MacroHelp|113 0 553 0
  678. EnhancementProducts|113 0 555 0
  679. UsingHelp|113 0 830 0
  680. KeyboardHelp|113 0 831 0 
  681. HowDoIHelp|113 0 832 0 
  682. BasicsHelp|113 0 833 0
  683. UpgradeHelp|113 0 834 0
  684. <+#><+!>'MISC
  685. TypeOver|113 0 163 1
  686. PageDown|113 0 186 1
  687. PageUp|113 0 185 1
  688. FontFaceChange|113 1 278 1
  689. FontPointSizeChange|113 1 279 1
  690. OutlineLevels|113 1 757 1
  691. Delete|113 0 179 1
  692. ControlPanel|113 0 601 1
  693. TabRuler|113 -1 810 1
  694. ;sammy2funs|122 parmcnt message wparam
  695. Minimize|122 0 274 61472
  696. Maximize|122 0 274 61488
  697. Restore|122 0 274 61728
  698. ExitAmi|122 0 274 61536
  699. LineDown|122 0 277 0
  700. LineUp|122 0 277 1
  701. ScreenDown|122 0 277 2
  702. ScreenUp|122 0 277 3
  703. ElevatorUpDown|122 1 277 4
  704. TopOfFile|122 0 277 6
  705. EndOfFile|122 0 277 7
  706. CharRight|122 0 276 0
  707. CharLeft|122 0 276 1
  708. ScreenRight|122 0 276 2
  709. ScreenLeft|122 0 276 3
  710. ElevatorLeftRight|122 1 276 4
  711. LeftEdge|122 0 276 6
  712. RightEdge|122 0 276 7
  713.