mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
32 lines
901 B
C
32 lines
901 B
C
#pragma once
|
|
|
|
#define IDD_ACPPAGESHEET 100
|
|
#define IDD_EDITCOMPATIBILITYMODES 101
|
|
|
|
#define IDC_EXPLANATION 1000
|
|
#define IDC_CHKRUNCOMPATIBILITY 1001
|
|
#define IDC_COMPATIBILITYMODE 1002
|
|
#define IDC_CHKRUNIN256COLORS 1003
|
|
#define IDC_CHKRUNIN640480RES 1004
|
|
#define IDC_CHKDISABLEVISUALTHEMES 1005
|
|
#define IDC_EDITCOMPATIBILITYMODES 1006
|
|
#define IDC_INFOLINK 1007
|
|
#define IDC_COMPATGROUP 1008
|
|
#define IDC_NEWCOMPATIBILITYMODE 1009
|
|
#define IDC_ADD 1010
|
|
#define IDC_REMOVEALL 1011
|
|
#define IDC_REMOVE 1012
|
|
#define IDC_ENABLED_LAYERS 1013
|
|
|
|
#define IDS_DESCRIPTION 101
|
|
|
|
/* strings */
|
|
#define IDS_COMPAT_TITLE 2000
|
|
#define IDS_FAILED_NETWORK 2001
|
|
#define IDS_FAILED_PROTECTED 2002
|
|
|
|
|
|
/* registry stuff */
|
|
#define IDR_ACPPAGE 8000
|
|
|