move more dlls
[reactos.git] / reactos / dll / cpl / intl / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4
5 #define IDC_CPLICON 1
6 #define IDC_FLAGS 2
7 #define IDC_ICON1 3
8
9 #define IDD_GENERALPAGE 100
10 #define IDD_NUMBERSPAGE 101
11 #define IDD_CURRENCYPAGE 102
12
13 #define IDD_TIMEPAGE 103
14 #define IDC_TIMESAMPLE 107
15 #define IDC_TIMEFORMAT 108
16 #define IDC_TIMESEPARATOR 109
17 #define IDC_TIMEAMSYMBOL 110
18 #define IDC_TIMEPMSYMBOL 111
19
20 #define IDD_DATEPAGE 104
21 #define IDD_LOCALEPAGE 105
22 #define IDC_LANGUAGELIST 106
23
24 #define IDS_CPLNAME 1000
25 #define IDS_CPLDESCRIPTION 1001
26
27
28 #endif /* __CPL_RESOURCE_H */
29
30 /* EOF */