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

📄 loader.rc

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 RC
字号:

// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -