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.
|
|
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
faxcpl.rc
Abstract:
Resource file for fax configuration applet
Environment:
Windows NT fax configuration applet
Revision History:
02/27/96 -davidx- Created it.
mm/dd/yy -author- description
--*/
#include <windows.h> #include "resource.h"
// // String resources //
STRINGTABLE BEGIN
IDS_FAX "Fax" IDS_CONFIG_FAX "Fax Properties" IDS_FAX_TITLE "Fax Properties"
END
// // Icons //
IDI_FAX ICON DISCARDABLE "faxuser.ico"
// // Version resource //
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Fax Client Configuration Applet" #define VER_INTERNALNAME_STR "fax.cpl" #define VER_ORIGINALFILENAME_STR "fax.cpl"
#include "common.ver" #include "faxcfg.dlg"
|