home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / header45.zip / hmtailor.h < prev    next >
C/C++ Source or Header  |  1999-04-30  |  2KB  |  79 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 __IBMC__ || __IBMCPP__
  21.    #pragma info( none )
  22.    #ifndef __CHKHDR__
  23.       #pragma info( none )
  24.    #endif
  25.    #pragma info( restore )
  26. #endif
  27. #ifdef __cplusplus
  28.       extern "C" {
  29. #endif
  30. /* XLATON */
  31.  
  32. #define IDM_CHILDVPSYSMENU   810
  33.  
  34. #define IDM_FILE             0x7F00
  35. #define IDM_SEARCH           0x7F01
  36. #define IDM_PRINT            0x7F02
  37. #define IDM_VIEWPORT         0x7F05
  38.  
  39. #define IDM_EDIT             0x7F10
  40. #define IDM_CLIP_COPY        0x7F11
  41. #define IDM_CLIP_CF          0x7F12
  42. #define IDM_CLIP_AF          0x7F13
  43. #define IDM_LIBRARIES        0x7F14
  44.  
  45. #define IDM_OPTIONS          0x7F20
  46. #define IDM_VIEWPAGES        0x7F21
  47. #define IDM_TOC              0x7F23
  48. #define IDM_OPTION_EXPLEVEL  0x7F24
  49. #define IDM_OPTION_EXPBRANCH 0x7F25
  50. #define IDM_OPTION_EXPALL    0x7F26
  51. #define IDM_OPTION_COLBRANCH 0x7F27
  52. #define IDM_OPTION_COLALL    0x7F28
  53. #define IDM_PREVIOUS         0x7F29
  54.  
  55. #define IDM_HELP             0x7F30
  56. #define IDM_HELPHELP         0x7F31
  57. #define IDM_HELP_EXTENDED    0x7F32
  58. #define IDM_USING_HELP       IDM_HELPHELP
  59. #define IDM_GENERAL_HELP     IDM_HELP_EXTENDED
  60. #define IDM_HELP_KEYS        0x7F33
  61. #define IDM_HELP_INDEX       0x7F34
  62.  
  63. #define IDM_TUTORIAL         0x7F37
  64.  
  65. /* XLATOFF */
  66. #ifdef __cplusplus
  67.         }
  68. #endif
  69. #if __IBMC__ || __IBMCPP__
  70.    #pragma info( none )
  71.    #ifndef __CHKHDR__
  72.       #pragma info( restore )
  73.    #endif
  74.    #pragma info( restore )
  75. #endif
  76. /* XLATON */
  77.  
  78. /**************************** end of file **********************************/
  79.