📄 loader.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 + -