msdnintegrator.rc

来自「这是VCF框架的代码」· RC 代码 · 共 228 行

RC
228
字号
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#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

#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

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
    "#define _AFX_NO_OLE_RESOURCES\r\n"
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
    "\r\n"
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
    "#ifdef _WIN32\r\n"
    "LANGUAGE 9, 1\r\n"
    "#pragma code_page(1252)\r\n"
    "#endif //_WIN32\r\n"
    "#include ""res\\MSDNIntegrator.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
    "#include ""afxres.rc""         // Standard components\r\n"
    "#endif\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED







#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,0,1
 PRODUCTVERSION 1,0,0,1
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904B0"
        BEGIN
            VALUE "CompanyName", "\0"
            VALUE "FileDescription", "MSDNIntegrator MFC Application\0"
            VALUE "FileVersion", "1, 0, 0, 1\0"
            VALUE "InternalName", "MSDNIntegrator\0"
            VALUE "LegalCopyright", "Copyright (C) 2001\0"
            VALUE "LegalTrademarks", "\0"
            VALUE "OriginalFilename", "MSDNIntegrator.EXE\0"
            VALUE "ProductName", "MSDNIntegrator Application\0"
            VALUE "ProductVersion", "1, 0, 0, 1\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#endif    // !_MAC


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_MSDNINTEGRATOR_DIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 299
        VERTGUIDE, 12
        VERTGUIDE, 294
        TOPMARGIN, 7
        BOTTOMMARGIN, 246
        HORZGUIDE, 131
        HORZGUIDE, 209
    END

    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 291
        TOPMARGIN, 7
        BOTTOMMARGIN, 96
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ABOUTBOX            "&About MSDNIntegrator..."
    IDS_MSDN_KEY            "Software\\Microsoft\\HTML Help Collections\\Developer Collections"
    IDS_OLD_DAT             "%s\\Help\\hhcolreg.dat"
    IDS_NEW_DAT             "%s\\Documents and Settings\\All Users\\Application Data\\Microsoft\\HTML Help\\hhcolreg.dat"
    IDS_NEWER_DAT           "%s\\Microsoft\\HTML Help\\hhcolreg.dat"
    IDS_REGISTRY            "<DocCompilation>\n\t<DocCompId value=""%s""/>\n\t<DocCompLanguage value=%s/>\n\t<LocationHistory>\n\t\t<ColNum value=%s/>\n\t\t<TitleLocation value=""%s""/>\n\t\t<IndexLocation value=""%s""/>\n\t\t<LocationRef value=""""/>\n\t\t<Version value=%s/>\n\t\t<LastPromptedVersion value=0/>\n\t\t<TitleSampleLocation value=""""/>\n\t\t<TitleQueryLocation value=""""/>\n\t\t<SupportsMerge value=0/>\n\t</LocationHistory>\n</DocCompilation>\n"
    IDS_COLLECTION          "\t\t<Folder>\n\t\t\t<TitleString value=""%s""/>\n\t\t\t<FolderOrder value=2/>\n\t\t\t<Folder>\n\t\t\t\t<TitleString value=""=%s""/>\n\t\t\t\t<FolderOrder value=1/>\n\t\t\t\t<LangId value=%s/>\n\t\t\t</Folder>\n\t\t</Folder>\n"
    IDS_GUID                "{%08lX-%04X-%04x-%02X%02X-%02X%02X%02X%02X%02X%02X}"
    IDS_CHI_FILTER          "Chi Files (*.chi)|*.chi|All Files (*.*)|*.*||"
    IDS_CHM_FILTER          "Chm Files (*.chm)|*.chm|All Files (*.*)|*.*||"
    IDS_ERR_TITLE           "Error During Integration"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ERR_COLNOTFOUND     "Error finding MSDN collection.  MSDN integration can only be performed on a system that has the MSDN library installed...aborting."
    IDS_ERR_REGNOTFOUND     "The MSDN Library Installation was not found in your systems registry."
    IDS_ERR_DATNOTFOUND     "Error finding MSDN hhcolreg.dat, MSDN integration can only be performed on a system that has the MSDN library installed, aborting."
    IDS_ERR_CREATE_GUID     "Unable to create new GUID."
    IDS_ERR_INIT_CHM        "Unable to update MSDN collection, .CHM path was not specified."
    IDS_ERR_INIT_CHI        "Unable to update MSDN collection, .CHI path was not specified."
    IDS_ERR_INIT_TITLE      "Unable to update MSDN collection, title string was not specified."
    IDS_ERR_INIT_ID         "Unable to update MSDN collection, unique ID was not specified."
    IDS_ERR_INIT_DAT        "Unable to update MSDN collection, hhcolreg.dat path was not specified."
    IDS_ERR_INIT_COL        "Unable to update MSDN collection, MSDN collection path was not specified."
    IDS_ERR_OPENFILE        "File could not be opened, cause:%d"
    IDS_INTEGRATION_COMPLETE "Integration Complete!"
    IDS_REMOVAL_COMPLETE    "Integration Removal Complete!"
    IDS_DAT                 "<DocCompilation>\n\t<DocCompId value=""%s""/>\n\t<DocCompLanguage value=%s/>\n\t<LocationHistory>\n\t\t<ColNum value=%s/>\n\t\t<TitleLocation value=""%s""/>\n\t\t<IndexLocation value=""%s""/>\n\t\t<LocationRef value=""""/>\n\t\t<Version value=%s/>\n\t\t<LastPromptedVersion value=0/>\n\t\t<TitleSampleLocation value=""""/>\n\t\t<TitleQueryLocation value=""""/>\n\t\t<SupportsMerge value=0/>\n\t\t</LocationHistory>\n</DocCompilation>\n</DocCompilations>\n"
    IDS_COL                 "<Folder>\n\t<TitleString value=""%s""/>\n\t<FolderOrder value=2/>\n\t<Folder>\n\t\t<TitleString value=""=%s""/>\n\t\t<FolderOrder value=1/>\n\t\t<LangId value=%s/>\n\t</Folder>\n</Folder>\n</Folders>\n"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SUCCESS_CAPTION     "Integration Successful"
    IDS_ERR_WRONG_VER       "The MSDN Integration Wizard is only compatible with 'MSDN Library - October 2001' or earlier..."
    IDS_ERR_INIT_VER        "Unable to update MSDN collection, help version was not specified."
    IDS_BACKUPNOTFOUND      "Backup file for '%s' could not be found, unable to remove integration."
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "res\MSDNIntegrator.rc2"  // non-Microsoft Visual C++ edited resources
#include "afxres.rc"         // Standard components
#endif

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?