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.
|
|
//Microsoft Developer Studio generated resource script. // #include "dsutilrc.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include <windows.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 "dsutilrc.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include <windows.h>\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_SUCCESS "succeeded" IDS_FAILED "failed" IDS_FAILED_SET_PASSWORD "Set password failed" IDS_FAILED_SET_NW_PASSWORD "Set NetWare password failed" IDS_FAILED_RESET_COMPUTER "Reset computer account failed" IDS_YES "Yes" IDS_NO "No" IDS_ADMIN_PASSWORD_PROMPT "Enter Password " END
STRINGTABLE DISCARDABLE BEGIN IDS_USER_PASSWORD_PROMPT "Enter User Password" IDS_FAILED_CHANGE_GROUP_DOMAIN_VERSION "The group type cannot be changed while the domain is in mixed mode." IDS_MUSTCHPWD_CANCHPWD_CONFLICT "Cannot set ""must change password"" and ""cannot change password"" for the same user." IDS_ERRMSG_REMOVE_FROM_GROUP "%s could not be removed from the group." IDS_ERRMSG_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER "A global group cannot have a builtin or cross-domain member." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|