|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include <winres.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
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_ABOUT_DIALOG DIALOG DISCARDABLE 0, 0, 186, 94 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Passport Manager Administration" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK",IDOK,67,75,50,14 CTEXT "Microsoft\nPassport Site Administration Tool",-1,5,5, 175,20 EDITTEXT IDC_PRODUCTID,7,47,171,14,ES_AUTOHSCROLL | ES_READONLY EDITTEXT IDC_PRODUCTVERSION,7,30,171,14,ES_AUTOHSCROLL | ES_READONLY END
IDD_MAIN DIALOGEX 0, 0, 442, 281 STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Passport Manager Administration" CLASS "PassportManagerAdminClass" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN COMBOBOX IDC_CONFIGSETS,93,8,132,193,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "&New...",IDC_NEWCONFIG,104,24,50,14 PUSHBUTTON "R&emove",IDC_REMOVECONFIG,161,24,50,14 EDITTEXT IDC_HOSTNAMEEDIT,305,8,127,12,ES_AUTOHSCROLL EDITTEXT IDC_HOSTIPEDIT,305,22,127,12,ES_AUTOHSCROLL EDITTEXT IDC_SERVERNAME,93,49,132,14,ES_AUTOHSCROLL | ES_READONLY EDITTEXT IDC_INSTALLDIR,93,68,132,14,ES_AUTOHSCROLL | ES_READONLY EDITTEXT IDC_VERSION,93,89,132,14,ES_AUTOHSCROLL | ES_READONLY EDITTEXT IDC_TIMEWINDOW,93,110,54,14,ES_AUTOHSCROLL CONTROL "Spin2",IDC_TIMEWINDOW_SPIN,"msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,137,110,11,14 EDITTEXT IDC_TIMEWINDOW_TIME,151,110,74,14,ES_AUTOHSCROLL | ES_READONLY COMBOBOX IDC_LANGUAGEID,93,132,133,100,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP CONTROL "Force &Sign In",IDC_FORCESIGNIN,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,93,151,58,10 CONTROL "Disable Coo&kies",IDC_DISABLECOOKIES,"Button", BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,151,152,67,10 CONTROL "Stand Alone &Mode",IDC_STANDALONE,"Button", BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,93,167,75,10 EDITTEXT IDC_SITEID,305,49,127,14,ES_AUTOHSCROLL EDITTEXT IDC_RETURNURL,305,68,127,14,ES_AUTOHSCROLL EDITTEXT IDC_COBRANDING_TEMPLATE,305,87,127,14,ES_AUTOHSCROLL EDITTEXT IDC_DISASTERURL,305,106,127,14,ES_AUTOHSCROLL EDITTEXT IDC_COOKIEDOMAIN,305,125,127,14,ES_AUTOHSCROLL EDITTEXT IDC_COOKIEPATH,305,144,127,14,ES_AUTOHSCROLL EDITTEXT IDC_PROFILEDOMAIN,305,163,127,14,ES_AUTOHSCROLL EDITTEXT IDC_PROFILEPATH,305,182,127,14,ES_AUTOHSCROLL EDITTEXT IDC_SECUREDOMAIN,305,200,127,14,ES_AUTOHSCROLL EDITTEXT IDC_SECUREPATH,305,219,127,14,ES_AUTOHSCROLL DEFPUSHBUTTON "Commit Changes",IDC_COMMIT,157,253,58,14 PUSHBUTTON "&Undo Changes",IDC_UNDO,225,253,58,14 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,0,441, 1,WS_EX_STATICEDGE RTEXT "We&b Site Name",IDC_STATIC,6,10,79,8 RTEXT "H&ost Name",IDC_HOSTNAMETEXT,252,10,47,8 RTEXT "&IP Address",IDC_HOSTIPTEXT,252,24,47,8 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,2,41, 438,1,WS_EX_STATICEDGE RTEXT "Server Name",IDC_STATIC,43,52,42,8 RTEXT "Install Dir",IDC_STATIC,57,71,30,8 RTEXT "Version",IDC_STATIC,63,92,24,8 RTEXT "Time &Window (seconds)",IDC_STATIC,10,113,77,8 RTEXT "&Language ID",IDC_STATIC,45,134,42,8 RTEXT "Si&te ID",IDC_STATIC,277,52,22,8 RTEXT "&Return URL",IDC_STATIC,260,71,39,8 RTEXT "Co-Brand Ar&gs",IDC_STATIC,228,90,71,8 RTEXT "Dis&aster URL",IDC_STATIC,254,109,45,8 RTEXT "Cookie Domain",IDC_COOKIEDOMAIN_TEXT,250,128,49,8 RTEXT "Cookie Path",IDC_COOKIEPATH_TEXT,259,147,40,8 RTEXT "Consent Cookie Domain",IDC_STATIC,222,166,77,8 RTEXT "Consent Cookie Path",IDC_STATIC,231,185,68,8 RTEXT "Secure Domain",IDC_STATIC,249,203,50,8 RTEXT "Secure Path",IDC_STATIC,259,222,40,8 END
IDD_PMADMINCONNECT DIALOG DISCARDABLE 32, 24, 191, 65 STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Connect to Remote Web Server" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Computer name:",-1,7,15,75,8 EDITTEXT IDC_REMOTENAME,7,27,120,12,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,133,7,50,14 PUSHBUTTON "Cancel",IDCANCEL,133,24,50,14 PUSHBUTTON "&Browse...",IDC_BROWSE,133,44,50,14 END
IDD_CONFIRM_COMMIT DIALOG DISCARDABLE 0, 0, 286, 271 STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION CAPTION "Confirm Server Changes" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK",IDOK,85,249,50,14 PUSHBUTTON "Cancel",IDCANCEL,151,249,50,14 LTEXT "You are about to make changes to the passport manager configuration. Please confirm that the following effects are acceptable. Clicking OK will apply these changes immediatly.", IDC_STATIC,7,14,261,29 LTEXT "Warning: The passport manager configuration has been changed by another process.", IDC_OTHERPROCESS,7,213,261,25 LTEXT "",IDC_OTHER_TYPE,15,46,111,32 LTEXT "Any change to one of these settings should be consistent with any other servers in a web-farm", IDC_OTHER_WARN,135,46,139,33 LTEXT "Disable Cookies",IDC_COOKIES_TYPE,15,85,111,8 LTEXT "SiteID",IDC_SITEID_TYPE,15,135,111,8 LTEXT "Stand-Alone Mode",IDC_STANDALONE_TYPE,15,165,111,8 LTEXT "Disabling Cookies will require you to use the query string to use Passport. Any link that does not pass query string data will cause additional redirects. This setting is not recommended for most sites.", IDC_COOKIES_WARN,135,85,139,45 LTEXT "Changing SiteID will render your site inoperable unless the Network has been updated", IDC_SITEID_WARN,135,135,139,25 LTEXT "Stand-Alone mode will cause Passport Manager to stop redirecting for Authentication. This setting should not be used unless directed by Microsoft Technical Support.", IDC_STANDALONE_WARN,135,165,139,43 END
IDD_NEW_CONFIGSET DIALOG DISCARDABLE 0, 0, 296, 71 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Add New Web Site" FONT 8, "MS Shell Dlg" BEGIN RTEXT "&Web Site Name",IDC_STATIC,7,9,51,8 EDITTEXT IDC_CONFIGSETEDIT,63,7,164,12,ES_AUTOHSCROLL RTEXT "&Host Name",IDC_STATIC,7,28,51,8 EDITTEXT IDC_HOSTNAMEEDIT,63,26,164,12,ES_AUTOHSCROLL RTEXT "Host &IP",IDC_STATIC,7,47,51,8 EDITTEXT IDC_HOSTIPEDIT,63,45,164,12,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,239,7,50,14 PUSHBUTTON "Cancel",IDCANCEL,239,24,50,14 END
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include <winres.h>\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "#include ""pmconfig.rcv""\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Menu //
IDR_MAIN_MENU MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "&Open...", IDM_OPEN MENUITEM "&Save", IDM_SAVE MENUITEM "Save &As...", IDM_SAVEAS MENUITEM SEPARATOR MENUITEM "E&xit", IDM_EXIT END POPUP "&Computer" BEGIN MENUITEM "&Select Server...", IDM_SELECT END POPUP "&View" BEGIN MENUITEM "&Refresh", IDM_REFRESH END POPUP "&Help" BEGIN MENUITEM "&Help Topics", IDM_HELP MENUITEM SEPARATOR MENUITEM "&About", IDM_ABOUT END END
///////////////////////////////////////////////////////////////////////////// // // Icon //
// Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_PMADMIN ICON DISCARDABLE "pmconfig.ico"
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_CONFIRM_COMMIT, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 279 TOPMARGIN, 7 BOTTOMMARGIN, 264 END
IDD_NEW_CONFIGSET, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 289 TOPMARGIN, 7 BOTTOMMARGIN, 64 END END #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_CONNECTNOTLOCAL "If you wish to connect to your own computer, set the Computer Name to nothing." IDS_CONNECTBADNAME "Unable to connect to the selected remote computer. Make sure that this computer is on the network, has remote administration enabled, and that both computers are running the remote registry service." IDS_SECURECOOKIEPATH_ERROR "The value entered for the Secure Ticket Cookie Path must be a string less than 2048 characters long" IDS_CONNECTACCESSDENIED "Unable to connect to the selected remote computer. Make sure you have permission to administer this computer." IDS_COMPUTERBROWSETITLE "Click the computer you want to connect to." IDS_LOCALHOST "<Local Host>" IDS_OPENFILETITLE "Open Passport Manager Configuration" IDS_SAVEFILETITLE "Save Passport Manager Configuration" IDS_PMCONFIGDEFEXT "PPI" IDS_PMOPENFILEFILTER "Passport Config Files#*.ppi#All Files (*.*)#*.*#" IDS_PMSAVEFILEFILTER "Passport Config File#*.ppi#All Files (*.*)#*.*#" IDS_PMHELPFILE "MSPPCNFG.HLP" IDS_TIMEWINDOW "TimeWindow, " IDS_FORCESIGNIN "ForceSignIn, " IDS_LANGUAGEID "LanguageID, " IDS_COBRANDTEMPLATE "Co-Brand Args, " END
STRINGTABLE DISCARDABLE BEGIN IDS_RETURNURL "ReturnURL, " IDS_TICKETDOMAIN "TicketDomain, " IDS_COOKIEPATH "TicketPath, " IDS_DISASTERURL "DisasterURL, " IDS_APP_TITLE "Passport Manager Administration" IDS_NOTHINGTOCOMMIT "There have been no changes made to the current configuration." IDS_PRODUCTID "Product ID: " IDS_USAGE "Microsoft Passport Manager Administration Utility\n\nmsppcnfg.exe /config <filename> [ /server <computername> ] [ /name <config set name> ]" IDS_FILENOTFOUND "File Not Found" IDS_PRODUCTVERSION "Version: " IDS_DISASTERURL_ERROR "The value entered for the Disaster URL must be a string less than 2048 characters long" IDS_HOSTNAME "HostName, " IDS_HOSTIP "HostIP, " IDS_HOSTNAME_ERROR "The value entered for the Host Name must be a string less than 2048 characters long and cannot be empty" IDS_HOSTIP_ERROR "The value entered for the Host IP must be a string less than 16 characters long, cannot be empty and must be in the form ""a.b.c.d"", where a, b, c and d are numbers in the range 0 to 255." IDS_DEFAULT "<Default>" END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR "Error" IDS_WARNING "Warning" IDS_TIMEWINDOW_ERROR "The value entered for the Time Window must be between 100 and 1000000" IDS_LANGUAGEID_ERROR "The value entered for the Language ID must be an integer" IDS_SITEID_ERROR "The value entered for the Site ID must be between 1 and 4294967295" IDS_SITEID_WARN "Any Changes to SiteID will render your site inoperable unless the Network has been updated." END
STRINGTABLE DISCARDABLE BEGIN IDS_COBRANDING_ERROR "The value entered for the Co-Branding template must be a string less than 2048 characters long" IDS_RETURNURL_ERROR "The value entered for the Return URL must be a string less than 2048 characters long" IDS_COOKIEDOMAIN_ERROR "The value entered for the Ticket Cookie Domain must be a string less than 2048 characters long" IDS_COOKIEPATH_ERROR "The value entered for the Ticket Cookie Path must be a string less than 2048 characters long" IDS_STANDALONE_WARN "Stand-Alone mode will cause Passport Manager to stop redirecting for Authentication. This setting should not be used unless directed by Microsoft Technical Support." IDS_DISABLECOOKIE_WARN "Disabling Cookies will require you to use the query string to use Passport. Any link that does not pass query string data will cause additional redirects. This setting is not recommended for most sites." IDS_CONSISTENCY_WARN "Any changes to this value should be consistent with any other servers in your web-farm." IDS_ABOUTTOCOMMIT "The changes you have specified are about to be applied to your web server. This will have an immediate effect on the operation of your web site. Select OK to proceed, or Cancel to abort making the changes." IDS_COMMITERROR "An error has prevented your updated settings from being applied to your web server. Your web server has not been updated." IDS_REGISTRYCHANGED "The settings for you web site have been modified by a different process. Select OK to proceed and apply your changes, or cancel to abort." IDS_CONFIGREAD_ERROR "There was an error reading the configuration of your web server." END
STRINGTABLE DISCARDABLE BEGIN IDS_REMOVE_WARNING "You are about to remove this web site configuration. The data in this configuration will be lost permanently.\r\n\r\nDo you wish to proceed with this operation?" IDS_REMOVE_TITLE "Remove Web Site" IDS_EMPTYSITENAME "You must enter a value for Web Site Name." IDS_EMPTYHOSTNAME "You must enter a value for Host Name." IDS_EMPTYHOSTIP "You must enter a value for Host IP." IDS_WRITENEW_ERROR "An error has prevented your new Web Site from being applied to your web server. Your web server has not been updated." IDS_SAVE_PROMPT "Do you want to save the changes you made?" IDS_INVALIDSITENAME "Invalid site name. You must choose a site name other than ""<Default>""." IDS_HOSTNAMETRUNC_WARN "The saved Host Name was too long and it has been truncated." IDS_HOSTIPTRUNC_WARN "The saved Host IP was too long and it has been truncated." IDS_PROFILEDOMAIN_ERROR "The value entered for the Profile Cookie Domain must be a string less than 2048 characters long" IDS_PROFILEPATH_ERROR "The value entered for the Profile Cookie Path must be a string less than 2048 characters long" IDS_PROFILEDOMAIN "ProfileDomain, " IDS_PROFILEPATH "ProfilePath, " IDS_SECUREPATH_ERROR "The value entered for the Secure Cookie Path must be a string less than 2048 characters long" IDS_SECUREDOMAIN "SecureDomain, " END
STRINGTABLE DISCARDABLE BEGIN IDS_SECUREPATH "SecurePath, " IDS_SECUREDOMAIN_ERROR "The value entered for the Secure Cookie Domain must be a string less than 2048 characters long" IDS_EXISTINGSITENAME "You have entered the name of an existing site. Please choose a different site name.\r\n\r\nIf you wish to edit the settings for an existing site, return to the main screen and select the site name from the drop down list." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "pmconfig.rcv"
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|