xref: /reactos/dll/win32/themeui/resource.h (revision 58588b76)
1 #ifndef RESOURCE_H
2 #define RESOURCE_H
3 
4 #define IDS_BRICK           850
5 #define IDS_SAND            851
6 #define IDS_EGGPLANT        852
7 #define IDS_HCONTRAST_1     853
8 #define IDS_HCONTRAST_2     856
9 #define IDS_HCONTRAST_BLACK 859
10 #define IDS_HCONTRAST_WHITE 862
11 #define IDS_LILAC           865
12 #define IDS_MAPLE           867
13 #define IDS_MARINE          868
14 #define IDS_PLUM            869
15 #define IDS_PUMPKIN         870
16 #define IDS_WHEAT           871
17 #define IDS_RAIN            872
18 #define IDS_RWB             873
19 #define IDS_ROSE            874
20 #define IDS_SLATE           876
21 #define IDS_GOLIVE          877
22 #define IDS_STORM           878
23 #define IDS_TEAL            879
24 #define IDS_CLASSIC         880
25 #define IDS_STANDARD        883
26 #define IDS_SKY             884
27 
28 #define IDS_SIZE_NORMAL     2019
29 #define IDS_SIZE_LARGE      2020
30 #define IDS_SIZE_XLARGE     2021
31 
32 #endif /* RESOURCE_H */
33