home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK10 / MFC / INCLUDE / AFXRES.H$ / afxres
Encoding:
Text File  |  1992-01-10  |  1.1 KB  |  33 lines

  1. // Microsoft Foundation Classes C++ library. 
  2. // Copyright (C) 1992 Microsoft Corporation, 
  3. // All rights reserved. 
  4.  
  5. // This source code is only intended as a supplement to the 
  6. // Microsoft Foundation Classes Reference and Microsoft 
  7. // QuickHelp documentation provided with the library. 
  8. // See these sources for detailed information regarding the 
  9. // Microsoft Foundation Classes product. 
  10.  
  11. #ifndef __AFXRES_H__
  12. #define __AFXRES_H__
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // Standard Resource IDs for AFX apps
  16.  
  17. // AFX standard ICON IDs (defaults to IDI_APPLICATION)
  18. #define AFX_IDI_STD_MDIFRAME    1
  19. #define AFX_IDI_STD_FRAME       2
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // Standard Command IDs for AFX apps
  23.  
  24. // For CMDIFrames
  25. #define AFX_IDM_FIRST_MDICHILD  0xff00
  26.  
  27. /////////////////////////////////////////////////////////////////////////////
  28.  
  29. #define AFX_ID_MAX              10
  30.  
  31. /////////////////////////////////////////////////////////////////////////////
  32. #endif //__AFXRES_H__
  33.