65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
faxmon.rc
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Resource file for fax print monitor
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
Windows NT fax print monitor
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
02/22/96 -davidx-
|
||
|
Created it.
|
||
|
|
||
|
mm/dd/yy -author-
|
||
|
description
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include "faxmon.h"
|
||
|
|
||
|
//
|
||
|
// String resources
|
||
|
//
|
||
|
|
||
|
STRINGTABLE
|
||
|
BEGIN
|
||
|
|
||
|
IDS_FAX_MONITOR_NAME "Windows NT Fax Monitor"
|
||
|
IDS_FAX_PORT_DESC "Fax Port"
|
||
|
IDS_PORT_ALREADY_EXISTS "Port '%s' already exists."
|
||
|
IDS_FAXERR_RECOVERABLE "Send fax fail - please try again later."
|
||
|
IDS_FAXERR_FATAL "Couldn't send fax document due to an unrecoverable error."
|
||
|
IDS_FAXERR_BAD_TIFF "Fax data is not a conforming TIFF-F file."
|
||
|
IDS_FAXERR_BAD_DATA16 "Corrupted fax data from 16-bit clients."
|
||
|
IDS_ADD_PORT "Add Port"
|
||
|
IDS_DELETE_PORT "Delete Port"
|
||
|
IDS_CONFIGURE_PORT "Configure Port"
|
||
|
IDS_CONFIG_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
|
||
|
IDS_ADD_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
|
||
|
IDS_DELETE_ERROR "Fax devices cannot be managed from the Printers folder. Please use the appropriate fax configuration applet in the Control Panel."
|
||
|
|
||
|
END
|
||
|
|
||
|
//
|
||
|
// Version resource
|
||
|
//
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Fax Print Monitor"
|
||
|
#define VER_INTERNALNAME_STR "msfaxmon.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "msfaxmon.dll"
|
||
|
|
||
|
#include "common.ver"
|