2004-04-10 09:11:03 +00:00
|
|
|
|
// Microsoft Visual C++ generated resource script.
|
|
|
|
|
//
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
|
|
|
//
|
|
|
|
|
#include <wx/msw/wx.rc>
|
2004-12-03 22:06:39 +00:00
|
|
|
|
#include "version.h"
|
2004-10-22 22:55:29 +00:00
|
|
|
|
|
2004-04-10 09:11:03 +00:00
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Neutral resources
|
|
|
|
|
|
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
#pragma code_page(1252)
|
|
|
|
|
#endif //_WIN32
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Icon
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
|
|
|
// remains consistent on all systems.
|
|
|
|
|
APP_ICON ICON "res\\boincguiApp.ico"
|
|
|
|
|
#endif // Neutral resources
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// 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
|
|
|
|
|
|
2004-04-13 00:33:40 +00:00
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Menu
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Cursor
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Icon
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Bitmap
|
|
|
|
|
//
|
|
|
|
|
|
2004-04-10 09:11:03 +00:00
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// TEXTINCLUDE
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
1 TEXTINCLUDE
|
|
|
|
|
BEGIN
|
|
|
|
|
"resource.h\0"
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
2 TEXTINCLUDE
|
|
|
|
|
BEGIN
|
2004-10-22 22:55:29 +00:00
|
|
|
|
"#include <wx/msw/wx.rc>\r\n"
|
|
|
|
|
"#include ""win_config.h""\r\n"
|
|
|
|
|
"\0"
|
2004-04-10 09:11:03 +00:00
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
3 TEXTINCLUDE
|
|
|
|
|
BEGIN
|
|
|
|
|
"\0"
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
//
|
|
|
|
|
// Version
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
2004-10-22 22:55:29 +00:00
|
|
|
|
FILEVERSION BOINC_MAJOR_VERSION,BOINC_MINOR_VERSION,0,0
|
|
|
|
|
PRODUCTVERSION BOINC_MAJOR_VERSION,BOINC_MINOR_VERSION,0,0
|
|
|
|
|
FILEFLAGSMASK 0x3fL
|
2004-04-10 09:11:03 +00:00
|
|
|
|
#ifdef _DEBUG
|
|
|
|
|
FILEFLAGS 0x1L
|
|
|
|
|
#else
|
|
|
|
|
FILEFLAGS 0x0L
|
|
|
|
|
#endif
|
2004-10-22 22:55:29 +00:00
|
|
|
|
FILEOS 0x40004L
|
2004-04-10 09:11:03 +00:00
|
|
|
|
FILETYPE 0x1L
|
|
|
|
|
FILESUBTYPE 0x0L
|
|
|
|
|
BEGIN
|
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
|
BEGIN
|
|
|
|
|
BLOCK "040904b0"
|
|
|
|
|
BEGIN
|
2004-11-05 21:56:20 +00:00
|
|
|
|
VALUE "CompanyName", "Space Sciences Laboratory, U.C. Berkeley"
|
|
|
|
|
VALUE "FileDescription", "BOINC Manager for Windows"
|
2004-10-22 22:55:29 +00:00
|
|
|
|
VALUE "FileVersion", BOINC_VERSION_STRING "\0"
|
|
|
|
|
VALUE "InternalName", "boincmgr"
|
|
|
|
|
VALUE "LegalCopyright", "Copyright <20> 2003-2004 University of California"
|
|
|
|
|
VALUE "OriginalFilename", "boincmgr.exe"
|
|
|
|
|
VALUE "ProductName", "BOINC Manager"
|
|
|
|
|
VALUE "ProductVersion", BOINC_VERSION_STRING "\0"
|
2004-04-10 09:11:03 +00:00
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
|
BEGIN
|
|
|
|
|
VALUE "Translation", 0x409, 1200
|
|
|
|
|
END
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
#endif // English (U.S.) resources
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|