home *** CD-ROM | disk | FTP | other *** search
- // resource.h
- //............................................................................
- #ifndef RESOURCE_H
- #define RESOURCE_H
-
- //............................................................................
- // Dialog constants
- #define IDD_START_AND_END 1
-
- #define IDC_START_VALUE 101
- #define IDC_END_VALUE 102
-
- //............................................................................
- // String table constants
-
- #define IDS_MAINTITLE 100
-
- //............................................................................
- // Menu constants
-
- #define IDM_MAIN 1
-
- #define IDM_NAV_FIRST 1
- #define IDM_NAV_PRIORSET 2
- #define IDM_NAV_PRIOR 3
- #define IDM_NAV_NEXT 4
- #define IDM_NAV_NEXTSET 5
- #define IDM_NAV_LAST 6
-
- #define IDM_TEST_SETRANGE_STARTEND 11
-
- //............................................................................
- // Icon constants
-
- #define IDI_MAIN 1
-
- //............................................................................
- #endif // RESOURCE_H
-