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

📄 intl.rc

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

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION	"ReactOS Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME	"intl\0"
#define REACTOS_STR_ORIGINAL_FILENAME	"intl.cpl\0"
#include <reactos/version.rc>

IDC_CPLICON ICON "resources/applet.ico"
IDC_FLAGS ICON "resources/flags.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"

⌨️ 快捷键说明

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