home *** CD-ROM | disk | FTP | other *** search
- /*
- // 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.
- */
-
- // File Menu
- #define IDM_UPDATE 101
- #define IDM_EXIT 102
-
- // Edit Menu
- #define IDM_CHANGESTRING 201
-
- // Help Menu
- #define IDM_ABOUT 901
-
-
- // Control IDs
- #define IDC_EDIT1 1001
-