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

📄 appwiz.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
字号:
#include "resource.h"
#include <windows.h>

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION	"ReactOS Software Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME	"appwiz\0"
#define REACTOS_STR_ORIGINAL_FILENAME	"appwiz.cpl\0"
#ifdef _MSC_VER
#include <../../../reactos/version.rc>
#else
#include <reactos/version.rc>
#endif

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

IDI_CPLSYSTEM ICON "resources/applet.ico"

/*
 * 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 "En.rc"
#include "Ja.rc"
#include "Cz.rc"
#include "De.rc"
#include "Dk.rc"
#include "Gr.rc"
#include "Hu.rc"
#include "Nl.rc"
#include "Ru.rc"
#include "Pl.rc"
#include "Es.rc"
#include "Fr.rc"
#include "It.rc"
#include "Uk.rc"

⌨️ 快捷键说明

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