home *** CD-ROM | disk | FTP | other *** search
- // heapmon.rc
- //
- // Created 08/01/99
- //
- // (C)Copyright 1999 Microsoft Corporation, All rights reserved.
- //
-
- //Microsoft Developer Studio generated resource script.
- //
- #include "resource.h"
-
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "winnt.h"
-
- /////////////////////////////////////////////////////////////////////////////
- #undef APSTUDIO_READONLY_SYMBOLS
-
- /////////////////////////////////////////////////////////////////////////////
- // English (U.S.) resources
-
- #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
- #ifdef _WIN32
- LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
- #pragma code_page(1252)
- #endif //_WIN32
-
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
-
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h\0"
- END
-
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""winnt.h""\r\n"
- "\0"
- END
-
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "\r\n"
- "\0"
- END
-
- #endif // APSTUDIO_INVOKED
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Bitmap
- //
-
- IDB_TREEIMAGES BITMAP DISCARDABLE "bitmap1.bmp"
- IDB_HEAPDUMP_PROGRESS BITMAP DISCARDABLE "bitmap2.bmp"
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Menu
- //
-
- IDR_MAINMENU MENU DISCARDABLE
- BEGIN
- MENUITEM "&Stop!", IDM_STOPGO
- POPUP "&Window"
- BEGIN
- MENUITEM "New &Heap Viewer", IDM_WINDOW_NEWHEAPVIEWER
- MENUITEM "New &Class Viewer", IDM_WINDOW_NEWCLASSVIEWER
- MENUITEM "New &GC Stats Viewer", IDM_WINDOW_NEWGCSTATSVIEWER
- MENUITEM "New &Tracked Object Viewer", IDM_WINDOW_NEWTRKOBJVIEWER
- MENUITEM "New T&agged Object Viewer", IDM_WINDOW_NEWTAGOBJVIEWER
- END
- END
-
- IDR_HEAPVIEW_OBJ_POPUP MENU DISCARDABLE
- BEGIN
- POPUP "x"
- BEGIN
- MENUITEM "Find &References", IDM_OBJPOPUP_FINDREFERENCES
- MENUITEM "Trac&k", IDM_OBJPOPUP_TRACK
- MENUITEM "&Tag", IDM_OBJPOPUP_TAG
- END
- END
-
- IDR_HEAPVIEW_CLS_POPUP MENU DISCARDABLE
- BEGIN
- POPUP "x"
- BEGIN
- MENUITEM "Find &Instances", IDM_CLSPOPUP_FINDINSTANCES
- END
- END
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
-
- // Icon with lowest ID value placed first to ensure application icon
- // remains consistent on all systems.
- IDI_MAINICON ICON DISCARDABLE "icon1.ico"
- #endif // English (U.S.) resources
- /////////////////////////////////////////////////////////////////////////////
-
-
-
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
-
-
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
-
-