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

  1. #define ID_RESOURCE 1
  2.  
  3. #define IDM_FILE       1
  4. #define IDM_NEW        2
  5. #define IDM_OPEN       3
  6. #define IDM_SAVE       4
  7. #define IDM_SAVEAS       5
  8. #define IDM_EXIT       6
  9. #define IDM_ABOUT       7
  10. #define IDM_EDIT       8
  11. #define IDM_DELETE       9
  12. #define IDM_CUT        10
  13. #define IDM_COPY       11
  14. #define IDM_PASTE       12
  15.  
  16. #define IDM_FONTS    20
  17. #define IDM_SCREEN    IDM_FONTS+1
  18. #define IDM_PRINTER    IDM_FONTS+300
  19. #define IDM_FIRSTFONT    IDM_FONTS
  20. #define IDM_LASTFONT    IDM_FONTS+600
  21.  
  22. MRESULT EXPENTRY WndProc( HWND, USHORT, MPARAM, MPARAM );
  23. int cdecl main(void);
  24.