home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / borhead.zip / HMTAILOR.H < prev    next >
C/C++ Source or Header  |  1994-11-09  |  2KB  |  81 lines

  1. /****************************** Module Header ******************************\
  2. *
  3. * Module Name: HMTAILOR.H
  4. *
  5. * OS/2 Help window menu identifiers
  6. *
  7. * Copyright (c) International Business Machines Corporation 1981, 1988-1992
  8. *
  9. * ===========================================================================
  10. *
  11. * Comments at the end of each typedef line give the name tags used in
  12. * the assembler include version of this file.
  13. *
  14. * The assembler include version of this file excludes lines between XLATOFF
  15. * and XLATON comments.
  16. *
  17. \***************************************************************************/
  18.  
  19. /* XLATOFF */
  20. #if defined(__IBMC__)
  21.    #pragma info( none )
  22.    #ifndef __CHKHDR__
  23.       #pragma info( none )
  24.    #endif
  25.    #pragma info( restore )
  26. #endif    /* __IBMC__ */
  27.  
  28. #ifdef __cplusplus
  29.       extern "C" {
  30. #endif
  31. /* XLATON */
  32.  
  33. #define IDM_CHILDVPSYSMENU   810
  34.  
  35. #define IDM_FILE             0x7F00
  36. #define IDM_SEARCH           0x7F01
  37. #define IDM_PRINT            0x7F02
  38. #define IDM_VIEWPORT         0x7F05
  39.  
  40. #define IDM_EDIT             0x7F10
  41. #define IDM_CLIP_COPY        0x7F11
  42. #define IDM_CLIP_CF          0x7F12
  43. #define IDM_CLIP_AF          0x7F13
  44. #define IDM_LIBRARIES        0x7F14
  45.  
  46. #define IDM_OPTIONS          0x7F20
  47. #define IDM_VIEWPAGES        0x7F21
  48. #define IDM_TOC              0x7F23
  49. #define IDM_OPTION_EXPLEVEL  0x7F24
  50. #define IDM_OPTION_EXPBRANCH 0x7F25
  51. #define IDM_OPTION_EXPALL    0x7F26
  52. #define IDM_OPTION_COLBRANCH 0x7F27
  53. #define IDM_OPTION_COLALL    0x7F28
  54. #define IDM_PREVIOUS         0x7F29
  55.  
  56. #define IDM_HELP             0x7F30
  57. #define IDM_HELPHELP         0x7F31
  58. #define IDM_HELP_EXTENDED    0x7F32
  59. #define IDM_USING_HELP       IDM_HELPHELP
  60. #define IDM_GENERAL_HELP     IDM_HELP_EXTENDED
  61. #define IDM_HELP_KEYS        0x7F33
  62. #define IDM_HELP_INDEX       0x7F34
  63.  
  64. #define IDM_TUTORIAL         0x7F37
  65.  
  66. /* XLATOFF */
  67. #ifdef __cplusplus
  68.         }
  69. #endif
  70.  
  71. #if defined(__IBMC__)
  72.    #pragma info( none )
  73.    #ifndef __CHKHDR__
  74.       #pragma info( restore )
  75.    #endif
  76.    #pragma info( restore )
  77. #endif    /* __IBMC__ */
  78. /* XLATON */
  79.  
  80. /**************************** end of file **********************************/
  81.