home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / o / os2_util.zip / MEMSZ130.ZIP / MEMSIZE.H < prev    next >
Text File  |  1992-07-01  |  815b  |  24 lines

  1. /************************************************************** MEMSIZE.H
  2.  *                                                                      *
  3.  *     Display memory size statistics, refreshed every second.    *
  4.  *                                                                      *
  5.  ************************************************************************/
  6.  
  7. #define ID_MAIN 1
  8.  
  9. #define IDM_SAVE_APPLICATION  11
  10. #define IDM_RESET_DEFAULTS    12
  11. #define IDM_HIDE_CONTROLS     13
  12. #define IDM_SHOW_MEMORY       14
  13. #define IDM_SHOW_SWAPSIZE     15
  14. #define IDM_SHOW_SWAPFREE     16
  15. #define IDM_SHOW_SPOOLSIZE    17
  16. #define IDM_SHOW_CPULOAD      18
  17. #define IDM_ABOUT          19
  18. #define   IDD_ABOUT          190
  19.  
  20. #define IDM_SHOW_DRIVE_FREE   50
  21.  
  22. #define IDM_EXIT          98
  23. #define IDM_KEYS_HELP          99
  24.