Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.5 KiB

  1. /******************************************************************************
  2. Source File: Resource.H
  3. Resource Identifier Definitions for desktop monitor information
  4. Copyright (c) 1998 by Microsoft Corporation
  5. ******************************************************************************/
  6. // Icon
  7. #define IDI_MONITOR 100
  8. // Property sheet
  9. #define PROP_SHEET_DLG 200
  10. #define IDC_MONITOR_GRP 201
  11. #define IDC_MONITORDESC 202
  12. #define IDC_MONSET_GRP 203
  13. #define IDC_MONSET_FREQSTR 204
  14. #define IDC_MONSET_FREQ 205
  15. #define IDC_PANEL_GRP 206
  16. #define IDC_PROPERTIES 207
  17. #define IDC_MONSET_PRUNNING_MODE 208
  18. #define IDC_MONSET_PRUNNING_MODE_DESC 209
  19. #define IDC_MONITORS_LIST 210
  20. // Strings
  21. #define IDS_PAGE_TITLE 1
  22. #define IDS_INTERLACED 301
  23. #define IDS_FREQ 302
  24. #define IDS_DEFFREQ 303
  25. #define IDS_BAD_REFRESH 304
  26. #define IDS_MODE_UNSETTABLE 305
  27. #define IDS_DEFAULT_MONITOR 306
  28. // help
  29. #define IDH_NOHELP ((DWORD)-1)
  30. #define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_TYPE 4165
  31. #define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_REFRESH 4166
  32. #define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_PROPERTIES 4168
  33. #define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_HIDEMODE_CHECKBOX 4169
  34. #define IDH_DISPLAY_SETTINGS_ADVANCED_MONITOR_MONITORTYPE_LISTBOX 4171