home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / msjmar93.zip / DIAG.ZIP / RESOURCE.H < prev   
Text File  |  1993-03-01  |  456b  |  21 lines

  1. /* resource.h : Defines the resource constants for the Diagnostic application.
  2. //
  3. */
  4.  
  5. #define IDM_ABOUT   100
  6.  
  7. #define IDM_TRACE   101
  8. #define IDM_DUMP    111
  9. #define IDM_ASSERT    102
  10. #define IDM_VERIFY  103
  11. #define IDM_IGNOREASSERT  112
  12. #define IDM_GUARD   104
  13. #define IDM_CHECKPOINT 105
  14. #define IDM_LEAK    106
  15. #define IDM_HOOKALLOC 107
  16. #define IDM_DYNDUMP 113
  17. #define IDM_DUMPCLASS 108
  18. #define IDM_BADCAST    109
  19. #define IDM_ITERATE    110
  20.  
  21.