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

📄 aknexeditor.rls

📁 国内著名嵌入式培训机构内部资料,内含一些实例代码,包括技术专题书籍
💻 RLS
字号:
/*
* ==============================================================================
*  Name        : aknexeditor.rls
*  Part of     : Editor example
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2004 - 2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/

// Caption
rls_string STRING_r_apps_taed_list          "Editor"

//d:STRING value for resource
//d:Application title
rls_string STRING_r_aknexeditor_appilcation_title   "Editor Example"

//d:for tabs
rls_string STRING_r_aknexeditor_tab_dummy       ""

//d:cba buttons
rls_string STRING_r_aknexeditor_cba_options     "Options"

//d:menu strings
rls_string STRING_r_aknexeditor_menu_dummy      ""
rls_string STRING_r_aknexeditor_menu_exit       "Exit"

rls_string STRING_r_aknexeditor_select_sysfont1 "LatinPlain12"
rls_string STRING_r_aknexeditor_select_sysfont2 "LatinBold12"
rls_string STRING_r_aknexeditor_select_sysfont3 "LatinBold13"
rls_string STRING_r_aknexeditor_select_sysfont4 "LatinBold17"
rls_string STRING_r_aknexeditor_select_sysfont5 "LatinBold19"
rls_string STRING_r_aknexeditor_select_sysfont6 "NumberPlain5"
rls_string STRING_r_aknexeditor_select_sysfont7 "ClockBold30"
rls_string STRING_r_aknexeditor_select_sysfont8 "LatinClock14"

//New additions to overcome hardcode descriptors

//Strings for View 30
rls_string STRING_r_aknexeditor_menu_ccpumenu        "Clipboard"
rls_string STRING_r_aknexeditor_menu_fontmenu        "Set font"
rls_string STRING_r_aknexeditor_menu_scrollmenu      "Scroll text"
rls_string STRING_r_aknexeditor_menu_filemenu        "File"
rls_string STRING_r_aknexeditor_menu_cleartext       "Clear text"
rls_string STRING_r_aknexeditor_menu_selecttext      "Select text"
rls_string STRING_r_aknexeditor_menu_clearselection  "Unselect text"
rls_string STRING_r_aknexeditor_menu_cut             "Cut"
rls_string STRING_r_aknexeditor_menu_copy            "Copy"
rls_string STRING_r_aknexeditor_menu_paste           "Paste"
rls_string STRING_r_aknexeditor_menu_scrollup        "Scroll up"
rls_string STRING_r_aknexeditor_menu_scrolldown      "Scroll down"
rls_string STRING_r_aknexeditor_menu_savetofile      "Save text to a file"
rls_string STRING_r_aknexeditor_menu_openfile        "Open a file"

// End of file.

⌨️ 快捷键说明

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