File:  [WindowsNT SDKs] / mstools / samples / playit / playit.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:01 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1991, ntsdk-jun-1992, ntsdk-dec-1991, HEAD
Microsoft Windows NT Pre-Release 11-19-1991

#include <windows.h>
#include "PlayIt.h"

PlayIt ICON PlayIt.ico

PlayIt MENU
BEGIN
    POPUP "&File"
    {
        MENUITEM "&New",        IDM_NEW,     GRAYED
        MENUITEM "&Open...",    IDM_OPEN
        MENUITEM "&Save\tF3",   IDM_SAVE,    GRAYED
        MENUITEM "Save &As...", IDM_SAVEAS,  GRAYED
        MENUITEM SEPARATOR
        MENUITEM "E&xit",       IDM_EXIT
    }
    POPUP "&Edit"
    {
        MENUITEM "&Undo",       IDM_UNDO,   GRAYED
        MENUITEM SEPARATOR
        MENUITEM "Cu&t",        IDM_CUT,    GRAYED
        MENUITEM "&Copy",       IDM_COPY,   GRAYED
        MENUITEM "&Paste",      IDM_PASTE,  GRAYED
        MENUITEM "C&lear",      IDM_CLEAR,  GRAYED
    }

    POPUP "&Help"
    {
        MENUITEM "&Contents",       IDM_HELP_CONTENTS
        MENUITEM "&Index",          IDM_HELP_INDEX
        MENUITEM "&Overview",       IDM_HELP_OVERVIEW
        MENUITEM "&Glossary",       IDM_HELP_GLOSSARY
        MENUITEM "&Tutorial",       IDM_HELP_TUTORIAL
        MENUITEM "&Demo",           IDM_HELP_DEMO
        MENUITEM "&Help On Help",   IDM_HELP_HELP, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "&About...\tAlt+?",    IDM_ABOUT
    }
END

STRINGTABLE
BEGIN
    IDS_TOOMANY     "Too many clocks or timers."
END

AboutBox DIALOG 4, 14, 180, 49
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "About Playit..."
BEGIN
    ICON            "Playit", -1, 5, 3, 16, 16
    LTEXT           "Sample Sound App v1.0", -1, 32, 3, 107, 9
    LTEXT           "Written By: Robert Hess", -1, 32, 12, 107, 8
    CTEXT           "Copyright (c) 1991 Microsoft Corporation", -1, 3, 29,
                    173, 8
    CTEXT           "All Rights Reserved", -1, 3, 40, 173, 8
    DEFPUSHBUTTON   "OK", IDOK, 144, 3, 32, 14
    CONTROL         "", 501, "Static", SS_GRAYRECT, 3, 25, 173, 1
END

unix.superglobalmegacorp.com

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