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 "basestr.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.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 "basestr.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_VIEW "&View\nContains commands for customizing this window" IDS_VIEW_LARGE "Lar&ge Icons\nDisplays items by using large icons." IDS_VIEW_SMALL "S&mall Icons\nDisplays items by using small icons." IDS_VIEW_LIST "&List\nDisplays items in a list." IDS_VIEW_DETAIL "&Detail\nDisplays information about each item in the window." IDS_VIEW_HTML "&Web\nDisplays item on a Web page" END
STRINGTABLE DISCARDABLE BEGIN IDS_ARRANGE_ICONS "Arrange &Icons\nContains command for arranging items in the window." IDS_ARRANGE_AUTO "&Auto Arrange\nArranges the icons automatically" IDS_LINE_UP_ICONS "Lin&e up Icons\nArranges icons in a grid" END
STRINGTABLE DISCARDABLE BEGIN IDS_SNAPIN_FAILED_INIT "Snap-in failed to initialize." END
STRINGTABLE DISCARDABLE BEGIN IDS_NAME "Name" END
STRINGTABLE DISCARDABLE BEGIN IDS_TYPE "Type" END
STRINGTABLE DISCARDABLE BEGIN IDS_ADD_TO_FAVORITES "&Add to Favorites...\nAdds the current view to your Favorites list." IDS_ORGANIZEFAVORITES "&Organize Favorites...\nOpens the Favorites folder." IDS_MESSAGE_NOT_FOUND_ERROR "Message not found." IDS_NODE_NOT_FOUND "The specified node could not be located." IDS_E_UNEXPECTED "An error occurred" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|