loader.rc

来自「Last change: 2008-02-03 This is the sou」· RC 代码 · 共 21 行

RC
21
字号

// the name of the application
#define BRAND_APP_NAME "KCeasy"

// name of window used as message target between instances
#define BRAND_EXTERNAL_MSG_TARGET BRAND_APP_NAME "ExternalMsgTarget"
// name of global mutex used to detect other instances
#define BRAND_GLOBAL_MUTEX_NAME BRAND_APP_NAME "GlobalMutex"
// name of global mutex used by gift loader
#define BRAND_LOADER_MUTEX_NAME BRAND_APP_NAME "GiftLoaderMutex"

#define MAIN_ICON 1

#ifdef RC_INVOKED

MAIN_ICON ICON "res\kceasy_loader.ico"
MAINICON  ICON "res\kceasy_loader.ico"  // string id to prevent C++ Builder from adding its own icon

#endif // RC_INVOKED

⌨️ 快捷键说明

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