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.

86 lines
2.6 KiB

  1. /******************************************************************************
  2. Source File: Resource.H
  3. Resource Identifier Definitions for deskctop adapter information
  4. Copyright (c) 1998 by Microsoft Corporation
  5. ******************************************************************************/
  6. // Icon
  7. #define IDI_ADAPTER 100
  8. // Property sheet
  9. #define PROP_SHEET_DLG 200
  10. #define ID_ADP_ADPGRP 201
  11. #define ID_ADP_ADAPTOR 202
  12. #define ID_ADP_ADPINFGRP 203
  13. #define ID_ADP_CHIP 204
  14. #define ID_ADP_DAC 205
  15. #define ID_ADP_MEM 206
  16. #define ID_ADP_ADP_STRING 207
  17. #define ID_ADP_BIOS_INFO 208
  18. #define ID_ADP_AI1 209
  19. #define ID_ADP_AI2 210
  20. #define ID_ADP_AI3 211
  21. #define ID_ADP_AI4 212
  22. #define ID_ADP_AI5 213
  23. #define IDC_TEST_MODE 214
  24. #define IDC_LIST_ALL 215
  25. #define IDC_PROPERTIES 216
  26. #define DLG_SET_MODE_LIST 800
  27. #define ID_MODE_LISTGRP 801
  28. #define ID_MODE_LIST 802
  29. // test bitmap
  30. #define IDS_PAGE_TITLE 1
  31. #define IDS_TEST_BITMAP 10
  32. #define IDS_COLOR_RED 11
  33. #define IDS_COLOR_GREEN 12
  34. #define IDS_COLOR_BLUE 13
  35. #define IDS_COLOR_YELLOW 14
  36. #define IDS_COLOR_MAGENTA 15
  37. #define IDS_COLOR_CYAN 16
  38. #define IDS_COLOR_WHITE 17
  39. #define IDS_PATTERN_VERT 18
  40. #define IDS_PATTERN_HORZ 19
  41. #define IDS_RED_SHADES 20
  42. #define IDS_GREEN_SHADES 21
  43. #define IDS_BLUE_SHADES 22
  44. #define IDS_RESOLUTION_FMT 23
  45. #define IDS_UNAVAILABLE 24
  46. #define IDS_GRAY_SHADES 25
  47. #define IDS_TEST_WARNING 30
  48. #define IDS_TEST_MODE 31
  49. #define IDS_TEST_RESULT 32
  50. #define IDS_TEST_FAILED 33
  51. #define IDS_MODE_4BIT_COLOR 40
  52. #define IDS_MODE_8BIT_COLOR 41
  53. #define IDS_MODE_15BIT_COLOR 42
  54. #define IDS_MODE_16BIT_COLOR 43
  55. #define IDS_MODE_TRUECOLOR24 44
  56. #define IDS_MODE_TRUECOLOR32 45
  57. #define IDS_MODE_REFRESH_DEF 46
  58. #define IDS_MODE_REFRESH_INT 47
  59. #define IDS_MODE_REFRESH_HZ 48
  60. #define IDS_BAD_COLOR 49
  61. #define IDS_BAD_REFRESH 50
  62. #define IDS_MODE_UNSETTABLE 51
  63. // help ids
  64. #define IDH_NOHELP ((DWORD)-1)
  65. #define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_ADAPTER_TYPE 4160
  66. #define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_ADAPTER_INFO 4161
  67. #define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_LIST_MODES 4162
  68. #define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_PROPERTIES 4164
  69. #define IDH_DISPLAY_SETTINGS_ADVANCED_ADAPTER_LISTMODE_DIALOGBOX 4163