home *** CD-ROM | disk | FTP | other *** search
-
- // ---------------------------------------------------------------------
- //
- // BigEight.rc - Sample QuickTime for Windows Application
- //
- // (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
- //
- // ---------------------------------------------------------------------
-
- #include <windows.h>
- #include "bigeight.h"
-
- bigeight MENU
- {
- POPUP "&Attributes"
- {
- MENUITEM "&Hide Controller", IDM_CONTROLLER
- MENUITEM "&Hide Step Buttons", IDM_STEP_BUTTONS
- MENUITEM "&Hide Speaker Button", IDM_SPEAKER_BUTTON
- MENUITEM "&Hide Grow Box", IDM_GROW_BOX
- MENUITEM SEPARATOR
- MENUITEM "&Disable Keyboard Interface", IDM_KEYBOARD
- MENUITEM "&Disable Sound", IDM_SOUND
- MENUITEM "&Enable Looping", IDM_LOOPING
- MENUITEM "&Enable Palindrome Looping", IDM_PALINDROME
- }
- }
-
-