home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / memsrc.zip / MEMWATCH / main.h < prev    next >
C/C++ Source or Header  |  1999-03-19  |  448b  |  21 lines

  1. #ifndef __main_included
  2. #define __main_included
  3.  
  4. #define ID_APPNAME      1
  5. #define IDM_ABOUT       2
  6. #define IDM_EXIT        3
  7. #define IDM_GRID        4
  8. #define IDM_FAST        5
  9. #define IDM_NORMAL      6
  10. #define IDM_SLOW        7
  11. #define IDM_PAUSE       8
  12. #define IDM_PHYSICAL_MEM 9
  13. #define IDM_PHYSICAL_MEM_LIMIT 10
  14. #define IDM_DETAIL      11
  15. #define IDM_SHORTTEXT   12
  16.  
  17. #define IDMTITLEBAR     20
  18.  
  19. #endif  //__main_included
  20.  
  21.