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.3 KiB

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. HelpArr.h
  6. Abstract:
  7. contains the context help identifiers for all the UI elements
  8. Author:
  9. Rahul Thombre (RahulTh) 11/4/1998
  10. Revision History:
  11. 11/4/1998 RahulTh Created this module.
  12. --*/
  13. #ifndef __HELPARR_H__
  14. #define __HELPARR_H__
  15. #define IDH_DISABLEHELP ((DWORD) -1)
  16. //help ids for various controls
  17. //the names of the ids were created by replacing the third character of the
  18. //names of their corresponding controls with an H
  19. //controls on the file transfer page
  20. #define IDH_DISPLAYTRAY 1001
  21. #define IDH_ALLOWSEND 1003
  22. #define IDH_DISPLAYRECV 1004
  23. #define IDH_LOCATIONTITLE 1005 // won't use in help, reference IDC to next one
  24. #define IDH_RECEIVEDFILESLOCATION 1005
  25. #define IDH_CHOOSEFILELOCATION 1006
  26. #define IDH_PLAYSOUND 1007
  27. //controls on the image transfer page
  28. #define IDH_IMAGEXFER_ENABLE_IRCOMM 1101
  29. #define IDH_IMAGEXFER_DESTDESC 1103 // won't use in help, reference IDC to next one
  30. #define IDH_IMAGEXFER_DEST 1103
  31. #define IDH_IMAGEXFER_BROWSE 1104
  32. #define IDH_IMAGEXFER_EXPLOREONCOMPLETION 1105
  33. #endif //!defined (__HELPARR_H__)