home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap10 / about2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-12  |  399 b   |  20 lines

  1. /*----------------------
  2.    ABOUT2.H header file
  3.   ----------------------*/
  4.  
  5. #define IDM_ABOUT      1
  6.  
  7. #define IDD_BLACK     10
  8. #define IDD_BLUE      11
  9. #define IDD_GREEN     12
  10. #define IDD_CYAN      13
  11. #define IDD_RED       14
  12. #define IDD_MAGENTA   15
  13. #define IDD_YELLOW    16
  14. #define IDD_WHITE     17
  15.  
  16. #define IDD_RECT      20
  17. #define IDD_ELL       21
  18.  
  19. #define IDD_PAINT     30
  20.