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.

62 lines
983 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. faxcpl.rc
  5. Abstract:
  6. Resource file for fax configuration applet
  7. Environment:
  8. Windows NT fax configuration applet
  9. Revision History:
  10. 02/27/96 -davidx-
  11. Created it.
  12. mm/dd/yy -author-
  13. description
  14. --*/
  15. #include <windows.h>
  16. #include "resource.h"
  17. //
  18. // String resources
  19. //
  20. STRINGTABLE
  21. BEGIN
  22. IDS_FAX "Fax"
  23. IDS_CONFIG_FAX "Fax Properties"
  24. IDS_FAX_TITLE "Fax Properties"
  25. END
  26. //
  27. // Icons
  28. //
  29. IDI_FAX ICON DISCARDABLE "faxuser.ico"
  30. //
  31. // Version resource
  32. //
  33. #include <ntverp.h>
  34. #define VER_FILETYPE VFT_DLL
  35. #define VER_FILESUBTYPE VFT2_UNKNOWN
  36. #define VER_FILEDESCRIPTION_STR "Fax Client Configuration Applet"
  37. #define VER_INTERNALNAME_STR "fax.cpl"
  38. #define VER_ORIGINALFILENAME_STR "fax.cpl"
  39. #include "common.ver"
  40. #include "faxcfg.dlg"