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

📄 syssetup.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
字号:
/* $Id: syssetup.rc 25730 2007-02-05 20:14:59Z fireball $ */

#include <windows.h>
#include "resource.h"

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION	"System Setup DLL\0"
#define REACTOS_STR_INTERNAL_NAME	"syssetup\0"
#define REACTOS_STR_ORIGINAL_FILENAME	"syssetup.dll\0"
#include <reactos/version.rc>

LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

/* Bitmaps */
IDB_WATERMARK BITMAP "resources/watermark.bmp"
IDB_HEADER    BITMAP "resources/header.bmp"


STRINGTABLE
BEGIN
    IDS_ACKPROJECTS "Wine - http://www.winehq.org\n"\
                    "FreeType - http://www.freetype.org\n"\
                    "Expat - http://expat.sourceforge.net\n"\
                    "DJGPP - http://www.delorie.com/djgpp\n"\
                    "SYSLINUX - http://syslinux.zytor.com\n"\
                    "Xbox Linux - http://www.xbox-linux.org\n"\
                    "MinGW - http://www.mingw.org\n"\
                    "Bochs - http://bochs.sourceforge.net\n"\
                    "QEMU - http://fabrice.bellard.free.fr/qemu\n"\
                    "Mesa3D - http://www.mesa3d.org\n"\
                    "FreeBSD - http://www.freebsd.org\n"\
                    "adns - http://adns.jgaa.com\n"
END

IDR_GPL RT_TEXT "COPYING"


/*
 * Everything specific to any language goes in one of the specific
 * files. Note that you can and may override resources which also have
 * a neutral version. This is to get localized bitmaps for example.
 */

#include "syssetup_En.rc"
#include "syssetup_Cz.rc"
#include "syssetup_De.rc"
#include "syssetup_Fr.rc"
#include "syssetup_Nl.rc"
#include "syssetup_No.rc"
#include "syssetup_Ja.rc"
#include "syssetup_Es.rc"
#include "syssetup_Hu.rc"
#include "syssetup_Uk.rc"
#include "syssetup_It.rc"

⌨️ 快捷键说明

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