45 lines
1.5 KiB
C
45 lines
1.5 KiB
C
|
/******************************************************************************
|
||
|
|
||
|
Source File: Resource.H
|
||
|
|
||
|
Resource Identifier Definitions for desktop monitor information
|
||
|
|
||
|
Copyright (c) 1998 by Microsoft Corporation
|
||
|
|
||
|
|
||
|
******************************************************************************/
|
||
|
|
||
|
// Icon
|
||
|
#define IDI_MONITOR 100
|
||
|
|
||
|
|
||
|
// Property sheet
|
||
|
#define PROP_SHEET_DLG 200
|
||
|
#define IDC_MONITOR_GRP 201
|
||
|
#define IDC_MONITORDESC 202
|
||
|
#define IDC_MONSET_GRP 203
|
||
|
#define IDC_MONSET_FREQSTR 204
|
||
|
#define IDC_MONSET_FREQ 205
|
||
|
#define IDC_PANEL_GRP 206
|
||
|
#define IDC_PROPERTIES 207
|
||
|
#define IDC_MONSET_PRUNNING_MODE 208
|
||
|
#define IDC_MONSET_PRUNNING_MODE_DESC 209
|
||
|
#define IDC_MONITORS_LIST 210
|
||
|
|
||
|
// Strings
|
||
|
#define IDS_PAGE_TITLE 1
|
||
|
#define IDS_INTERLACED 301
|
||
|
#define IDS_FREQ 302
|
||
|
#define IDS_DEFFREQ 303
|
||
|
#define IDS_BAD_REFRESH 304
|
||
|
#define IDS_MODE_UNSETTABLE 305
|
||
|
#define IDS_DEFAULT_MONITOR 306
|
||
|
|
||
|
// help
|
||
|
#define IDH_NOHELP ((DWORD)-1)
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_TYPE 4165
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_REFRESH 4166
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_PROPERTIES 4168
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_HIDEMODE_CHECKBOX 4169
|
||
|
#define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_MONITORTYPE_LISTBOX 4171
|