//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h" #include "commctrl.h" #include ///////////////////////////////////////////////////////////////////////////// #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 \r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "1 TYPELIB ""faxadmin.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 Service MMC Administrator Module" #define VER_INTERNALNAME_STR "faxadmin.dll" #define VER_ORIGINALFILENAME_STR "faxadmin.dll" #include "common.ver" #endif // !_MAC ///////////////////////////////////////////////////////////////////////////// // // REGISTRY // IDR_FAXSNAPIN REGISTRY DISCARDABLE "FaxSnapin.rgs" ///////////////////////////////////////////////////////////////////////////// // // Dialog // // Select Computer wizard IDP_IS_PAGE0 DIALOG DISCARDABLE 0, 0, 250, 82 STYLE WS_CHILD FONT 8, "MS Shell Dlg" BEGIN LTEXT "Select the computer you want this Snap-in to manage.",IDDI_STATIC,7,10,171,8 GROUPBOX "This snap-in will always manage:",IDDI_STATIC,7,23,236,53 CONTROL "&Local computer: (the computer this console is running on)",IDDI_LOCAL_COMPUTER,"Button",BS_AUTORADIOBUTTON,15,37,195,10 CONTROL "&Another computer:",IDDI_REMOTE_COMPUTER,"Button",BS_AUTORADIOBUTTON,15,53,74,10 EDITTEXT IDDI_COMPNAME,95,52,141,14,ES_AUTOHSCROLL END // Device default property page IDP_DEVICE_PROP_PAGE_1 DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Se&nd",IDC_DEVICE_SEND_GRP,7,6,238,75,WS_GROUP CONTROL "Enable &send",IDC_SEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,20,81,12 LTEXT "&TSID:",IDC_STATIC_TSID,14,38,20,8 EDITTEXT IDDI_DEVICE_PROP_EDIT_TSID,39,36,197,14,ES_AUTOHSCROLL LTEXT "The Transmitting Station Identifier (TSID) is a text line identifying the sender of a fax, and usually includes the sender's fax number." IDC_STATIC_TSID1,14,54,227,16 GROUPBOX "Recei&ve",IDC_DEVICE_RECEIVE_GRP,7,84,238,79,WS_GROUP CONTROL "Enable &receive",IDC_RECEIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,94,74,11 LTEXT "&CSID:",IDC_STATIC_CSID,15,110,20,8 EDITTEXT IDDI_DEVICE_PROP_EDIT_CSID,39,108,197,14,ES_AUTOHSCROLL LTEXT "The Called Station Identifer (CSID) is a text line identifying the recipient of a fax, and usually includes the recipient's fax number." IDC_STATIC_CSID1,14,126,227,16 LTEXT "Rings &before answer:",IDC_STATIC_RINGS,111,148,68,8 EDITTEXT IDDI_DEVICE_PROP_EDIT_RINGS,182,146,43,14,ES_AUTOHSCROLL | ES_NUMBER CONTROL "Spin3",IDDI_DEVICE_PROP_SPIN_RINGS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,226,146,11,14 END // General property page IDP_GENERAL_PROPS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Retry Characteristics",IDC_RETRY_GRP,7,7,238,68 LTEXT "Number of &retries:",IDC_STATIC_RETRY,15,21,56,8 EDITTEXT IDC_RETRY_COUNT,94,19,35,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "Minutes &between retries:",IDC_STATIC_RETRY_MINUTES,15,38,90,8 EDITTEXT IDC_RETRY_DELAY,94,36,35,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "Days unsent fax is &kept:",IDC_STATIC_KEEPDAYS,15,54,76,8 EDITTEXT IDC_KEEP_DAYS,94,53,35,14,ES_AUTOHSCROLL | ES_NUMBER GROUPBOX "Send Settings",IDC_SEND_GRP,7,79,238,93 CONTROL "&Print banner on top of each sent page",IDC_PRINT_BANNER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,91,135,10 CONTROL "Use the sending &device TSID",IDC_USE_TSID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,103,109,10 CONTROL "Don't allow personal &cover pages",IDC_FORCESERVERCP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,114,117,10 CONTROL "Archive &outgoing faxes in:",IDC_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,129,97,10 EDITTEXT IDC_ARCHIVE_PATH,118,129,103,14,ES_AUTOHSCROLL PUSHBUTTON "...",IDC_ARCHIVE_BROWSE,224,129,13,14 LTEXT "Discount period &starts:",IDC_DISCOUNT_START_STATIC,15,152,71,8 CONTROL "",IDC_TIMESTART,"SysDateTimePick32",WS_TABSTOP|DTS_TIMEFORMAT,90,149,60,14 LTEXT "&ends:",IDC_DISCOUNT_END_STATIC,156,152,18,8 CONTROL "",IDC_TIMEEND,"SysDateTimePick32",WS_TABSTOP|DTS_TIMEFORMAT,178,149,59,14 LTEXT "E&-mail profile name:",IDC_STATIC_MAPI_PROFILE,15,183,61,8 COMBOBOX IDC_SERVER_MAPI_PROFILE,90,181,155,41,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP END // Routing Extension Priority page IDD_ROUTE_PRI DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Routing Priority" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Incoming faxes will be routed using the extensions listed in the following priority:",IDC_ROUTEPRI_TITLE,6,7,189,18 LISTBOX IDC_ROUTE_EXTS,7,26,182,165,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Move &Up",IDC_ROUTEPRI_UP,196,26,49,15 PUSHBUTTON "Move &Down",IDC_ROUTEPRI_DOWN,196,43,49,15 END ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_NODEICON ICON DISCARDABLE "res\\nodeicon.ico" IDI_COVERPG ICON DISCARDABLE "res\\coverpg.ico" IDI_DIALING ICON DISCARDABLE "res\\dialing.ico" IDI_FAXOPTIONS ICON DISCARDABLE "res\\faxopts.ico" IDI_FAXING ICON DISCARDABLE "res\\faxing.ico" IDI_FAXSVR ICON DISCARDABLE "res\\faxsvr.ico" IDI_FAXUSER ICON DISCARDABLE "res\\faxuser.ico" IDI_LOGGING ICON DISCARDABLE "res\\logging.ico" IDI_PRIORITY ICON DISCARDABLE "res\\priority.ico" IDI_RECEIVE ICON DISCARDABLE "res\\receive.ico" IDI_SEND ICON DISCARDABLE "res\\send.ico" IDI_STATUS ICON DISCARDABLE "res\\status.ico" IDI_USERINFO ICON DISCARDABLE "res\\userinfo.ico" IDI_UP ICON DISCARDABLE "res\\up.ico" IDI_DOWN ICON DISCARDABLE "res\\down.ico" IDI_SECURITY ICON DISCARDABLE "res\\status.ico" ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_MAINLARGE BITMAP DISCARDABLE "res\\mainbig.bmp" IDB_MAINSMALL BITMAP DISCARDABLE "res\\mainsmall.bmp" IDB_UP BITMAP DISCARDABLE "res\\up.bmp" IDB_DOWN BITMAP DISCARDABLE "res\\down.bmp" ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDP_IS_PAGE0, DIALOG BEGIN VERTGUIDE, 7 VERTGUIDE, 14 VERTGUIDE, 236 VERTGUIDE, 243 HORZGUIDE, 10 HORZGUIDE, 17 HORZGUIDE, 25 HORZGUIDE, 46 HORZGUIDE, 52 HORZGUIDE, 63 HORZGUIDE, 78 END IDP_DEVICE_PROP_PAGE_1, DIALOG BEGIN VERTGUIDE, 14 VERTGUIDE, 39 HORZGUIDE, 18 HORZGUIDE, 28 HORZGUIDE, 58 HORZGUIDE, 66 HORZGUIDE, 74 END IDP_GENERAL_PROPS, DIALOG BEGIN VERTGUIDE, 7 VERTGUIDE, 14 VERTGUIDE, 83 VERTGUIDE, 90 VERTGUIDE, 118 VERTGUIDE, 150 VERTGUIDE, 172 VERTGUIDE, 178 VERTGUIDE, 237 VERTGUIDE, 245 HORZGUIDE, 14 HORZGUIDE, 26 HORZGUIDE, 67 HORZGUIDE, 75 HORZGUIDE, 90 HORZGUIDE, 102 HORZGUIDE, 110 HORZGUIDE, 116 HORZGUIDE, 124 HORZGUIDE, 157 HORZGUIDE, 160 HORZGUIDE, 166 HORZGUIDE, 180 HORZGUIDE, 200 HORZGUIDE, 208 END IDD_ROUTE_PRI, DIALOG BEGIN VERTGUIDE, 189 VERTGUIDE, 196 HORZGUIDE, 26 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_PROJNAME "Fax MMC Snapin" IDS_ROOTNODENAME "Fax Service on " IDS_COVERPAGESNODENAME "Cover Pages" IDS_DEVICESNODENAME "Devices" IDS_LOGGINGNODENAME "Logging" IDS_PRINTERSNODENAME "Printers" IDS_PRIORITYNODENAME "Priority" IDS_STATUSNODENAME "Status" IDS_LOCALMACHINE "Local Computer" END STRINGTABLE DISCARDABLE BEGIN IDS_LOG_CATEGORY "Category " IDS_LOG_LEVEL "Level of detail" IDS_LOG_LEVEL_DESC "Set the logging detail level for the selected event type." IDS_LOG_LEVEL_NONE "None" IDS_LOG_LEVEL_NONE_DESC "Do not log this type of event." IDS_LOG_LEVEL_MIN "Minimum" IDS_LOG_LEVEL_MIN_DESC "Log this event type at the minimum detail level." IDS_LOG_LEVEL_MED "Medium" IDS_LOG_LEVEL_MED_DESC "Log this event type at a medium detail level." IDS_LOG_LEVEL_MAX "Maximum" IDS_LOG_LEVEL_MAX_DESC "Log this event type at the maximum detail level." END STRINGTABLE DISCARDABLE BEGIN IDS_CVRPG_NAME "Name " IDS_CVRPG_DESC "Description " IDS_FAX_COVERPAGE_LOC "\\FAX$\\coverpg\\*.cov" END STRINGTABLE DISCARDABLE BEGIN IDS_DEVICE_NAME "Device Name " IDS_DEVICE_TSID "TSID " IDS_DEVICE_CSID "CSID " IDS_DEVICE_SEND_EN "Send" IDS_DEVICE_RECV_EN "Receive" IDS_DEVICE_STATUS "Device Status " IDS_DEVICE_STATUS_DIALING "Dialing" IDS_DEVICE_STATUS_SENDING "Sending" IDS_DEVICE_STATUS_RECEIVING "Receiving" IDS_DEVICE_STATUS_COMPLETED "Completed" IDS_DEVICE_STATUS_HANDLED "Handled" IDS_DEVICE_STATUS_UNAVAILABLE "Unavailable" IDS_DEVICE_STATUS_BUSY "Busy" IDS_DEVICE_STATUS_NO_ANSWER "No answer" IDS_DEVICE_STATUS_BAD_ADDRESS "Bad address" IDS_DEVICE_STATUS_NO_DIAL_TONE "No dial tone" IDS_DEVICE_STATUS_DISCONNECTED "Disconnected" IDS_DEVICE_STATUS_FATAL_ERROR "Fatal error" IDS_DEVICE_STATUS_NOT_FAX_CALL "Not a fax call" IDS_DEVICE_STATUS_CALL_DELAYED "Call delayed" IDS_DEVICE_STATUS_CALL_BLACKLIST "Call blacklisted" IDS_DEVICE_STATUS_INITIALIZING "Initializing" IDS_DEVICE_STATUS_OFFLINE "Offline" IDS_DEVICE_STATUS_RINGING "Ringing" IDS_DEVICE_STATUS_AVAILABLE "Available" IDS_DEVICE_STATUS_ABORTING "Aborting" IDS_DEVICE_STATUS_ROUTING "Routing" IDS_DEVICE_STATUS_ANSWERED "Answered" IDS_DEVICE_STATUS_UNKNOWN "Unknown" IDS_DEVICE_CMENU_ENABLE "Enable" IDS_DEVICE_CMENU_ENABLE_DESC "Enable receive or send." IDS_DEVICE_SEND_EN_DESC "Enable Send on the selected device." IDS_DEVICE_RECV_EN_DESC "Enable Receive on the selected device." END STRINGTABLE DISCARDABLE BEGIN IDS_ROOT_NAME "Name " IDS_ROOT_DESC "Description " IDS_LOGGING_FOLDER_DESC_ROOT "Change the logging levels for fax events." IDS_DEVICES_FOLDER_DESC_ROOT "Set a fax device to send or receive faxes or change its TSID and CSID." IDS_PRIORITY_FOLDER_DESC_ROOT "Change the priority of a fax device." IDS_SECURITY_FOLDER_DESC_ROOT "Set the security settings for the Fax Service." IDS_GENERIC_NODE "Node" IDS_RECONNECT "Reconnect" IDS_RECONNECT_DESC "Reconnect to the fax service." END STRINGTABLE DISCARDABLE BEGIN IDS_SECURITY_NODENAME "Security" IDS_SECURITY_CAT_NODE_DESC "Fax Security ACL" IDS_SECURITY_HEADER1 "Access Right " IDS_SECURITY_HEADER2 "Object " IDS_ALLOW "Allow" IDS_FAXSEC_JOB_QRY "View fax jobs" IDS_FAXSEC_JOB_SUB "Submit fax jobs" IDS_FAXSEC_JOB_MNG "Manage fax jobs" IDS_FAXSEC_CONFIG_QRY "View fax service" IDS_FAXSEC_CONFIG_SET "Manage fax service" IDS_FAXSEC_PORT_QRY "View fax devices" IDS_FAXSEC_PORT_SET "Manage fax devices" END STRINGTABLE DISCARDABLE BEGIN IDS_ERR_TITLE "Fax Service Management" IDS_WRN_TITLE "Fax Service Management" IDS_OUT_OF_MEMORY "Out of Memory" IDS_CORRUPT_DATAOBJECT "Could not communicate with MMC." IDS_FAX_CONNECT_SERVER_FAIL "Could not open a connection to the fax service.\r\n\r\nThe fax service might not be started, or the computer name may be incorrect." IDS_LOADSTATE_ERR "Could not restore snapin state." IDS_SAVESTATE_ERR "Could not save snapin state." IDS_FAX_RETR_CAT_FAIL "Could not retrieve logging information.\r\n\r\nThe fax service may be down." IDS_FAX_RETR_DEV_FAIL "Could not retrieve device information.\r\n\r\nThe fax service may be down." IDS_YES "Yes" IDS_NO "No" IDS_NO_ARCHIVE_PATH "You must specify an archive location." IDS_BAD_ARCHIVE_PATH "The archive location you chose could not be created.\r\nPlease select a different location." IDS_ERR_LOCK_SERVICE_DB "Could not lock the service control database." IDS_ERR_QUERY_LOCK "Could not query lock status on the service control database." IDS_QUERY_LOCK "Could not lock the service control database. \r\n It has been locked by %s for %d seconds." IDS_ERR_OPEN_SERVICE "Could not open the fax service for startup configuration changes." IDS_ERR_CHANGE_SERVICE "Could not change the fax service startup configuration." IDS_ERR_CONNECT_SCM "Could not connect to the service control manager. \r\n The machine may be down or you may not have sufficient security privileges." IDS_PROP_SHEET_STILL_UP "Please close all Fax Service Management property sheets." IDS_TIME_FORMAT "h : mm tt" IDS_24HTIME_FORMAT "H : mm" IDS_RTLTIME_FORMAT "tt h : mm" IDS_NO_MAPI "" END STRINGTABLE DISCARDABLE BEGIN IDS_SNAPIN_DESCRIPTION "Fax service management." IDS_SNAPIN_PROVIDER "Microsoft Corporation" IDS_SNAPIN_VERSION "1.0" END STRINGTABLE DISCARDABLE BEGIN IDP_IS_PAGE0_TITLE "Connect to Computer" IDP_DEVICE_PROP_PAGE_1_TITLE "General" IDP_GENERAL_PROPS_TITLE "General" END STRINGTABLE DISCARDABLE BEGIN IDS_GET_ARCHIVE_DIRECTORY "Select Archive Directory" IDS_DIR_TOO_LONG "The directory name is too long.\r\nPlease select a different archive location." IDS_ERR_ASCII_ONLY "The CSID and TSID may only contain ASCII characters." IDS_ERR_ID_REQD "You must enter a CSID and TSID." IDS_DEVICE_INUSE "Could not change settings for this device because it is in use. Please try again when the device is idle." IDS_DEVICE_MANUALANSWER "Manual Answer is enabled for this device. The new receive settings will take effect when Manual Answer is disabled." IDS_ERR_INVALID_RING "The rings before answer must be in the range 1-99." END STRINGTABLE DISCARDABLE BEGIN IDS_BTN_RAISE_PRI "Raise Priority" IDS_BTN_RAISE_PRI_TOOLTIP "Raise the send priority of this device." IDS_BTN_LOWER_PRI "Lower Priority" IDS_BTN_LOWER_PRI_TOOLTIP "Lower the send priority of this device." IDS_DEVICE_PRI "Send Priority" END STRINGTABLE DISCARDABLE BEGIN IDD_ROUTE_PRI_TITLE "Routing Priority" IDS_ROUTE_MTD_LISTBOX_FORMAT "%s" IDS_ROUTE_MTD_LISTBOX_ENABLED " " IDS_ROUTE_MTD_LISTBOX_DISABLED " [Disabled] " END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // 1 TYPELIB "faxadmin.tlb" ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED