reactos/dll/shellext/acppage/resource.h
Mark Jansen 3889d8309a [ACPPAGE] Improve the compatibility tab (#332)
- Use the tab title from the corresponding dialog resource caption string.
- Fix some translations, and complete the french one.
- Use DialogBoxParamW and MAKEINTRESOURCEW (with W).
2018-01-27 18:10:50 +01:00

32 lines
906 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 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