slayer.rc

来自「一个类似windows」· RC 代码 · 共 26 行

RC
26
字号
/* $Id: slayer.rc 21259 2006-03-08 23:18:27Z audit $ */

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

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION	"ReactOS Compatibility Layer Shell Extension\0"
#define REACTOS_STR_INTERNAL_NAME	"slayer\0"
#define REACTOS_STR_ORIGINAL_FILENAME	"slayer.dll\0"
#include <reactos/version.rc>

/*
 * 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 "De.rc"
#include "Nl.rc"
#include "Pl.rc"
#include "Sv.rc"
#include "Es.rc"
#include "Hu.rc"

⌨️ 快捷键说明

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