Annotation of mstools/mfc/samples/fileview/fileview.rc, revision 1.1

1.1     ! root        1: /* fileview.rc : Defines the resources for the FileView application.
        !             2: //
        !             3: // This is a part of the Microsoft Foundation Classes C++ library.
        !             4: // Copyright (C) 1992 Microsoft Corporation
        !             5: // All rights reserved.
        !             6: //
        !             7: // This source code is only intended as a supplement to the
        !             8: // Microsoft Foundation Classes Reference and Microsoft
        !             9: // QuickHelp documentation provided with the library.
        !            10: // See these sources for detailed information regarding the
        !            11: // Microsoft Foundation Classes product.
        !            12: */
        !            13: 
        !            14: #include <windows.h>
        !            15: #include <afxres.h>
        !            16: #include "resource.h"
        !            17: 
        !            18: AFX_IDI_STD_FRAME   ICON    fileview.ico
        !            19: 
        !            20: MainMenu MENU
        !            21: {
        !            22:        POPUP        "&File"
        !            23:        {
        !            24:                MENUITEM "&Open...\tCtrl+O", IDM_OPEN
        !            25:                MENUITEM "E&xit", IDM_EXIT
        !            26:        }
        !            27:        POPUP        "&Help"
        !            28:        {
        !            29:                MENUITEM "&About FileView...\tF1", IDM_ABOUT
        !            30:        }
        !            31: }
        !            32: 
        !            33: MainAccelTable ACCELERATORS
        !            34: {
        !            35:        VK_F1,      IDM_ABOUT,  VIRTKEY
        !            36:        "O",        IDM_OPEN, VIRTKEY, CONTROL
        !            37: }
        !            38: 
        !            39: rcinclude fileview.dlg

unix.superglobalmegacorp.com

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