home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / HELPID.H < prev    next >
Text File  |  1996-05-16  |  9KB  |  210 lines

  1. /*****************************************************************************/
  2. /* File:                                             IBM INTERNAL USE ONLY   */
  3. /*   HelpId.h                                                                */
  4. /*                                                                           */
  5. /* Description:                                                              */
  6. /*   list of helpids                                                         */
  7. /*                                                                           */
  8. /* History:                                                                  */
  9. /*                                                                           */
  10. /*   02/08/91 Creation of 32-bit SD86, from 16-bit version.                  */
  11. /*                                                                           */
  12. /*...Release 1.00 (03/03/92)                                                 */
  13. /*...                                                                        */
  14. /*... 03/10/92  602   Srinivas  Hooking up watch points.                     */
  15. /*... 09/28/92  701   Michelle  Add general help, other helps.               */
  16. /*... 10/05/92  701   Michelle  Add window helps.                            */
  17. /*... 10/15/92  701   Michelle  Add keys.                                    */
  18. /*****************************************************************************/
  19.  
  20. /*
  21.  * Association of mnemonic "key" names with message numbers
  22.  * used to extract online help messages from the OS/2 message
  23.  * file (SD386.TXT in ASCII form, SD386.MSG in binary form).
  24.  */
  25.  
  26. #define MAXHELPMSG 3000  /* max # of bytes for help message (w/cr and lf) */
  27. #define HELPFILLCHAR "~"
  28.  
  29. #define  MSGFILE "SD386.MSG"
  30. #define  MAX_SUBSTRINGS        4
  31.  
  32. /*****************************************************************************/
  33. /* Invocation help id.                                                       */
  34. /*****************************************************************************/
  35. #define  HELP_INVOCATION_SD386        99
  36. #define  HELP_INVOCATION_ESP         100
  37.  
  38. /*****************************************************************************/
  39. /* Help ids for action bar choices, pulldowns and dialogs.                   */
  40. /*****************************************************************************/
  41.  
  42. #define  HELP_ABAR_FILE              101
  43. #define  HELP_PULL_GETFUNC           102
  44. #define  HELP_PULL_GETADDR           104
  45. #define  HELP_PULL_GETFILE           106
  46. #define  HELP_PULL_FINDFUNC          108
  47. #define  HELP_PULL_FINDXLINE         109
  48. #define  HELP_PULL_NEXTFILE          110
  49. #define  HELP_PULL_DROPFILE          111
  50. #define  HELP_PULL_BROWSE            112
  51. #define  HELP_PULL_RESTART           114
  52. #define  HELP_PULL_QUIT              115
  53.  
  54. #define  HELP_ABAR_RUN               116
  55. #define  HELP_PULL_RUN               117
  56. #define  HELP_PULL_SWAP              118
  57. #define  HELP_PULL_NOSWAP            119
  58. #define  HELP_PULL_SSTEP             120
  59. #define  HELP_PULL_STEPINTO          121
  60. #define  HELP_PULL_RUNCURSOR         122
  61. #define  HELP_PULL_RUNNOSWP          123
  62. #define  HELP_PULL_SSTEPNOSWP        124
  63. #define  HELP_PULL_STEPINTONOSWP     125
  64. #define  HELP_PULL_RUNCURSORNOSWP    126
  65. #define  HELP_PULL_SETXLINE          127
  66.  
  67. #define  HELP_ABAR_BREAKPOINTS       128
  68. #define  HELP_PULL_SETCLRBKP         129
  69. #define  HELP_PULL_SETCONDBKP        130
  70. #define  HELP_PULL_FUNCENTRY         132
  71. #define  HELP_PULL_ADDRESS           134
  72. #define  HELP_PULL_DEFERRED          251
  73. #define  HELP_PULL_ADDRLOAD          253
  74. #define  HELP_PULL_DLLLOAD           254
  75. #define  HELP_PULL_CLRBKPS           136
  76. #define  HELP_PULL_HARDWAREREGS      137
  77. #define  HELP_PULL_DATABREAK         138
  78.  
  79. #define  HELP_ABAR_SEARCH            139
  80. #define  HELP_PULL_FIND              140
  81. #define  HELP_PULL_REPEATFIND        141
  82.  
  83. #define  HELP_ABAR_DATA              142
  84. #define  HELP_PULL_SHOWVAR           143
  85. #define  HELP_PULL_SHOWVARPTR        144
  86. #define  HELP_PULL_WATCHVAR          145
  87. #define  HELP_PULL_WATCHVARPTR       146
  88. #define  HELP_PULL_EXPANDVAR         147
  89. #define  HELP_PULL_EDITEXP           148
  90. #define  HELP_PULL_EDITSTORAGE       149
  91. #define  HELP_PULL_FORMATVAR         150
  92. #define  HELP_PULL_REMOVEVAR         151
  93. #define  HELP_PULL_INSERT            152
  94.  
  95. #define  HELP_ABAR_VIEW              153
  96. #define  HELP_PULL_SOURCE            154
  97. #define  HELP_PULL_ASSEMBLER         155
  98. #define  HELP_PULL_DATA              156
  99. #define  HELP_PULL_DATASHOW          157
  100. #define  HELP_PULL_SHOWAPP           158
  101.  
  102. #define  HELP_ABAR_SETTINGS          159
  103. #define  HELP_PULL_COLORS            160
  104. #define  HELP_PULL_EXCEPTIONS        161
  105. #define  HELP_PULL_ASSEMBLYSOURCE    162
  106. #define  HELP_PULL_MNEMONICS         163
  107. #define  HELP_PULL_MNEM_AL86         208
  108. #define  HELP_PULL_MNEM_INTEL        209
  109.  
  110. #define  HELP_ABAR_MISC              164
  111. #define  HELP_PULL_CALLSTACK         165
  112. #define  HELP_PULL_THREADS           166
  113. #define  HELP_PULL_DLLS              167
  114. #define  HELP_PULL_REGS              168
  115. #define  HELP_PULL_EDITREGS          169
  116. #define  HELP_PULL_COPROCREGS        170
  117.  
  118. #define  HELP_ABAR_HELP              171
  119. #define  HELP_PULL_GENHELP           207
  120. #define  HELP_PULL_KEYS              172
  121.  
  122. #define  HELP_DLG_GETFUNC            103
  123. #define  HELP_DLG_GETADDR            105
  124. #define  HELP_DLG_GETFILE            107
  125. #define  HELP_DLG_BROWSE             113
  126. #define  HELP_DLG_FIND               174
  127. #define  HELP_DLG_SETCONDBKP         131
  128. #define  HELP_DLG_FUNCENTRY          133
  129. #define  HELP_DLG_ADDRESS            135
  130. #define  HELP_DLG_DEFERRED           252
  131. #define  HELP_DLG_ADDRLOAD           255
  132. #define  HELP_DLG_DLLLOAD            256
  133. #define  HELP_DLG_GETTYPE            192
  134.  
  135. #define  HELP_DLG_COLORS             173
  136. #define  HELP_DLG_THREADS            175
  137. #define  HELP_DLG_EXCEPTIONS         176
  138. #define  HELP_DLG_WATCH              177
  139. #define  HELP_DLG_CALLSTACK          178
  140. #define  HELP_DLG_EDITREGS           206
  141. #define  HELP_DLG_KEYSHELP           213
  142.  
  143. #define  HELP_FORMULA                191
  144. #define  HELP_TYPE                   192
  145.  
  146. #define  HELP_ABAR_ABAR              212
  147.  
  148. /*****************************************************************************/
  149. /* Help ids for windows.                                                     */
  150. /*****************************************************************************/
  151.  
  152. #define  HELP_WIN_BROWSE             181
  153. #define  HELP_WIN_DATA               210
  154. #define  HELP_WIN_ASM                211
  155.  
  156. /* Help ids for format variable object pulldown */
  157.  
  158. #define  HELP_PULL_ANY               183
  159. #define  HELP_PULL_HEX               184
  160. #define  HELP_PULL_CHAR              185
  161. #define  HELP_PULL_INT               186
  162. #define  HELP_PULL_LONG              187
  163. #define  HELP_PULL_UCHAR             214
  164. #define  HELP_PULL_UINT              215
  165. #define  HELP_PULL_ULONG             216
  166. #define  HELP_PULL_FLOAT             188
  167. #define  HELP_PULL_DOUBLE            189
  168. #define  HELP_PULL_LDOUBLE           217
  169. #define  HELP_PULL_MENU              190
  170.  
  171. /* Help ids for storage modification messages */
  172.  
  173. #define  HELP_DATA_CHAR              193
  174. #define  HELP_DATA_UCHAR             194
  175. #define  HELP_DATA_INT               195
  176. #define  HELP_DATA_UINT              196
  177. #define  HELP_DATA_LONG              197
  178. #define  HELP_DATA_ULONG             198
  179. #define  HELP_DATA_FLOAT             199
  180. #define  HELP_DATA_DOUBLE            200
  181. #define  HELP_DATA_LDOUBLE           200
  182. #define  HELP_DATA_SEGMENT           201
  183. #define  HELP_DATA_OFFSET            202
  184. #define  HELP_DATA_HEX               203
  185. #define  HELP_DATA_ASCII             204
  186.  
  187. #define  HELP_REGS_FLAGS             205
  188. #define  HELP_QUIT_ESP               218
  189. #define  HELP_DLG_GETLINENUMBER      219
  190. #define  HELP_CTRL_BREAK             220
  191.  
  192. #define  HELP_DLG_PROCESSES          221
  193.  
  194. #define  HELP_PULL_MSHGET            241
  195. #define  HELP_PULL_MSHPUT            242
  196. #define  HELP_PULL_MSH               243
  197. #define  HELP_PULL_SAVEBKPS          244
  198. #define  HELP_PULL_RESTOREBKPS       245
  199. #define  HELP_PULL_EDITBKPS          246
  200.  
  201.  
  202. #define  HELP_BKPTS_SYNTAX           247
  203. #define  HELP_BKPTS_SAVE_MSG         248
  204. #define  HELP_BKPTS_RESTORE_MSG      249
  205. #define  HELP_BKPTS_DEFERRED         250
  206.  
  207. #define  HELP_PULL_BROWSEMSH         251
  208. #define  HELP_PULL_PROCESSES         257
  209. #define  HELP_PULL_TOGGLEMEMFNCS     258
  210.