home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / help.pak / HELP.RH < prev    next >
Text File  |  1997-07-23  |  574b  |  19 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include <owl\window.rh>
  5.  
  6. #define OWLHELPAPMENU  2
  7. #define OWLHELPAPACCEL 3
  8.  
  9. #define HELP_MENUITEMA       0x100
  10. #define HELP_MENUITEMB       0x101
  11. #define HELP_EXIT            0x102
  12.  
  13. #define CM_MENUITEMA   0x100
  14. #define CM_MENUITEMB   0x101
  15.  
  16. #define CM_HELPINDEX   0x200
  17. #define CM_HELPHELP    0x201
  18. #define CM_HELPABOUT   0x202
  19.