⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rarender.rc

📁 著名的 helix realplayer 基于手机 symbian 系统的 播放器全套源代码
💻 RC
字号:
#ifdef APSTUDIO_INVOKED
	#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...

/////////////////////////////////////////////////////////////////////////////
// Version stamp for this deliverable

#ifdef WIN32
#include <winver.h>      // Defines for 32bit windows version resources
#else
#include <ver.h>        // Defines for 16bit windows version resources
#endif

#include "hxver.h"        // Defines for standard Progressive Networks deliverables
#include "rarender.ver"    // Defines for this deliverable created by GETFILES

VS_VERSION_INFO         VERSIONINFO
    FILEVERSION         TARVER_LIST_VERSION
    PRODUCTVERSION      TARVER_LIST_VERSION
    FILEFLAGSMASK       VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
    FILEFLAGS           VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
#else
    FILEFLAGS           0 // final version
#endif

    FILEOS              VER_FILEOS
    FILETYPE            0   // not needed
    FILESUBTYPE         0   // not needed

BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
        BEGIN 
            VALUE "FileDescription", "RealAudio Renderer plugin for RealMedia甛0"
            VALUE "InternalName",    "RARENDER\0"
            VALUE "OriginalFilename","RARENDER.DLL\0"
            VALUE "ProductName",     "RealAudio Renderer plugin for RealMedia

⌨️ 快捷键说明

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