mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-18 23:11:19 +03:00
40 lines
1.5 KiB
C
Executable File
40 lines
1.5 KiB
C
Executable File
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by sheet.rc
|
|
//
|
|
#define TIP_DEFAULT 1
|
|
#define TIP_DISABLE 2
|
|
#define TIP_COMPAT 3
|
|
#define TIP_SYSTEM 4
|
|
#define TIP_NOINHERIT 5
|
|
#define TIP_OVERRIDE 6
|
|
#define TIP_HOOK 7
|
|
#define IDS_ENABLED 8
|
|
#define IDS_DISABLED 9
|
|
#define IDD_PROPPAGE 102
|
|
#define IDC_CHECK 1000
|
|
#define IDC_COMPAT 1000
|
|
#define IDC_SYSTEM 1001
|
|
#define IDC_DISABLE 1003
|
|
#define IDC_HORIZ1 1004
|
|
#define IDC_KEXVER 1005
|
|
#define IDC_GCOMPAT 1006
|
|
#define IDC_TCOMPAT 1007
|
|
#define IDC_HOOK 1008
|
|
#define IDC_NOINHERIT 1009
|
|
#define IDC_GADVAN 1010
|
|
#define IDC_CHECK1 1011
|
|
#define IDC_OVERRIDE 1011
|
|
#define IDC_DEFAULT 1012
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1013
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|