home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / c / os2h / hmtailor.h__ / hmtailor.h
Encoding:
C/C++ Source or Header  |  1993-04-22  |  2.0 KB  |  73 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. #ifdef __IBMC__
  21.    #pragma checkout( suspend )
  22.    #ifndef __CHKHDR__
  23.       #pragma checkout( suspend )
  24.    #endif
  25.    #pragma checkout( resume )
  26. #endif
  27. /* XLATON */
  28.  
  29. #define IDM_CHILDVPSYSMENU   810
  30.  
  31. #define IDM_FILE             0x7F00
  32. #define IDM_SEARCH           0x7F01
  33. #define IDM_PRINT            0x7F02
  34. #define IDM_VIEWPORT         0x7F05
  35.  
  36. #define IDM_EDIT             0x7F10
  37. #define IDM_CLIP_COPY        0x7F11
  38. #define IDM_CLIP_CF          0x7F12
  39. #define IDM_CLIP_AF          0x7F13
  40. #define IDM_LIBRARIES        0x7F14
  41.  
  42. #define IDM_OPTIONS          0x7F20
  43. #define IDM_VIEWPAGES        0x7F21
  44. #define IDM_TOC              0x7F23
  45. #define IDM_OPTION_EXPLEVEL  0x7F24
  46. #define IDM_OPTION_EXPBRANCH 0x7F25
  47. #define IDM_OPTION_EXPALL    0x7F26
  48. #define IDM_OPTION_COLBRANCH 0x7F27
  49. #define IDM_OPTION_COLALL    0x7F28
  50. #define IDM_PREVIOUS         0x7F29
  51.  
  52. #define IDM_HELP             0x7F30
  53. #define IDM_HELPHELP         0x7F31
  54. #define IDM_HELP_EXTENDED    0x7F32
  55. #define IDM_USING_HELP       IDM_HELPHELP
  56. #define IDM_GENERAL_HELP     IDM_HELP_EXTENDED
  57. #define IDM_HELP_KEYS        0x7F33
  58. #define IDM_HELP_INDEX       0x7F34
  59.  
  60. #define IDM_TUTORIAL         0x7F37
  61.  
  62. /* XLATOFF */
  63. #ifdef __IBMC__
  64.    #pragma checkout( suspend )
  65.    #ifndef __CHKHDR__
  66.       #pragma checkout( resume )
  67.    #endif
  68.    #pragma checkout( resume )
  69. #endif
  70. /* XLATON */
  71.  
  72. /**************************** end of file **********************************/
  73.