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

  1. /*
  2.     Resource identifiers for SNAP resources
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #define IDR_ICON_SNAP   1
  6. #define IDR_PTR_SNAP    2
  7. #define IDR_PTR_HAND    3
  8. #define IDR_PTR_SELECT  4
  9.  
  10. #define IDS_SNAP    1
  11.  
  12. #define IDM_ABOUT   1
  13. #define IDM_NCAREA  3
  14. #define IDM_REGION  4
  15. #define IDM_WINDOW  5
  16. #define IDM_SNAP    6
  17. #define IDM_EXIT    7
  18. #define IDM_ACTIVE  8
  19. #define IDM_HIDE    9
  20. #define IDM_SAVE    10
  21.  
  22. #define IDD_INFO      1
  23. #define IDD_SAVEFILE  2
  24.  
  25. #define ID_FILEENTRY 10
  26.  
  27. typedef struct _DLGP {
  28.     SHORT   cch;
  29.     PSZ     psz;
  30. } DLGP;
  31.