richtexteditor.l01

来自「最新官方例子,图形,描述副,基本控件,通讯协议,等等,」· L01 代码 · 共 27 行

L01
27
字号
/**
* 
* @brief Resource file containing English strings for RichTextEditor application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

//  APPLICATION INFORMATION
#define ELanguage	ELangEnglish	// Caption language


//  LOCALISATION STRINGS

// example caption strings for app
#define qtn_app_caption_string "Rich Text Editor"

#define qtn_app_short_caption_string "RichTextEditor"


#define HELP_HEADER1 "Starting a New Game"
#define HELP_TEXT1 "Select Start New Game from the Options menu to start a new game" 
#define HELP_HEADER2 "Ending a Game"
#define HELP_TEXT2 "Select Exit from the Options menu to end the current game" 

// End of File

⌨️ 快捷键说明

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