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.

52 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Fax transport provider resource header file.
  7. Author:
  8. Wesley Witt (wesw) 13-Aug-1996
  9. --*/
  10. #define IDS_NO_FAX_PRINTER 101
  11. #define IDS_CANT_ACCESS_PRINTER 102
  12. #define IDS_RESOURCES_UNAVAIL 103
  13. #define IDS_CANT_PRINT 104
  14. #define IDS_CANT_ACCESS_MSG_DATA 105
  15. #define IDS_CANT_ACCESS_PROFILE 106
  16. #define IDS_BAD_ATTACHMENTS 107
  17. #define IDS_FONT_REGULAR 108
  18. #define IDS_FONT_ITALIC 109
  19. #define IDS_FONT_BOLD 110
  20. #define IDS_PERSONAL 111
  21. #define IDS_FAX_MESSAGE 112
  22. #define IDC_STATIC -1
  23. #define IDC_PRINTER_LIST 201
  24. #define IDC_USE_COVERPAGE 202
  25. #define IDC_COVERPAGE_LIST 203
  26. #define IDC_SET_FONT 204
  27. #define IDC_FONT_NAME 205
  28. #define IDC_FONT_STYLE 206
  29. #define IDC_FONT_SIZE 207
  30. #define IDCSTATIC_FONT 208
  31. #define IDCSTATIC_FONTSTYLE 209
  32. #define IDCSTATIC_FONTSIZE 210
  33. #define IDC_COVERPAGE_LIST_LABEL 211
  34. #define IDCSTATIC_FONT_GROUP 212
  35. #define IDC_STATIC_ICON 213
  36. #define IDC_STATIC_TITLE 214
  37. #define IDC_STATIC_PRINTERS 215
  38. #define FAX_CONFIG_DIALOG 501
  39. #define IDI_FAX 601