home *** CD-ROM | disk | FTP | other *** search
- // 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.
-
- #ifndef __AFXRES_H__
- #define __AFXRES_H__
-
- /////////////////////////////////////////////////////////////////////////////
- // Standard Resource IDs for AFX apps
-
- // AFX standard ICON IDs (defaults to IDI_APPLICATION)
- #define AFX_IDI_STD_MDIFRAME 1
- #define AFX_IDI_STD_FRAME 2
-
- /////////////////////////////////////////////////////////////////////////////
- // Standard Command IDs for AFX apps
-
- // For CMDIFrames
- #define AFX_IDM_FIRST_MDICHILD 0xff00
-
- /////////////////////////////////////////////////////////////////////////////
-
- #define AFX_ID_MAX 10
-
- /////////////////////////////////////////////////////////////////////////////
- #endif //__AFXRES_H__
-