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.

55 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. help.h
  5. Abstract:
  6. Help related declarations
  7. Environment:
  8. Windows XP fax driver
  9. Revision History:
  10. 07/30/96 -davidx-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _HELP_H_
  16. #define _HELP_H_
  17. //
  18. // Name of the help file for the fax driver
  19. //
  20. #define HELP_FILENAME TEXT("fax.hlp")
  21. //
  22. // Help indices
  23. //
  24. #define IDH_BILLING_CODE 2002
  25. #define IDH_IMAGE_QUALITY 2025
  26. #define IDH_LANDSCAPE 2026
  27. #define IDH_PAPER_SIZE 2037
  28. #define IDH_PORTRAIT 2038
  29. #define IDH_SEND_ASAP 2046
  30. #define IDH_SEND_AT_CHEAP 2047
  31. #define IDH_SEND_AT_TIME 2048
  32. #define IDH_EMAIL 2049
  33. #define IDH_FAX_SEND_GRP 2075
  34. #define IDH_DEFAULT_PRINT_SETUP_GRP 2070
  35. #define IDH_ORIENTATION 2062
  36. #define IDH_SEND_AT_TIME 2048
  37. #endif // !_HELP_H_