home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / expand / expand.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-20  |  427 b   |  25 lines

  1. #define ID_RESOURCE    1
  2. #define ID_DIALOG    2
  3.  
  4. #define IDS_RESOURCE   "#1"
  5.  
  6. #define IDB_OK        1
  7. #define IDB_CANCEL    2
  8. #define IDB_OPTION    3
  9. #define IDB_RADIO1    5
  10. #define IDB_RADIO2    6
  11. #define IDB_RADIO3    7
  12. #define IDB_RADIO4    8
  13.  
  14. #define IDM_FILE    10
  15. #define IDM_NEW     11
  16. #define IDM_OPEN    12
  17. #define IDM_SAVE    13
  18. #define IDM_SAVEAS    14
  19. #define IDM_EXIT    15
  20. #define IDM_ABOUT    16
  21.  
  22. #define IDM_ITEM    20
  23.  
  24. #define IDM_HELP    100
  25.