multiview.loc

来自「《基于Symbian OS的手机开发与应用实践》这本书的配套源码。」· LOC 代码 · 共 40 行

LOC
40
字号
/*
* ============================================================================
*  Name     : MultiView.loc
*  Part of  : MultiView
*  Created  : 03.12.2005 by ToBeReplacedByAuthor
*  Description:
*     This is a localisation file for MultiView
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*     Initial content was generated by Series 60 AppWizard.
*  -------------------------------------------------------------------
*  Version  :
*  Copyright: ToBeReplacedByCopyright
* ============================================================================
*/

// LOCALISATION STRINGS

#define qtn_appl_test "Test"

#define qtn_appl_option_item "Common Command"
#define qtn_view1_option_item "Listview Command"
#define qtn_view2_option_item "Editview Command"
#define qtn_options_exit "Exit"

#define qtn_view1_tab "List"
#define qtn_view2_tab "Edit"

// example caption strings for app
#define qtn_app_caption_string "MultiView"

#define qtn_app_short_caption_string "MultiView"
#define qtn_aknexlist_item_1 " \tShenyang"
#define qtn_aknexlist_item_2 " \tBeijing"
#define qtn_aknexlist_item_3 " \tLasa"
#define qtn_aknexlist_item_4 " \tAtlanta"
#define qtn_aknexlist_item_5 " \tHongkong"

// End of File

⌨️ 快捷键说明

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