home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- *
- * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
- * PURPOSE.
- *
- * Copyright (C) 1992 - 1997 Microsoft Corporation. All Rights Reserved.
- *
- **************************************************************************/
-
- /* dialogs */
- #define ABOUTBOX 1
-
- /* Menu Items */
-
- #define MENU_ABOUT 1000
- #define MENU_EXIT 1001
- #define MENU_NEW 1002
- #define MENU_CLOSE 1003
- #define MENU_OPEN 1004
-
- /* Movie menu */
- #define IDM_STOP 9
- #define IDM_PLAY 10
- #define IDM_HOME 11
- #define IDM_END 12
- #define IDM_STEP 13
- #define IDM_RSTEP 14
- #define IDM_RPLAY 15
- #define IDM_PAUSE 16
-
- #define IDM_SAutosizeWindow 17
- #define IDM_SAutosizeMovie 18
- #define IDM_SPlaybar 19
- #define IDM_SMenu 20
- #define IDM_SShowName 21
- #define IDM_SShowMode 22
- #define IDM_SShowPos 23
- #define IDM_SNotifyMedia 24
- #define IDM_SNotifyMode 25
- #define IDM_SNotifyPos 26
- #define IDM_SNotifySize 27
- #define IDM_SRecord 28
- #define IDM_SErrorDlg 29
-
- //String Table ID's
-
- #define IDS_APPNAME 1
- #define IDS_APPERR 2
- #define IDS_VFWTOOOLD 3
- #define IDS_UNTITLLED 4
- #define IDS_NOOPEN 5
- #define IDS_FILTERSTRING 6
-
-