Leaked source code of windows server 2003
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.

47 lines
1.2 KiB

  1. // Static control
  2. #ifndef IDC_STATIC
  3. #define IDC_STATIC (-1)
  4. #endif
  5. // Icon
  6. #define IDI_MONITOR 100
  7. // Property sheet
  8. #define PROP_SHEET_DLG 200
  9. #define IDC_ACCELERATION_SLIDER 201
  10. #define IDC_ACCELERATION_TEXT 202
  11. #define IDC_TROUBLE_SHOOTER 203
  12. #define IDC_DESCRIPTION 204
  13. #define IDC_ENABLE_USWC 205
  14. // dialog box
  15. #define DLG_ASKDYNACDS 250
  16. #define IDC_NODYNA 251
  17. #define IDC_YESDYNA 252
  18. #define IDC_SHUTUP 253
  19. // Strings
  20. #define IDS_PAGE_TITLE 1
  21. #define IDS_LEVEL0 300
  22. #define IDS_LEVEL1 301
  23. #define IDS_LEVEL2 302
  24. #define IDS_LEVEL3 303
  25. #define IDS_LEVEL4 304
  26. #define IDS_LEVEL5 305
  27. #define IDS_WC_CAPTION 310
  28. #define IDS_WC_MESSAGE 311
  29. #define IDS_ERR_CAPTION 312
  30. #define IDS_ERR_MESSAGE 313
  31. // Help
  32. #define IDH_NOHELP ((DWORD)-1)
  33. #define IDH_DISPLAY_SETTINGS_ADVANCED_TROUBLESHOOT_ACCELERATION 4175
  34. #define IDH_DISPLAY_SETTINGS_ADVANCED_TROUBLESHOOT_WRITE_COMBINING 4176