home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / ABOUT2 / ABOUT2.RC$ / about2
Encoding:
Text File  |  1992-01-10  |  1.0 KB  |  38 lines

  1. // about2.rc : Defines the resources for the About2 application.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. //
  13. // Based on the About2 application by Charles Petzold.
  14. // The original application appeared in
  15. // "Programming Windows", Second Edition (pp. 417-423),
  16. // Copyright (C) 1990 Charles Petzold,
  17. // published by Microsoft Press. Used with permission.
  18.  
  19. #include <windows.h>
  20. #include <afxres.h>
  21.  
  22. #include "resource.h"
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25.  
  26. About2 ICON about2.ico
  27.  
  28. About2 MENU
  29. {
  30.     POPUP "&Help"
  31.     {
  32.         MENUITEM "&About About2...",      IDM_ABOUT
  33.     }
  34. }
  35.  
  36. rcinclude about2.dlg
  37.  
  38.