📄 helloworld.l01
字号:
/**
*
* @brief Resource file containing English strings for HelloWorld application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// APPLICATION INFORMATION
#define ELanguage ELangEnglish // Caption language
// LOCALISATION STRINGS
// Caption strings for application.
#define qtn_app_caption_string "HelloWorld"
#define qtn_app_short_caption_string "HelloW"
// Application text.
#define LABEL_TEXT "Hello World"
// Menu text.
#define COMMAND_ONE "Command 1"
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -