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.

53 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. mousehlp.h
  5. Abstract:
  6. This module contains the header information for the Mouse help.
  7. Revision History:
  8. --*/
  9. //
  10. // ID values for Mouse property sheet.
  11. //
  12. #define NO_HELP ((DWORD) -1)
  13. #define IDH_COMM_GROUPBOX 28548
  14. #define IDH_DLGMOUSE_LEFT 3000
  15. #define IDH_DLGMOUSE_RIGHT 3001
  16. #define IDH_DLGMOUSE_DOUBCLICK 3002
  17. #define IDH_DLGMOUSE_HANDED_PIC 3003
  18. #define IDH_DLGMOUSE_DCLICK_PIC 3004
  19. #define IDH_DLGMOUSE_SHOWTRAIL 3005
  20. #define IDH_DLGMOUSE_TRAILLENGTH 3006
  21. #define IDH_DLGMOUSE_TYPE 3007
  22. #define IDH_DLGMOUSE_CHANGE 3008
  23. #define IDH_DLGMOUSE_POINTMO 3009
  24. #define IDH_MOUSE_POINT_SCHEME 3010
  25. #define IDH_MOUSE_POINT_DEL 3011
  26. #define IDH_MOUSE_POINT_SAVEAS 3012
  27. #define IDH_MOUSE_POINT_BROWSE 3013
  28. #define IDH_MOUSE_POINT_LIST 3014
  29. #define IDH_MOUSE_POINT_DEFAULT 3015
  30. #define IDH_DLGMOUSE_OPTIONS 3016
  31. #define IDH_MOUSE_NEW_SCHEME_NAME 3017
  32. #define IDH_MOUSE_POINT_PREVIEW 3018
  33. #define IDH_DLGMOUSE_SNAPDEF 3019
  34. #define IDH_DLGMOUSE_TYPE_LIST 3020
  35. #define IDH_DLGMOUSE_ACCELERATION 3021
  36. #define IDH_MOUSE_SGLCLICK 3022
  37. #define IDH_MOUSE_DBLCLICK 3023
  38. #define IDH_MOUSE_CURSORSHADOW 3024
  39. #define IDH_MOUSE_ENABLEWHEEL 3025