Enable automatic adjustment of daylight savings changes.
[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 2001
19
20 #endif /* __CPL_RESOURCE_H */
21
22 /* EOF */