|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS
///////////////////////////////////////////////////////////////////////////// #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
#include <windows.h> #include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Internet Print Client DLL" #define VER_INTERNALNAME_STR "inetppui.dll"
#include <common.ver>
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_CONFIGURE_DLG DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Configure Internet Port" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK",IDOK,133,194,50,14 PUSHBUTTON "Cancel",IDCANCEL,195,194,50,14 GROUPBOX "Security options",IDC_STATIC,7,49,238,116 CONTROL "Use &anonymous account",IDC_ANONYMOUS,"Button", BS_AUTORADIOBUTTON,24,63,95,10 CONTROL "Automatically use the &Windows logon name and password (and domain if any)", IDC_IMPERSONATION,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,24,76,215,19 CONTROL "Use the &specified user account",IDC_SPECFIEDUSER, "Button",BS_AUTORADIOBUTTON,24,100,114,10 LTEXT "&User Name",IDC_STATIC,46,118,36,8 EDITTEXT IDC_USER_NAME,94,118,145,14,ES_AUTOHSCROLL LTEXT "&Password",IDC_STATIC,46,138,32,8 EDITTEXT IDC_PASSWORD,94,138,145,14,ES_PASSWORD | ES_AUTOHSCROLL CONTROL "Use the same security setting for a&ll users", IDC_CHECK_ALL_USER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 7,172,145,10 EDITTEXT IDC_PORT_NAME,43,11,189,12,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP ICON IDI_PRINTER,IDC_STATIC,7,9,21,20 CONTROL "",IDC_DIVIDER5,"Static",SS_ETCHEDHORZ,7,38,236,1 END
AUTHDLG DIALOG DISCARDABLE 0, 0, 227, 123 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Enter Network Password" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_SECURITY,IDC_STATIC,7,7,20,20 LTEXT "To access this printer, you must enter a user name and password", IDC_STATIC,35,7,185,21 LTEXT "Printer Name",IDC_STATIC,35,35,53,8 LTEXT "&User Name",IDC_STATIC,35,60,49,8 EDITTEXT IDC_USER_NAME,94,60,126,13,ES_AUTOHSCROLL LTEXT "&Password",IDC_STATIC,35,77,42,8 EDITTEXT IDC_PASSWORD,94,77,126,13,ES_PASSWORD | ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,113,102,50,14 PUSHBUTTON "Cancel",IDCANCEL,170,102,50,14 EDITTEXT IDC_PORT_NAME,94,35,126,18,ES_MULTILINE | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP END
///////////////////////////////////////////////////////////////////////////// // // Icon //
// Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_SECURITY ICON DISCARDABLE "secure_q.ico" IDI_PRINTER ICON DISCARDABLE "ntprn.ico"
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resrc1.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""resource.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN "IDD_CONFIGURE_DLG", DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 BOTTOMMARGIN, 208 END END #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_DELETE_PORT "Delete Internet Port" IDS_CONFIG_ERR "Configuration Error" IDS_ACCESS_DENIED "You do not have access to the printer, please try a different username or password." IDS_AUTH_ERROR "Network Authentication Error" IDS_INVALID_PRINTER_NAME "Printer not found on server, unable to connect." IDS_INVALID_SETTING "The current setting is not accepted by the server, please try a different one." IDS_NETWORK_TIMEOUT "The internet printer fails to respond in a timely manner, please verify the network connection to your printer is up and running." IDS_INITIALIZATION_ERROR "The remote printer service is either restarted or not accessible at this moment, please try again later." IDS_PORT_DELETED "This port does not exist or has been deleted." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|