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.

58 lines
2.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: hardware.h
  8. //
  9. //--------------------------------------------------------------------------
  10. //#define IDH_DISABLEHELP (DWORD(-1))
  11. #define IDH_hwwizard_devices_list 15301 // (SysTreeView32)
  12. #define idh_hwwizard_stop 15305 // "&Stop" (Button)
  13. #define idh_hwwizard_display_components 15307 // "&Display device components" (Button)
  14. #define idh_hwwizard_show_icon 15308 // "Show &icon on taskbar" (Button)
  15. #define idh_hwwizard_properties 15311 // "&Properties" (Button)
  16. #define idh_hwwizard_close 15309 // "&Close" (Button)
  17. #define idh_hwwizard_tshoot 15313 //Troubleshoot button
  18. /*
  19. const DWORD g_a300HelpIDs[]=
  20. {
  21. 301, IDH_hwwizard_devices_list, // "" (SysTreeView32)
  22. 304, IDH_DISABLEHELP, // "Hardware Devices:" (Static)
  23. 305, idh_hwwizard_stop, // "&Stop" (Button)
  24. 307, idh_hwwizard_display_components, // "&Display device components" (Button)
  25. 308, idh_hwwizard_show_icon, // "Show &icon on taskbar" (Button)
  26. 311, idh_hwwizard_properties, // "&Properties" (Button)
  27. 8, idh_hwwizard_close, // "&Close" (Button)
  28. 0, 0
  29. };
  30. */
  31. // "Stop a Hardware device" Dialog Box
  32. //#define IDH_DISABLEHELP (DWORD(-1))
  33. #define idh_hwwizard_confirm_stop_list 15321 // "" (SysListView32)
  34. /*
  35. const DWORD g_a320HelpIDs[]=
  36. {
  37. 321, idh_hwwizard_confirm_stop_list, // "" (SysListView32)
  38. 0, 0
  39. };
  40. */
  41. // "Unsafe Removal of Device" Dialog Box
  42. //#define IDH_DISABLEHELP (DWORD(-1))
  43. #define idh_hwwizard_unsafe_remove_list 15330 // "" (SysListView32)
  44. /*
  45. const DWORD g_a330HelpIDs[]=
  46. {
  47. 321, idh_hwwizard_unsafe_remove_list, // "" (SysListView32)
  48. 0, 0
  49. };
  50. */