Annotation of mstools/samples/generic/generic.rc, revision 1.1.1.1

1.1       root        1: #include "windows.h"
                      2: #include "generic.h"
                      3: 
                      4: Generic ICON Generic.ICO
                      5: 
                      6: Generic MENU
                      7: BEGIN
                      8:        POPUP "&File"
                      9:        {
                     10:                MENUITEM "&New",            IDM_NEW,        GRAYED
                     11:                MENUITEM "&Open...",        IDM_OPEN,       GRAYED
                     12:                MENUITEM "&Save",           IDM_SAVE,       GRAYED
                     13:                MENUITEM "Save &As...",     IDM_SAVEAS,     GRAYED
                     14:                MENUITEM SEPARATOR
                     15:                MENUITEM "&Print...",       IDM_PRINT,      GRAYED
                     16:                MENUITEM "P&rint Setup...", IDM_PRINTSETUP, GRAYED
                     17:                MENUITEM SEPARATOR
                     18:                MENUITEM "E&xit",           IDM_EXIT
                     19:        }
                     20:        POPUP "&Edit"
                     21:        {
                     22:                MENUITEM "&Undo\tCtrl+Z",   IDM_UNDO,   GRAYED
                     23:                MENUITEM SEPARATOR
                     24:                MENUITEM "Cu&t\tCtrl+X",    IDM_CUT,    GRAYED
                     25:                MENUITEM "&Copy\tCtrl+C",   IDM_COPY,   GRAYED
                     26:                MENUITEM "&Paste\tCtrl+V",  IDM_PASTE,  GRAYED
                     27:                MENUITEM "Paste &Link"      IDM_LINK,   GRAYED
                     28:                MENUITEM SEPARATOR
                     29:                MENUITEM "Lin&ks..."        IDM_LINKS,  GRAYED
                     30:        }
                     31: 
                     32:        POPUP        "&Help"
                     33:        {
                     34:                MENUITEM "&Contents",               IDM_HELPCONTENTS
                     35:                MENUITEM "&Search for Help On...",  IDM_HELPSEARCH
                     36:                MENUITEM "&How to Use Help",        IDM_HELPHELP
                     37:                MENUITEM SEPARATOR
                     38:                MENUITEM "&About Generic...",       IDM_ABOUT
                     39:        }
                     40: END
                     41: 
                     42: GENERIC ACCELERATORS
                     43: BEGIN
                     44:        VK_F1, IDM_HELPCONTENTS, VIRTKEY
                     45:        "?", IDM_ABOUT, ALT
                     46:        "/", IDM_ABOUT, ALT
                     47: END
                     48: 
                     49: 
                     50: 
                     51: ; Bring in the dialogs:
                     52: RCINCLUDE GENERIC.DLG
                     53: 
                     54: ; Bring in the version stamping information:
                     55: RCINCLUDE GENERIC.RCV

unix.superglobalmegacorp.com

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