home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prog_pm / chap14 / aboutbox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-01-09  |  322 b   |  16 lines

  1. /*------------------------
  2.    ABOUTBOX.H header file
  3.   ------------------------*/
  4.  
  5. #define ID_RESOURCE      1
  6.  
  7. #define IDM_FILE         1
  8.  
  9. #define IDM_NEW          10
  10. #define IDM_OPEN         11
  11. #define IDM_SAVE         12
  12. #define IDM_SAVEAS       13
  13. #define IDM_ABOUT        14
  14.  
  15. #define IDD_ABOUT        1
  16.