sizes.tok
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:8k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. #       Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
  2. #       Created by Terry Farrell. (terryf)
  3. #       January 1990.   These tokens are for the file uinhelp.src and they
  4. #       produce the file uinhelp.asm.
  5. #
  6. #
  7. # PLA's -------
  8. # don't panic about the size of this file, there is very little
  9. # calculating to be done, just follow the comments and you will
  10. # see what the numbers mean for the American version of the program.
  11. # The strings shown in the comments below can be found in the file
  12. # qbasmsgs.txt.
  13. #
  14. #----------------------------------------------------------------------
  15. # line is as follows for MSG_StatusShiftF1
  16. #
  17. #------------------1---------2---------3---------4---------5---------------
  18. #--------012345678901234567890123456789012345678901234567890123456789
  19. #--------<Shift+F1=Help> <                                                                                               >
  20. #--------^---------------^-----------
  21. # when you have translated please put in the numbers for the equivalent
  22. # positions in your strings.
  23. # i.e. if the user clicks on any position from 1 to 16 f1 is selected
  24. [[uinhelp_01]]=1
  25. [[uinhelp_02]]=15
  26. #----------------------------------------------------------------------
  27. # line is as follows for MSG_StatusShiftF1 and the MSG_StatusEdit
  28. # both stuck together
  29. #
  30. #--------0---------1---------2---------3---------4---------5---------
  31. #--------012345678901234567890123456789012345678901234567890123456789
  32. #--------<Shift+F1=Help> <F6=Window> <F2=Subs> <F5=Run> <F8=Step>
  33. #-------------------------^----------^^--------^^-------^^--------^
  34. # when you have translated please put in the numbers for the equivalent
  35. # positions in your strings.
  36. # i.e. if the user clicks on any position from 17 to 28 f6 is selected
  37. #                if the user clicks on any position from 29 to 38 f2 is selected
  38. #                if the user clicks on any position from 39 to 47 f5 is selected
  39. #                if the user clicks on any position from 48 to 57 f8 is selected
  40. #----------------------------------------------------------------------
  41. [[uinhelp_03]]=17
  42. [[uinhelp_04]]=27
  43. [[uinhelp_05]]=29
  44. [[uinhelp_06]]=36
  45. [[uinhelp_07]]=38
  46. [[uinhelp_08]]=45
  47. [[uinhelp_09]]=47
  48. [[uinhelp_10]]=57
  49. #----------------------------------------------------------------------
  50. # line is as follows for MSG_StatusShiftF1 and the MSG_StatusRunning
  51. # both stuck together
  52. #
  53. #------------------1---------2---------3---------4---------5---------------
  54. #--------012345678901234567890123456789012345678901234567890123456789
  55. #--------<Shift+F1=Help> <F5=Continue> <F9=Toggle Bkpt> <F8=Step>
  56. #-------------------------^------------^^---------------^^--------^---
  57. # when you have translated please put in the numbers for the equivalent
  58. # positions in your strings.
  59. # i.e. if the user clicks on any position from 17 to 30 f5 is selected
  60. #                if the user clicks on any position from 31 to 47 f9 is selected
  61. #                if the user clicks on any position from 48 to 57 f8 is selected
  62. #----------------------------------------------------------------------
  63. [[uinhelp_11]]=17
  64. [[uinhelp_12]]=26
  65. [[uinhelp_13]]=28
  66. [[uinhelp_14]]=49
  67. [[uinhelp_15]]=51
  68. [[uinhelp_16]]=61
  69. #----------------------------------------------------------------------
  70. # line is as follows for MSG_StatusShiftF1 and the MSG_StatusImmediate
  71. # both stuck together
  72. #
  73. #------------------1---------2---------3---------4---------5---------------
  74. #--------012345678901234567890123456789012345678901234567890123456789
  75. #--------<Shift+F1=Help> <F6=Window> <Enter=Execute Line>
  76. #-------------------------^----------^^-------------------^
  77. # when you have translated please put in the numbers for the equivalent
  78. # positions in your strings.
  79. # i.e. if the user clicks on any position from 17 to 28 f6 is selected
  80. #                if the user clicks on any position from 29 to 49 enter is selected
  81. #----------------------------------------------------------------------
  82. [[uinhelp_17]]=17
  83. [[uinhelp_18]]=27
  84. [[uinhelp_19]]=29
  85. [[uinhelp_20]]=51
  86. #----------------------------------------------------------------------
  87. # line is as follows for MSG_StatusShiftF1 and the MSG_StatusHelp
  88. # both stuck together
  89. #
  90. #------------------1---------2---------3---------4---------5---------------
  91. #--------012345678901234567890123456789012345678901234567890123456789
  92. #--------<Shift+F1=Help> <F6=Window> <Esc=Cancel> <Ctrl+F1=Next> <Alt+F1=Back>
  93. #-------------------------^----------^^-----------^^-------------^^------------^
  94. # when you have translated please put in the numbers for the equivalent
  95. # positions in your strings.
  96. # i.e. if the user clicks on any position from 17 to 28 f6 is selected
  97. #                if the user clicks on any position from 29 to 41 esc is selected
  98. #                if the user clicks on any position from 42 to 56 ctrl+f1 is selected
  99. #                if the user clicks on any position from 57 to 70 alt+f1 is selected
  100. #----------------------------------------------------------------------
  101. [[uinhelp_21]]=17
  102. [[uinhelp_22]]=27
  103. [[uinhelp_23]]=29
  104. [[uinhelp_24]]=37
  105. [[uinhelp_25]]=39
  106. [[uinhelp_26]]=54
  107. [[uinhelp_27]]=56
  108. [[uinhelp_28]]=69
  109. #----------------------------------------------------------------------
  110. # line is as follows for the MSG_StatusQEdit
  111. # both stuck together
  112. #
  113. #------------------1---------2---------3---------4---------5---------------
  114. #--------012345678901234567890123456789012345678901234567890123456789
  115. #--------MS-DOS Editor   <F1=Help> Press ALT to activate menus
  116. #--------IBM DOS Editor  <F1=Help> Press ALT to activate menus
  117. #-------------------------^-------^
  118. # when you have translated please put in the numbers for the equivalent
  119. # positions in your strings.
  120. # i.e. if the user clicks on any position from 16 to 25 f1 is selected
  121. #----------------------------------------------------------------------
  122. [[uinhelp_29]]=17
  123. [[uinhelp_30]]=25
  124. #----------------------------------------------------------------------
  125. # line is as follows for the MSG_StatusQHelp
  126. # both stuck together
  127. #
  128. #------------------1---------2---------3---------4---------5---------------
  129. #--------012345678901234567890123456789012345678901234567890123456789
  130. #---------<F1=Help> <F6=Window> <Esc=Cancel> <Ctrl+F1=Next> <Alt+F1=Back>
  131. #---------^-------^-^----------^^-----------^^-------------^^------------^ 
  132. # when you have translated please put in the numbers for the equivalent
  133. # positions in your strings.
  134. # i.e. if the user clicks on any position from  1 to    9 f1 is selected
  135. #                if the user clicks on any position from 11 to 22 f6 is selected
  136. #                if the user clicks on any position from 23 to 35 esc is selected
  137. #                if the user clicks on any position from 36 to 50 ctrl+f1 is selected
  138. #                if the user clicks on any position from 51 to 64 alt+f1 is selected
  139. #----------------------------------------------------------------------
  140. [[uinhelp_31]]=01
  141. [[uinhelp_32]]=09
  142. [[uinhelp_33]]=11
  143. [[uinhelp_34]]=21
  144. [[uinhelp_35]]=23
  145. [[uinhelp_36]]=31
  146. [[uinhelp_37]]=33
  147. [[uinhelp_38]]=48
  148. [[uinhelp_39]]=50
  149. [[uinhelp_40]]=63
  150. #
  151. # ADDED for MsDos60
  152. # QHELP help viewer start-up status: MSG_StatusQHStart
  153. #        000000000011111111112222222222333333333344444444445555555555
  154. #        012345678901234567890123456789012345678901234567890123456789
  155. #         MS-DOS Help Viewer  <F1=Help> Press ALT to activate menus
  156. #                             ^       ^
  157. #                             |       |
  158. [[uinhelp_41]]=25
  159. [[uinhelp_42]]=33
  160. # QHELP help window active: MSG_StatusQHHelp
  161. #        00000000001111111111222222222233333333334444444444555555555566666666667
  162. #        01234567890123456789012345678901234567890123456789012345678901234567890
  163. #         Alt+I=Inhalt  Alt+W=Weiter  Alt+Z=Zuruck
  164. #         ^          ^  ^          ^  ^          ^
  165. [[uinhelp_43]]=01
  166. [[uinhelp_44]]=12
  167. [[uinhelp_45]]=15
  168. [[uinhelp_46]]=26
  169. [[uinhelp_47]]=29
  170. [[uinhelp_48]]=40