home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / ABOUT2 / RESOURCE.H$ / resource
Encoding:
C/C++ Source or Header  |  1992-01-10  |  1.1 KB  |  38 lines

  1. /* resource.h : Declares the constants for messages and resources.
  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. // This header file is suitable to include in C++ code or .RC scripts.
  20. */
  21.  
  22. #define IDM_ABOUT      1
  23.  
  24. #define IDD_BLACK     10
  25. #define IDD_BLUE      11
  26. #define IDD_GREEN     12
  27. #define IDD_CYAN      13
  28. #define IDD_RED       14
  29. #define IDD_MAGENTA   15
  30. #define IDD_YELLOW    16
  31. #define IDD_WHITE     17
  32.  
  33. #define IDD_RECT      20
  34. #define IDD_ELL       21
  35.  
  36. #define IDD_PAINT     30
  37.  
  38.