Annotation of mstools/samples/deb/deb.rc, revision 1.1.1.2

1.1.1.2 ! root        1: // ************************************************************************
        !             2: //
        !             3: //                      Microsoft Developer Support
        !             4: //               Copyright (c) 1992 Microsoft Corporation
        !             5: //
        !             6: // ************************************************************************
        !             7: // MODULE   : DEB.RC
        !             8: // PURPOSE  : A Win32 Application that demonstrates the Win32 Debug APIs
1.1       root        9: // COMMENTS :
1.1.1.2 ! root       10: //
        !            11: // ************************************************************************
1.1       root       12: #include <Windows.H>
                     13: #include "DEB.H"      // contains the IDs
                     14: #include "DEB.Dlg"    // contains the dialog boxes
                     15: 
                     16: DebugIcon ICON DEB.Ico
                     17: 
                     18: 
                     19: DebugMenu MENU
                     20: BEGIN
                     21: 
                     22:   POPUP "&File"
                     23:   BEGIN
                     24:     MENUITEM "&Open...\tCtrl+F12", IDM_FILE_OPEN
                     25:     MENUITEM "&Attach...",         IDM_FILE_ATTACH
                     26:     MENUITEM SEPARATOR
                     27:     MENUITEM "E&xit\tAlt+F4",      IDM_FILE_EXIT
                     28:   END
                     29: 
                     30:   POPUP "&Edit"
                     31:   BEGIN
                     32:     MENUITEM "Cu&t\tCtrl+X", IDM_EDIT_CUT
                     33:     MENUITEM "&Copy\tCtrl+C",IDM_EDIT_COPY
                     34:     MENUITEM "&Delete\tDel", IDM_EDIT_DELETE
                     35:   END
                     36: 
                     37:   POPUP "&Options"
                     38:   BEGIN
                     39:     MENUITEM "&Font...",               IDM_OPTIONS_FONT
                     40:     MENUITEM "Background &Color...",   IDM_OPTIONS_COLOR
                     41:     MENUITEM "&Preferences...",        IDM_OPTIONS_PREFERENCES
                     42:     MENUITEM SEPARATOR
                     43:     MENUITEM "&Tool Bar",              IDM_OPTIONS_TOOLBAR
                     44:     MENUITEM "Use Saved &Directory",   IDM_OPTIONS_SAVEDDIR
                     45:     MENUITEM "Save Settings on E&xit", IDM_OPTIONS_SAVEONEXIT
                     46:   END
                     47: 
                     48:   POPUP "&Help"
                     49:   BEGIN
                     50:     MENUITEM "&Contents",               IDM_HELP_CONTENTS
                     51:     MENUITEM "&Search for Help On...",  IDM_HELP_SEARCH
                     52:     MENUITEM "&How to Use Help",        IDM_HELP_HOWTOUSE
                     53:     MENUITEM SEPARATOR
1.1.1.2 ! root       54:     MENUITEM "&About Debug Event Browser...",           IDM_HELP_ABOUT
1.1       root       55:   END
                     56: 
                     57: END
                     58: 
                     59: 
                     60: DebugAccel ACCELERATORS
                     61: BEGIN
                     62:    VK_F12,    IDM_FILE_OPEN,     VIRTKEY, CONTROL
                     63:    VK_F4,     IDM_FILE_EXIT,     VIRTKEY, ALT
                     64:    "X",       IDM_EDIT_CUT,      VIRTKEY, CONTROL
                     65:    "C",       IDM_EDIT_COPY,     VIRTKEY, CONTROL
                     66:    VK_DELETE, IDM_EDIT_CUT,      VIRTKEY, SHIFT
                     67:    VK_INSERT, IDM_EDIT_COPY,     VIRTKEY, CONTROL
                     68:    VK_DELETE, IDM_EDIT_DELETE,   VIRTKEY
                     69:    VK_F1,     IDM_HELP_CONTENTS, VIRTKEY
                     70: END
                     71: 
                     72: 
                     73: STRINGTABLE
                     74: BEGIN
                     75:   IDS_APPTITLE,          "Debug Event Browser"
                     76:   IDS_SHORT_APPTITLE,    "DEB"
                     77:   IDS_DEBUG_EVENTS,      "Debug Events"
                     78:   IDS_OFN_TITLE,         "Select an Executable"
                     79:   IDS_OFN_DEBUGEE_TITLE, "Debug Event Browser - Debugee"
                     80:   IDS_OFN_FILTERNAME,    "Executable Files(*.EXE)"
                     81:   IDS_OFN_FILTER,        "*.EXE"
                     82:   IDS_BUTTON_OPEN,       "Open"
                     83:   IDS_BUTTON_ATTACH,     "Attach"
                     84:   IDS_BUTTON_CUT,        "Cut"
                     85:   IDS_BUTTON_COPY,       "Copy"
                     86:   IDS_BUTTON_DELETE,     "Delete"
                     87:   IDS_BUTTON_HELP,       "Help"
                     88:   IDS_EXIT_BOX_TITLE,    "Exit the Debug Event Browser"
                     89:   IDS_EXIT_BOX_TEXT,     "Some Debugee processes are still active.\nDo you want to Exit anyway?"
                     90: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.