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