xref: /reactos/dll/cpl/timedate/resource.h (revision c2c66aff)
1 #pragma once
2 
3 #define IDC_CPLICON 1
4 
5 #define IDD_DATETIMEPAGE  100
6 #define IDC_MONTHCB       101
7 #define IDC_YEAREDIT      102
8 #define IDC_MONTHCALENDAR 103
9 #define IDC_CLOCKWND      104
10 #define IDC_TIMEZONE      106
11 #define IDC_TIMEPICKER    107
12 #define IDC_YEAR          108
13 #define IDC_YEARTEXT      109
14 
15 #define IDD_TIMEZONEPAGE     110
16 #define IDC_TIMEZONELIST     111
17 #define IDC_AUTODAYLIGHT     113
18 #define IDC_WORLD_BACKGROUND 114
19 #define IDC_WORLD            115
20 
21 #define IDD_INETTIMEPAGE 120
22 #define IDC_SERVERLIST   121
23 #define IDC_UPDATEBUTTON 122
24 #define IDC_AUTOSYNC     123
25 #define IDC_SUCSYNC      126
26 #define IDC_NEXTSYNC     127
27 #define IDC_SERVERTEXT   128
28 #define IDC_CLOCK        129
29 
30 #define IDS_CPLNAME          1001
31 #define IDS_CPLDESCRIPTION   1002
32 #define IDS_TIMEZONETEXT     1003
33 #define IDS_TIMEZONEINVALID  1004
34 #define IDS_TIMEZONEUNKNOWN  1005
35 #define IDS_INETTIMESUCSYNC  1006
36 #define IDS_INETTIMENEXTSYNC 1007
37 #define IDS_INETTIMESYNCING  1008
38 #define IDS_INETTIMEERROR    1009
39