rsrc.rc

来自「winNT技术操作系统,国外开放的原代码和LIUX一样」· RC 代码 · 共 30 行

RC
30
字号


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

/*
 * Note: this icon is the "default logo" referenced here:
 * http://www.mozilla.org/foundation/trademarks/faq.html (under "What are the
 * Mozilla Trademarks and Logos?"). Don't use the official Firefox logo as it
 * is trademarked.
 */
1 ICON  "firefox.ico"


/* define language neutral resources */

LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL

/* include localised resources */
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/it-IT.rc"
#include "lang/nl-NL.rc"
#include "lang/nb-NO.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"

⌨️ 快捷键说明

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