home *** CD-ROM | disk | FTP | other *** search
- /*
- res.h -- Resource IDs
- Created by Microsoft Corporation, 1989
- */
- #define ID_RESOURCE 0x01
-
- #define IDD_COLORS 0x11
- #define IDD_TICKS 0x12
- #define IDD_ABOUT 0x1f
-
- #define IDM_HIDECONTROLS 0x11
- #define IDM_COLORS 0x12
- #define IDM_TICKS 0x13
- #define IDM_ABOUT 0x1f
-
- #define IDM_SET 0x21
- #define IDM_CLEAR 0x22
-
- #define IDM_SELECT 0x31
- #define IDM_ADD 0x32
- #define IDM_MODIFY 0x33
- #define IDM_DELETE 0x34
-