mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
21 lines
489 B
C
21 lines
489 B
C
#pragma once
|
|
|
|
#define IDD_SLAYERSHEET 100
|
|
#define IDD_EDITCOMPATIBILITYMODES 101
|
|
|
|
#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_ADD 1009
|
|
#define IDC_EDIT 1010
|
|
#define IDC_DELETE 1011
|
|
|
|
#define IDS_SLAYER 100
|
|
#define IDS_DESCRIPTION 101
|
|
|
|
/* EOF */
|