Use string resources instead of hardcoded strings.
[reactos.git] / reactos / lib / cpl / timedate / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4
5 #define IDC_CPLICON 1
6
7 #define IDD_DATETIMEPAGE 100
8 #define IDC_DATEPICKER 101
9 #define IDC_MONTHCALENDAR 102
10 #define IDC_TIMEZONE 106
11 #define IDC_TIMEPICKER 107
12
13 #define IDD_TIMEZONEPAGE 110
14 #define IDC_TIMEZONELIST 111
15 #define IDC_AUTODAYLIGHT 113
16
17 #define IDS_CPLNAME 1001
18 #define IDS_CPLDESCRIPTION 1002
19 #define IDS_TIMEZONETEXT 1003
20 #define IDS_TIMEZONEINVALID 1004
21 #define IDS_TIMEZONEUNKNOWN 1005
22
23 #endif /* __CPL_RESOURCE_H */
24
25 /* EOF */