xref: /reactos/dll/cpl/openglcfg/resource.h (revision 84ccccab)
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_RENDERER    1001
11 #define IDC_DEBUG_OUTPUT 1002
12 
13 /* Strings */
14 #define IDS_CPLNAME          10000
15 #define IDS_CPLDESCRIPTION   10001
16 #define IDS_RENDERER_DEFAULT 10002
17 #define IDS_RENDERER_RSWR    10003
18 #define IDS_DEBUG_SET        10004
19 #define IDS_DEBUG_CLEAR      10005
20 #define IDS_DEBUG_DNM        10006
21