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