mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
33 lines
946 B
C
33 lines
946 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_EDIT 1011
|
|
#define IDC_DELETE 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
|
|
#define IDS_YOU_DID_NOT_ADD 2003
|
|
|
|
|
|
/* registry stuff */
|
|
#define IDR_ACPPAGE 8000
|
|
|