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.

38 lines
1.4 KiB

  1. //////////////////////////////////////////////////////
  2. // //
  3. // Send fax utility resource ID file //
  4. // It compiles as part of FxsRes.dll //
  5. // All the IDs should be in range //
  6. // //
  7. // [13000 - 13499] //
  8. // //
  9. //////////////////////////////////////////////////////
  10. #ifndef _SENDNOTE_H_
  11. #define _SENDNOTE_H_
  12. #define IDS_SENDNOTE_NO_FAX_PRINTER 13000
  13. #define IDS_FAX_ACCESS_FAILED 13001
  14. #define IDS_SENDNOTE 13002
  15. #define IDS_PRINTER_OFFLINE 13003
  16. #define IDI_FAX_NOTE 13004
  17. #define IDD_SELECT_FAXPRINTER 13005
  18. #define IDC_SENDNOTE_STATIC 13006
  19. #define IDC_FAXPRINTER_LIST 13007
  20. #define IDS_NO_FAX_PRINTER_CONNECTION 13008
  21. #endif // !_SENDNOTE_H_
  22. //////////////////////////////////////////////////////
  23. // //
  24. // Send fax utility resource ID file //
  25. // It compiles as part of FxsRes.dll //
  26. // All the IDs should be in range //
  27. // //
  28. // [13000 - 13499] //
  29. // //
  30. //////////////////////////////////////////////////////