home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Profiler / heapmon / heapmon.rc < prev    next >
Encoding:
Text File  |  2000-05-04  |  3.1 KB  |  125 lines

  1. // heapmon.rc
  2. //
  3. // Created 08/01/99
  4. //
  5. // (C)Copyright 1999 Microsoft Corporation, All rights reserved.
  6. //
  7.  
  8. //Microsoft Developer Studio generated resource script.
  9. //
  10. #include "resource.h"
  11.  
  12. #define APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Generated from the TEXTINCLUDE 2 resource.
  16. //
  17. #include "winnt.h"
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // English (U.S.) resources
  24.  
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30.  
  31. #ifdef APSTUDIO_INVOKED
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36.  
  37. 1 TEXTINCLUDE DISCARDABLE 
  38. BEGIN
  39.     "resource.h\0"
  40. END
  41.  
  42. 2 TEXTINCLUDE DISCARDABLE 
  43. BEGIN
  44.     "#include ""winnt.h""\r\n"
  45.     "\0"
  46. END
  47.  
  48. 3 TEXTINCLUDE DISCARDABLE 
  49. BEGIN
  50.     "\r\n"
  51.     "\0"
  52. END
  53.  
  54. #endif    // APSTUDIO_INVOKED
  55.  
  56.  
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Bitmap
  60. //
  61.  
  62. IDB_TREEIMAGES          BITMAP  DISCARDABLE     "bitmap1.bmp"
  63. IDB_HEAPDUMP_PROGRESS   BITMAP  DISCARDABLE     "bitmap2.bmp"
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. //
  67. // Menu
  68. //
  69.  
  70. IDR_MAINMENU MENU DISCARDABLE 
  71. BEGIN
  72.     MENUITEM "&Stop!",                      IDM_STOPGO
  73.     POPUP "&Window"
  74.     BEGIN
  75.         MENUITEM "New &Heap Viewer",            IDM_WINDOW_NEWHEAPVIEWER
  76.         MENUITEM "New &Class Viewer",           IDM_WINDOW_NEWCLASSVIEWER
  77.         MENUITEM "New &GC Stats Viewer",        IDM_WINDOW_NEWGCSTATSVIEWER
  78.         MENUITEM "New &Tracked Object Viewer",  IDM_WINDOW_NEWTRKOBJVIEWER
  79.         MENUITEM "New T&agged Object Viewer",   IDM_WINDOW_NEWTAGOBJVIEWER
  80.     END
  81. END
  82.  
  83. IDR_HEAPVIEW_OBJ_POPUP MENU DISCARDABLE 
  84. BEGIN
  85.     POPUP "x"
  86.     BEGIN
  87.         MENUITEM "Find &References",            IDM_OBJPOPUP_FINDREFERENCES
  88.         MENUITEM "Trac&k",                      IDM_OBJPOPUP_TRACK
  89.         MENUITEM "&Tag",                        IDM_OBJPOPUP_TAG
  90.     END
  91. END
  92.  
  93. IDR_HEAPVIEW_CLS_POPUP MENU DISCARDABLE 
  94. BEGIN
  95.     POPUP "x"
  96.     BEGIN
  97.         MENUITEM "Find &Instances",             IDM_CLSPOPUP_FINDINSTANCES
  98.     END
  99. END
  100.  
  101.  
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Icon
  105. //
  106.  
  107. // Icon with lowest ID value placed first to ensure application icon
  108. // remains consistent on all systems.
  109. IDI_MAINICON            ICON    DISCARDABLE     "icon1.ico"
  110. #endif    // English (U.S.) resources
  111. /////////////////////////////////////////////////////////////////////////////
  112.  
  113.  
  114.  
  115. #ifndef APSTUDIO_INVOKED
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // Generated from the TEXTINCLUDE 3 resource.
  119. //
  120.  
  121.  
  122. /////////////////////////////////////////////////////////////////////////////
  123. #endif    // not APSTUDIO_INVOKED
  124.  
  125.