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.

66 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. faxcfg.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_CLIENT "Fax Client"
  25. IDS_CONFIG_FAX_CLIENT "Fax Client Properties"
  26. IDS_FAX_SERVER "Fax Server"
  27. IDS_CONFIG_FAX_SERVER "Fax Server Properties"
  28. END
  29. //
  30. // Icons
  31. //
  32. IDI_FAX_CLIENT ICON DISCARDABLE "faxuser.ico"
  33. IDI_FAX ICON DISCARDABLE "faxing.ico"
  34. IDI_FAX_SERVER ICON DISCARDABLE "faxsvr.ico"
  35. //
  36. // Version resource
  37. //
  38. #include <ntverp.h>
  39. #define VER_FILETYPE VFT_DLL
  40. #define VER_FILESUBTYPE VFT2_UNKNOWN
  41. #define VER_FILEDESCRIPTION_STR "Fax Configuration Applet"
  42. #define VER_INTERNALNAME_STR "faxcfg.cpl"
  43. #define VER_ORIGINALFILENAME_STR "faxcfg.cpl"
  44. #include "common.ver"