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.

50 lines
1.2 KiB

  1. /*++
  2. Microsoft Confidential
  3. Copyright (c) 1992-1997 Microsoft Corporation
  4. All rights reserved
  5. Module Name:
  6. helpid.h
  7. Abstract:
  8. Resource IDs for the System Control Panel Applet
  9. Author:
  10. Scott Hallock (scotthal) 17-Oct-1997
  11. Revision History:
  12. 15-Oct-1997 scotthal
  13. Split Help IDs into their own header
  14. --*/
  15. #ifndef _SYSDM_HELPID_H_
  16. #define _SYSDM_HELPID_H_
  17. #define HELP_FILE TEXT("sysdm.hlp")
  18. #define IDH_HELPFIRST 5000
  19. //
  20. // Help IDs for the General tab
  21. //
  22. #define IDH_GENERAL (IDH_HELPFIRST + 0000)
  23. #define IDH_PERF (IDH_HELPFIRST + 1000)
  24. #define IDH_ENV (IDH_HELPFIRST + 2000)
  25. #define IDH_ENV_EDIT (IDH_HELPFIRST + 2500)
  26. #define IDH_STARTUP (IDH_HELPFIRST + 3000)
  27. #define IDH_HWPROFILE (IDH_HELPFIRST + 4000)
  28. #define IDH_USERPROFILE (IDH_HELPFIRST + 5000)
  29. #define IDH_HARDWARE (IDH_HELPFIRST + 6000)
  30. #define IDH_ADVANCED (IDH_HELPFIRST + 7000)
  31. #define IDH_PFR (IDH_HELPFIRST + 9000)
  32. #define IDH_DLGFIRST (IDH_HELPFIRST + 3000)
  33. #define IDH_DLG_VIRTUALMEM (IDH_DLGFIRST + DLG_VIRTUALMEM)
  34. #define IDH_HWP_PROPERTIES_SELECTION_CHECKBOX 9327
  35. #endif // _SYSDM_HELPID_H_