48 lines
1.1 KiB
C
48 lines
1.1 KiB
C
|
|
||
|
// Static control
|
||
|
|
||
|
#ifndef IDC_STATIC
|
||
|
#define IDC_STATIC (-1)
|
||
|
#endif
|
||
|
|
||
|
// Icon
|
||
|
|
||
|
#define IDI_MONITOR 100
|
||
|
|
||
|
// Property sheet
|
||
|
|
||
|
#define PROP_SHEET_DLG 200
|
||
|
#define IDC_ACCELERATION_SLIDER 201
|
||
|
#define IDC_ACCELERATION_TEXT 202
|
||
|
#define IDC_TROUBLE_SHOOTER 203
|
||
|
#define IDC_DESCRIPTION 204
|
||
|
#define IDC_ENABLE_USWC 205
|
||
|
|
||
|
// dialog box
|
||
|
|
||
|
#define DLG_ASKDYNACDS 250
|
||
|
#define IDC_NODYNA 251
|
||
|
#define IDC_YESDYNA 252
|
||
|
#define IDC_SHUTUP 253
|
||
|
|
||
|
// Strings
|
||
|
|
||
|
#define IDS_PAGE_TITLE 1
|
||
|
#define IDS_LEVEL0 300
|
||
|
#define IDS_LEVEL1 301
|
||
|
#define IDS_LEVEL2 302
|
||
|
#define IDS_LEVEL3 303
|
||
|
#define IDS_LEVEL4 304
|
||
|
#define IDS_LEVEL5 305
|
||
|
#define IDS_WC_CAPTION 310
|
||
|
#define IDS_WC_MESSAGE 311
|
||
|
#define IDS_ERR_CAPTION 312
|
||
|
#define IDS_ERR_MESSAGE 313
|
||
|
|
||
|
// Help
|
||
|
|
||
|
#define IDH_NOHELP ((DWORD)-1)
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_TROUBLESHOOT_ACCELERATION 4175
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_TROUBLESHOOT_WRITE_COMBINING 4176
|
||
|
|