home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 128.img / WS6#06.LZH / PREVIEW.MSG < prev    next >
Text File  |  1990-02-18  |  9KB  |  364 lines

  1. ;WORDSTAR PREVIEW MESSAGE FILE
  2.  
  3. ;SPECIAL CODES FOR IN PD MENU ACTION ROUTINES
  4.  
  5. ;NOTE :
  6. ; This code is the high byte of the two byte routine code from the message
  7. ; file MENU= or ITEM= lines. The high byte is indexed into TBL_ACT_CODE and
  8. ; the routine address there is put in A_ITEM_ROUT. The low byte is the return
  9. ; code that is passed out of the menu system to activate the program, this
  10. ; value will be put in A_ITEM_AUX, except when we are activating a new PD
  11. ; menu, then the pointer to the new window structure will be put in A_ITEM_AUX.
  12.  
  13. ; 0 - JUST RETURN CODE
  14. ; 1 - ACTIVATE PD MENU
  15. ; 2 - DON'T DO ANYTHING
  16. ; 3 - GET NEW PAGE TO SKIP TO
  17. ; 4 - GET # OF COPIES TO PRINT
  18. ; 5 - GET ZOOM MOVE
  19. ; 6 - GET RANGE OF PAGES
  20.  
  21. ;RETURN CODES FOR POST MENU ACTION ROUTINES
  22.  
  23. ; 1  - GO TO PAGE
  24. ; 2  - QUIT PROGRAM NOW
  25. ; 3  - EDIT DOCUMENT
  26. ; 4  - TOGGLE GRID
  27. ; 5  - PRINT THIS PAGE
  28. ; 6  - HIDE PULL DOWN MENU & PAUSE
  29. ; 7  - ABORT FILE BACK TO MAIN MENU
  30. ; 8  - PRINT RANGE OF PAGES
  31. ; 9  - VIEW FONTS
  32. ; 10 - ZOOM TO FULL PAGE
  33. ; 11 - ZOOM TO 2X PAGE
  34. ; 12 - ZOOM TO 4X PAGE
  35. ; 13 - ZOOM MOVE
  36.  
  37. ; 14 - GO TO AREA FAST
  38. ; 15 - GO TO AREA FAST
  39. ; 16 - GO TO AREA FAST
  40. ; 17 - GO TO AREA FAST
  41. ; 18 - GO TO AREA FAST
  42. ; 19 - GO TO AREA FAST
  43. ; 20 - GO TO AREA FAST
  44. ; 21 - GO TO AREA FAST
  45. ; 22 - GO TO AREA FAST
  46.  
  47. ; 23 - GO TO FIRST PAGE OF DOC
  48. ; 24 - GO TO LAST PAGE OF DOC
  49. ; 25 - GO TO LAST PAGE
  50. ; 26 - GO TO NEXT PAGE
  51.  
  52. ; 27 - SCAN RANGE OF PAGES
  53. ; 28 - SCAN ENTIRE DOC
  54. ; 29 - PRINT ENTIRE DOC
  55.  
  56. ; 30 - ZOOM LEVEL INCREMENT
  57. ; 31 - ZOOM LEVEL DECREMENT
  58.  
  59. ; 32 - GO GET ZOOM MOVE
  60. ; 33 - GO INTERACTIVE
  61.  
  62. ; 34 ^E - SCROLL UP
  63. ; 35 ^R - SCROLL UP MORE
  64. ; 36 ^S - SCROLL LEFT
  65. ; 37 ^A - SCROLL LEFT MORE
  66. ; 38 ^D - SCROLL RIGHT
  67. ; 39 ^F - SCROLL RIGHT MORE
  68. ; 40 ^X - SCROLL DOWN
  69. ; 41 ^C - SCROLL DOWN MORE
  70.  
  71. ; 42 - FACING PAGES MODE
  72. ; 43 - THUMBNAIL DISPLAY MODE
  73. ; 44 - MULTIPLE PAGE MODE
  74.  
  75. ; 45 - RETURN TO PREV PAGE IN WS/WS2
  76. ; 46 - SWITCH TO BAR MODE <Alt><Space>
  77. ; 47 - SWITCH TO EDIT MODE <Esc>
  78.  
  79.  
  80. ;BAR MENU DEFINITION
  81.  
  82. BAR=219,220,221
  83.  
  84. MENU= G_o To ,,1.0,207
  85. ITEM= S_pecified page ... ,,3.1,101
  86. ITEM= F_irst page ,,23,123
  87. ITEM= L_ast page ,,24,124
  88. ITEM= N_ext page ,,26,126
  89. ITEM= P_revious page ,,25,125
  90.  
  91. MENU= V_iew ,,1.0,209
  92. ITEM= E_ntire page ,,10,110
  93. ITEM= F_acing pages ,,42,142
  94. ITEM= M_ultiple pages ,,44,144
  95. ITEM= T_humbnail display ,,43,143
  96. ITEM= 2_x zoom ,,11,111
  97. ITEM= 4_x zoom ,,12,112
  98. ITEM= A_djust window ... ,,5.13,113
  99.  
  100. MENU= O_ptions ,,1.0,210
  101. ITEM= A_utomatic scan ,,28,128
  102. ITEM= S_can range ... ,,6.27,127
  103. ITEM= G_rid display On/Off ,,4,104
  104.  
  105. MENU= R_eturn to Editing ,,1.0,208
  106. ITEM= O_riginal page ,,45,145
  107. ITEM= C_urrent page ,,7,107
  108.  
  109. ;FAST KEY SCAN CODE LOOK UP TABLE
  110.  
  111. KEYS=
  112.  
  113. ;<Alt> keys
  114.  
  115. <104,00>=6    ; <Alt><F1> HIDE PULL DOWN MENU & PAUSE
  116.  
  117. <120,00>=7    ; <Alt>1 - Return to current page (ws)
  118. <121,00>=45    ; <Alt>2 - Abort to original page (ws)
  119.  
  120. ;<047,22>=7    ; <Ctrl>V - Return to current page (ws2000)
  121.  
  122. <071,55>=32    ; <Shift>7 GO TO TL AREA FAST
  123. <072,56>=32    ; <Shift>8 GO TO TC AREA FAST
  124. <073,57>=32    ; <Shift>9 GO TO TR AREA FAST
  125. <075,52>=32    ; <Shift>4 GO TO CL AREA FAST
  126. <076,53>=32    ; <Shift>5 GO TO CC AREA FAST
  127. <077,54>=32    ; <Shift>6 GO TO CR AREA FAST
  128. <079,49>=32    ; <Shift>1 GO TO BL AREA FAST
  129. <080,50>=32    ; <Shift>2 GO TO BC AREA FAST
  130. <081,51>=32    ; <Shift>3 GO TO BR AREA FAST
  131.  
  132. ;WORD STAR DIAMOND
  133.  
  134. <018,05>=34    ; 01205H,^E - SCROLL UP
  135. <017,23>=34    ; 01117H,^W - SCROLL UP
  136. <019,18>=35    ; 01312H,^R - SCROLL UP MORE
  137. <031,19>=36    ; 01F13H,^S - SCROLL LEFT
  138. <030,01>=37    ; 01E01H,^A - SCROLL LEFT MORE
  139. <032,04>=38    ; 02004H,^D - SCROLL RIGHT
  140. <033,06>=39    ; 02106H,^F - SCROLL RIGHT MORE
  141. <045,24>=40    ; 02D18H,^X - SCROLL DOWN
  142. <044,26>=40    ; 02C1AH,^Z - SCROLL DOWN
  143. <046,03>=41    ; 02E03H,^C - SCROLL DOWN MORE
  144.  
  145. ;CURSOR KEYS
  146.  
  147. <072,00>=34    ; - SCROLL UP
  148. <075,00>=36    ; - SCROLL LEFT
  149. <077,00>=38    ; - SCROLL RIGHT
  150. <080,00>=40    ; - SCROLL DOWN
  151.  
  152. <071,00>=14    ; GO TO top left
  153. <079,00>=22    ; GO TO bottem right
  154. <073,00>=35    ; Scroll up big
  155. <081,00>=41    ; Scroll down big
  156.  
  157. <082,00>=32    ; INSERT
  158.  
  159. <078,43>=30    ; + Increment Zoom level
  160. <074,45>=31    ; - Decrement Zoom level
  161.  
  162. ;Control cursor keys
  163.  
  164. <119,00>=23    ; <Ctrl><Home> GO TO FIRST PAGE OF DOC
  165. <117,00>=24    ; <Ctrl><End> GO TO LAST PAGE OF DOC
  166. <132,00>=25    ; <Ctrl><Pg Up> GO TO LAST PAGE
  167. <118,00>=26    ; <Ctrl><Pg Dn> GO TO NEXT PAGE
  168.  
  169. ;ERROR MESSAGES
  170.  
  171. ERROR=
  172.  
  173. 20=
  174. 20= File not found 
  175. 20=
  176.  
  177. 21=
  178. 21= Improper file 
  179. 21=
  180.  
  181. 22=
  182. 22= File write error 
  183. 22=
  184.  
  185. 23=
  186. 23= Disk full error 
  187. 23=
  188.  
  189. 27=
  190. 27= No fonts defined in the FONTID.CTL file 
  191. 27=
  192.  
  193. ;PROGRAM EXEC. ERROR MESSAGES
  194.  
  195. 28=
  196. 28= GRFPIX.EXE program not found 
  197. 28=
  198.  
  199. 30=
  200. 30= File has wrong extension 
  201. 30=
  202.  
  203. 31=
  204. 31= New file already exists 
  205. 31=
  206.  
  207. 32=
  208. 32= Not enough memory to run program 
  209. 32=
  210.  
  211. 33=
  212. 33= Must have graphic display to run program 
  213. 33=
  214.  
  215. 34=
  216. 34= FONTID.CTL file not found 
  217. 34=
  218.  
  219. 35=
  220. 35= Building preview font 
  221. 35=
  222.  
  223. ; ** SPECIAL MESSAGES FOR DISPLAY WINDOWS **
  224. 53= Press any key to continue 
  225.  
  226. ;Messages for getting user input during PD menu
  227. ;NOTE : a 5 digit number will follow these messages
  228. 54= Go to page 
  229. 55= Number of copies to print : 
  230. 56= Start on page 
  231. 57= Stop on page  
  232.  
  233. ;Page # message
  234. ;NOTE : The current file name will proceed and
  235. ; a 5 digit number will follow this message.
  236. 59= PAGE
  237. 64=F1 Help 
  238.  
  239. ;Return code help messages start at 100 
  240. 101= - Goes to page number you specify 
  241. 101=
  242. 102= - Quit program now 
  243. 102=
  244. 103= - Edit document 
  245. 104= - Turns 1-inch gridlines on or
  246. 104=   off.  Use to check placement. 
  247. 104=
  248. 105= - Print this page
  249. 106= - Escape 
  250. 106=
  251. 107= - Takes you to the page 
  252. 107=   being previewed.
  253. 107=
  254. 108= - Print range of pages 
  255. 108=
  256. 109= - View the available fonts 
  257. 110= - Shows current page 
  258. 110=
  259. 111= - Magnifies current page 2 times
  260. 111=
  261. 112= - Magnifies current page 4 times 
  262. 112=
  263. 113= - Shows a different part of magnified page 
  264. 113=
  265. 114= - Go to area fast 
  266. 115= - Go to area fast 
  267. 116= - Go to area fast 
  268. 117= - Go to area fast 
  269. 118= - Go to area fast 
  270. 119= - Go to area fast 
  271. 120= - Go to area fast 
  272. 121= - Go to area fast 
  273. 122= - Go to area fast 
  274.  
  275. 123= - Goes to first page of document 
  276. 123=
  277. 124= - Goes to last page of document 
  278. 124=
  279. 125= - Goes to previous page 
  280. 125=
  281. 126= - Goes to next page 
  282. 126=
  283.  
  284. 127= - Lets you specify a range of
  285. 127=   pages to scan. 
  286. 127=
  287.  
  288. 128= - Displays pages in succession,
  289. 128=   starting at first page of
  290. 128=   document.  Press Esc to stop. 
  291. 128=
  292.  
  293. 129= - Print entire document 
  294. 130= - Zoom level increment 
  295. 131= - Zoom level decrement 
  296. 142= - Shows current page and page opposite 142=
  297. 143= - Shows many pages 
  298. 143=
  299. 144= - Shows several pages 
  300. 144=
  301. 145= - Returns you to the page 
  302. 145=   you started from.
  303. 145=
  304.  
  305. ;Other help messages start at 200 
  306. 207= - Goes to other pages of the document
  307. 208= - Returns you to editing 
  308. 209= - Lets you change your view of the page(s) 
  309. 210= - Lets you scan the document or use gridlines 
  310.  
  311. ;Help messages for the sub menu functions
  312.  
  313. 212=
  314. 212= The small box shows your current window on the 
  315. 212= magnified page.  Use the keypad's cursor movement
  316. 212= keys (or the WordStar cursor diamond keys) to 
  317. 212= move your view.  To move to a certain sector of
  318. 212= the page, press Shift and the corresponding 
  319. 212= keypad key.
  320. 212= 
  321.  
  322. 213=
  323. 213= Specify a page number.
  324. 213=
  325. 213= You can type this number directly, or you can use 
  326. 213= the numeric keypad to change the number onscreen. 
  327. 213= PgUp or PgDn increases or decreases the number by 
  328. 213= 10.   or  increases or decreases it by 1. 
  329. 213=
  330.  
  331. 215=
  332. 215= Specify a page number.
  333. 215=
  334. 215= You can type this number directly, or you can use 
  335. 215= the numeric keypad to change the number onscreen. 
  336. 215= PgUp or PgDn increases or decreases the number by 
  337. 215= 10.   or  increases or decreases it by 1. 
  338. 215=
  339.  
  340. 219=
  341. 219=    Move: Use cursor keys to select a pull-down menu
  342. 219=
  343. 219=    Zoom: Use +/- to change zoom level
  344. 219=
  345. 219=    Quit: Press Alt-1 to go to the page being previewed 
  346. 219=          Press Alt-2 to return to the starting page
  347.  
  348. 220=
  349. 220=    Move: Use cursor keys to go to a different page
  350. 220=
  351. 220=    Zoom: Use +/- to change zoom level
  352. 220=
  353. 220=    Quit: Press Alt-1 to go to the page being previewed 
  354. 220=          Press Alt-2 to return to the starting page
  355.  
  356. 221=
  357. 221=    Move: Use cursor keys to scroll
  358. 221=
  359. 221=    Zoom: Use +/- to change zoom level
  360. 221=
  361. 221=    Quit: Press Alt-1 to go to the page being previewed 
  362. 221=          Press Alt-2 to return to the starting page
  363.