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

📄 richtexteditor.loc

📁 symbian C++ 开发学习的一个很好的例子
💻 LOC
字号:
/*
* ============================================================================
*  Name     : RichTextEditor.loc
*  Part of  : RichTextEditor
*  Created  : 05/08/2006 by Forum Nokia 
*  Description:
*     This is a localisation file for RichTextEditor
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*  Version  : 2.0
*  Copyright: Forum Nokia
* ============================================================================
*/

// LOCALISATION STRINGS

//d:Command in options menu.
//d:Example application spesific command.
//l:list_single_popup_submenu_pane_1
// example caption strings for app

#define qtn_app_caption_string "RichTextEditor"
#define qtn_app_short_caption_string "RTE"

#define qtn_app_demo_text "Forum Nokia presents: RichTextEditor \f - The Source - For more information please check the release note and the source code."
#define qtn_app_demo_intro "Please select the Demo from the Options Menu. To modify the selection use 'ABC'+joystick. To select letters and words, press and hold the 'pencil'-button. At the same time, move the joystick left or right. As the selection moves, text is highlighted."
//How to use help text for S60 1st and 2nd edition.
#define qtn_app_demo_intro_help " When the text is highlighted you can change the font, color of font or font style. Choose the e.g. Character format -> Bold in to 'Options' menu."

#define qtn_app_indicator_alignment			"Alignment set"
#define qtn_app_indicator_character_format	"Font Style set"
#define qtn_app_indicator_font			"Font changed"
#define qtn_app_indicator_strike_on			"Strikethrough applied"
#define qtn_app_indicator_strike_off		"No strikethrough "
#define qtn_app_indicator_color			"Color set"
#define qtn_app_indicator_demo			" - Forum Nokia - "

// End of File

⌨️ 快捷键说明

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