home *** CD-ROM | disk | FTP | other *** search
-
- // ---------------------------------------------------------------------
- //
- // Stereo.rc - Sample QuickTime for Windows Application
- //
- // (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
- #include <windows.h>
- #include "stereo.h"
-
- stereo MENU
- {
- POPUP "&File"
- {
- MENUITEM "&Open...", IDM_OPEN
- }
- POPUP "&Action"
- {
- MENUITEM "&Attach Controller", IDM_ATTACH
- MENUITEM "&Detach Controller", IDM_DETACH
- }
- }
-
-