mirror of https://github.com/tongzx/nt5src
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.
71 lines
1.9 KiB
71 lines
1.9 KiB
|
|
#include "resource.h"
|
|
#include "AppMan.Rcv"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#include "afxres.h"
|
|
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#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
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""afxres.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""AppMan.Rcv""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
IDI_ICON1 ICON DISCARDABLE "icon1.ico"
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PROGRAMFILES "Program Files"
|
|
IDS_ENTERTAINMENT "Games"
|
|
IDS_APPMAN "~System"
|
|
IDS_PRODUCTIVITY "Productivity"
|
|
IDS_PUBLISHING "Publishing"
|
|
IDS_SCIENTIFIC "Scientific"
|
|
IDS_AUTHORING "Authoring"
|
|
IDS_MEDICAL "Medicine"
|
|
IDS_BUSINESS "Business"
|
|
IDS_FINANCIAL "Finance"
|
|
IDS_EDUCATIONAL "Educational"
|
|
IDS_REFERENCE "Reference"
|
|
IDS_WEB "Internet"
|
|
IDS_DEVTOOL "Development"
|
|
IDS_MULTIMEDIA "Multimedia"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_VIRUSCLEANER "Tools"
|
|
IDS_CONNECTIVITY "Communication"
|
|
IDS_DISKCLEANERNAME1 "Game files unused for "
|
|
IDS_DISKCLEANERNAME2 " days"
|
|
IDS_DISKCLEANERDESC1 "Windows can detect when certain newer kinds of games have not been played in "
|
|
IDS_DISKCLEANERDESC2 " days. Some (recoverable) files from these games can be deleted to free disk space. When you play the game again, you may be prompted for the original installation media so the files can be restored."
|
|
IDS_APPMANNT "Program Files\\AppManNT"
|
|
IDS_APPMAN9x "Program Files\\AppMan9x"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|