xref: /reactos/dll/shellext/acppage/resource.h (revision c2c66aff)
1 #pragma once
2 
3 #define IDD_ACPPAGESHEET           100
4 #define IDD_EDITCOMPATIBILITYMODES 101
5 
6 #define IDC_EXPLANATION            1000
7 #define IDC_CHKRUNCOMPATIBILITY    1001
8 #define IDC_COMPATIBILITYMODE      1002
9 #define IDC_CHKRUNIN256COLORS      1003
10 #define IDC_CHKRUNIN640480RES      1004
11 #define IDC_CHKDISABLEVISUALTHEMES 1005
12 #define IDC_EDITCOMPATIBILITYMODES 1006
13 #define IDC_INFOLINK               1007
14 #define IDC_COMPATGROUP            1008
15 #define IDC_NEWCOMPATIBILITYMODE   1009
16 #define IDC_ADD                    1010
17 #define IDC_EDIT                   1011
18 #define IDC_DELETE                 1012
19 
20 #define IDS_DESCRIPTION 101
21 
22 /* strings */
23 #define IDS_TABTITLE                    2000
24 #define IDS_FAILED_NETWORK              2001
25 #define IDS_FAILED_PROTECTED            2002
26 #define IDS_YOU_DID_NOT_ADD             2003
27 
28 
29 /* registry stuff */
30 #define IDR_ACPPAGE                     8000
31 
32