home *** CD-ROM | disk | FTP | other *** search
- /* resource.h : Defines the resource constants for the application.
- //
- // This is a part of the Microsoft Foundation Classes C++ library.
- // Copyright (C) 1992 Microsoft Corporation
- // All rights reserved.
- //
- // This source code is only intended as a supplement to the
- // Microsoft Foundation Classes Reference and Microsoft
- // QuickHelp documentation provided with the library.
- // See these sources for detailed information regarding the
- // Microsoft Foundation Classes product.
- //
- // This file contains only #define directives, thus it can be
- // included in the resource script.
- */
-
-
- #ifndef __RESOURCE_H__
- #define __RESOURCE_H__
-
- /////////////////////////////////////////////////////////////////////////////
- // MENU CONTROL VALUES
-
- #define IDM_BOUNCE 10
- #define IDM_HELLO 11
- #define IDM_EXIT 12
-
- #define IDM_BLACK 20
- #define IDM_RED 21
- #define IDM_GREEN 22
- #define IDM_BLUE 23
- #define IDM_WHITE 24
- #define IDM_CUSTOM 25
-
- #define IDM_FAST 30
- #define IDM_SLOW 31
-
- #define IDM_CASCADE 41
- #define IDM_TILE 42
- #define IDM_ARRANGE 43
- #define IDM_MAXIMIZE 44
- #define IDM_NEXT 45
- #define IDM_RESTORE 46
-
- #define IDM_ABOUT 50
-
- #define IDM_FIRSTCHILD 200
-
-
- #endif // __RESOURCE_H__
-
-