Annotation of mstools/samples/playit/playit.rc, revision 1.1

1.1     ! root        1: #include <windows.h>
        !             2: #include "PlayIt.h"
        !             3: 
        !             4: PlayIt ICON PlayIt.ico
        !             5: 
        !             6: PlayIt MENU
        !             7: BEGIN
        !             8:     POPUP "&File"
        !             9:     {
        !            10:         MENUITEM "&New",        IDM_NEW,     GRAYED
        !            11:         MENUITEM "&Open...",    IDM_OPEN
        !            12:         MENUITEM "&Save\tF3",   IDM_SAVE,    GRAYED
        !            13:         MENUITEM "Save &As...", IDM_SAVEAS,  GRAYED
        !            14:         MENUITEM SEPARATOR
        !            15:         MENUITEM "E&xit",       IDM_EXIT
        !            16:     }
        !            17:     POPUP "&Edit"
        !            18:     {
        !            19:         MENUITEM "&Undo",       IDM_UNDO,   GRAYED
        !            20:         MENUITEM SEPARATOR
        !            21:         MENUITEM "Cu&t",        IDM_CUT,    GRAYED
        !            22:         MENUITEM "&Copy",       IDM_COPY,   GRAYED
        !            23:         MENUITEM "&Paste",      IDM_PASTE,  GRAYED
        !            24:         MENUITEM "C&lear",      IDM_CLEAR,  GRAYED
        !            25:     }
        !            26: 
        !            27:     POPUP "&Help"
        !            28:     {
        !            29:         MENUITEM "&Contents",       IDM_HELP_CONTENTS
        !            30:         MENUITEM "&Index",          IDM_HELP_INDEX
        !            31:         MENUITEM "&Overview",       IDM_HELP_OVERVIEW
        !            32:         MENUITEM "&Glossary",       IDM_HELP_GLOSSARY
        !            33:         MENUITEM "&Tutorial",       IDM_HELP_TUTORIAL
        !            34:         MENUITEM "&Demo",           IDM_HELP_DEMO
        !            35:         MENUITEM "&Help On Help",   IDM_HELP_HELP, GRAYED
        !            36:         MENUITEM SEPARATOR
        !            37:         MENUITEM "&About...\tAlt+?",    IDM_ABOUT
        !            38:     }
        !            39: END
        !            40: 
        !            41: STRINGTABLE
        !            42: BEGIN
        !            43:     IDS_TOOMANY     "Too many clocks or timers."
        !            44: END
        !            45: 
        !            46: AboutBox DIALOG 4, 14, 180, 49
        !            47: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
        !            48: CAPTION "About Playit..."
        !            49: BEGIN
        !            50:     ICON            "Playit", -1, 5, 3, 16, 16
        !            51:     LTEXT           "Sample Sound App v1.0", -1, 32, 3, 107, 9
        !            52:     LTEXT           "Written By: Robert Hess", -1, 32, 12, 107, 8
        !            53:     CTEXT           "Copyright (c) 1991 Microsoft Corporation", -1, 3, 29,
        !            54:                     173, 8
        !            55:     CTEXT           "All Rights Reserved", -1, 3, 40, 173, 8
        !            56:     DEFPUSHBUTTON   "OK", IDOK, 144, 3, 32, 14
        !            57:     CONTROL         "", 501, "Static", SS_GRAYRECT, 3, 25, 173, 1
        !            58: END

unix.superglobalmegacorp.com

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