Merge 13831:14550 from trunk
[reactos.git] / reactos / lib / 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 #define IDD_TIMEPAGE 103
13 #define IDD_DATEPAGE 104
14 #define IDD_LOCALEPAGE 105
15 #define IDC_LANGUAGELIST 106
16
17 #define IDS_CPLNAME 1000
18 #define IDS_CPLDESCRIPTION 1001
19
20
21 #endif /* __CPL_RESOURCE_H */
22
23 /* EOF */