* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / cpl / wined3dcfg / resource.h
1 #pragma once
2
3 /* Icons */
4 #define IDI_CPLICON 1
5
6 /* Dialogs */
7 #define IDD_PROPPAGEGENERAL 100
8
9 /* Controls */
10 #define IDC_PIXELSHADERS 1001
11 #define IDC_GLSL 1002
12 #define IDC_VERTEXSHADERS 1003
13 #define IDC_MULTISAMPLING 1004
14 #define IDC_STRICTDRAWORDERING 1005
15 #define IDC_OFFSCREEN 1006
16 #define IDC_LOCKING 1007
17
18 /* Strings */
19 #define IDS_CPLNAME 10000
20 #define IDS_CPLDESCRIPTION 10001