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 #define IDC_ENABLED_LAYERS 1013 20 21 #define IDS_DESCRIPTION 101 22 23 /* strings */ 24 #define IDS_COMPAT_TITLE 2000 25 #define IDS_FAILED_NETWORK 2001 26 #define IDS_FAILED_PROTECTED 2002 27 #define IDS_YOU_DID_NOT_ADD 2003 28 29 30 /* registry stuff */ 31 #define IDR_ACPPAGE 8000 32 33