699f11758ed3f20a82c3dc4a6a97f00c39bf7187
[reactos.git] / reactos / dll / cpl / intl_new / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* CPL file info */
5 #define IDC_CPLICON 1
6 #define IDC_FLAGS 2
7 #define IDC_ICON1 3
8
9 #define IDS_CPLNAME 10
10 #define IDS_CPLDESCRIPTION 11
11
12 /* Region page options */
13 #define IDD_REGOPTSPAGE 100
14
15 #define IDC_GROUPBOX 101
16 #define IDC_STATIC 102
17 #define IDC_SETREG_COMBO 103
18 #define IDC_SETUP_BUTTON 104
19 #define IDC_NUMSAMPLE_EDIT 105
20 #define IDC_MONEYSAMPLE_EDIT 106
21 #define IDC_TIMESAMPLE_EDIT 107
22 #define IDC_SHORTTIMESAMPLE_EDIT 108
23 #define IDC_FULLTIMESAMPLE_EDIT 109
24 #define IDC_LOCATION_COMBO 110
25
26 /* Extra page options */
27
28 #define IDD_EXTRAOPTSPAGE 200
29
30 #define IDC_LANGUAGE_COMBO 103
31
32 /* Other page options */
33
34 // ... something
35
36 #endif /* __CPL_RESOURCE_H */
37
38 /* EOF */