142 lines
3.9 KiB
Plaintext
142 lines
3.9 KiB
Plaintext
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "winres.h"
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""winres.h""\r\n"
|
|
"#include <ntverp.h>\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"1 TYPELIB ""routeext.tlb""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
#ifndef _MAC
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Fax routing extension"
|
|
#define VER_INTERNALNAME_STR "routeext.dll"
|
|
#define VER_ORIGINALFILENAME_STR "routeext.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
#endif // !_MAC
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
|
|
IDD_ROUTE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Property Page"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Do this when I receive a fax:",IDC_ROUTE_TITLE,4,7,150,12
|
|
CONTROL "&Print on:",IDC_PRINT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,20,51,12
|
|
COMBOBOX IDC_PRINT_TO,72,20,173,41,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "Save in &folder:",IDC_SAVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,39,60,12
|
|
EDITTEXT IDC_DEST_FOLDER,72,39,157,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "...",IDC_BROWSE_DIR,233,39,12,14
|
|
CONTROL "Send to local e-mail &inbox",IDC_INBOX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,58,95,12
|
|
LTEXT "Profile &name:",IDC_INBOX_LABEL,105,60,45,12
|
|
COMBOBOX IDC_INBOX_PROFILE,147,58,98,33,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "&E-mail",IDC_EMAIL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,77,77,12
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_ROUTE REGISTRY DISCARDABLE "Route.rgs"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PROJNAME "Routeext"
|
|
IDS_ERROR_DLGTITLE "Error"
|
|
IDS_EMAIL_PROFILE "Please select an e-mail profile."
|
|
IDS_INBOX_PROFILE "Please select inbox profile."
|
|
IDS_DEST_FOLDER "Please enter a folder name."
|
|
IDS_CANT_SAVE "Cannot save routing information."
|
|
IDS_DIR_TOO_LONG "The directory name you selected is too long.\n"
|
|
IDS_INBOUND_DIR "Select Destination Directory for Inbound Fax\n"
|
|
IDS_TITLE "Received Faxes"
|
|
IDS_PRINT_TO "Please select a printer."
|
|
IDS_ONE_ENABLE "At least one routing option must be enabled."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
1 TYPELIB "routeext.tlb"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|