home *** CD-ROM | disk | FTP | other *** search
- /*
- Resource identifiers for SNAP resources
- Created by Microsoft Corporation, 1989
- */
- #define IDR_ICON_SNAP 1
- #define IDR_PTR_SNAP 2
- #define IDR_PTR_HAND 3
- #define IDR_PTR_SELECT 4
-
- #define IDS_SNAP 1
-
- #define IDM_ABOUT 1
- #define IDM_NCAREA 3
- #define IDM_REGION 4
- #define IDM_WINDOW 5
- #define IDM_SNAP 6
- #define IDM_EXIT 7
- #define IDM_ACTIVE 8
- #define IDM_HIDE 9
- #define IDM_SAVE 10
-
- #define IDD_INFO 1
- #define IDD_SAVEFILE 2
-
- #define ID_FILEENTRY 10
-
- typedef struct _DLGP {
- SHORT cch;
- PSZ psz;
- } DLGP;
-