home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c031 / 3.ddi / MFC / SAMPLES / FILEVIEW / RESOURCE.H$ / resource
Encoding:
C/C++ Source or Header  |  1992-01-10  |  720 b   |  20 lines

  1. /* resource.h : Defines the resource constants for the FileView 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. // Note that this window only contains #define directives.  This makes it
  14. // suitable for including in the generic.rc resource file.
  15. */
  16.  
  17. #define IDM_ABOUT   200
  18. #define IDM_OPEN    101
  19. #define IDM_EXIT    102
  20.