home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs4 / f1476.zip / RESGAUGE.H < prev    next >
C/C++ Source or Header  |  1991-06-04  |  627b  |  31 lines

  1. //    =========================================================================
  2. //    resgauge.h -- header file for the Resource Gauge application.
  3. //    =========================================================================
  4.  
  5.  
  6. #ifndef    _RESGAUGE_
  7. #define    _RESGAUGE_
  8.  
  9.  
  10. //    ------------------
  11. //    manifest constants
  12. //    ------------------
  13. //    menu item ID
  14. #define    IDM_ABOUT    100
  15.  
  16. //    dialog item IDs
  17. #define    IDD_ABOUT1    100
  18. #define    IDD_ABOUT2    101
  19. #define    IDD_ABOUT3    102
  20. #define    IDD_ABOUT4    103
  21. #define    IDD_ABOUT5    104
  22. #define    LAST_ABOUT    104
  23.  
  24.  
  25. #endif
  26.  
  27.  
  28. //    =================
  29. //    end of resgauge.h
  30. //    =================
  31.