myhello_cn.src

来自「symbian中讲述的一个有关grid的简单例子」· SRC 代码 · 共 43 行

SRC
43
字号
/*
* 中文资源定义
*/
CHARACTER_SET UTF8

//程序名称定义
#define qtn_mh_version     		"1.0.0"

#define qtn_mh_app_caption 		"状态栏标题"
#define qtn_mh_app_shortcaption 	"功能"
//#define qtn_mh_hello_title 		"第一个页面标题"//Hello View

//Hello View
#define qtn_mh_hello_title 		"登录"
#define qtn_mh_hello_cba_logon 		"登录"
#define qtn_mh_hello_cba_exit 		"退出"

#define qtn_mh_hello_menu_logon 	"登录"
#define qtn_mh_hello_menu_back		"还原MenuBar"

//World View
#define qtn_mh_world_title 		"注册"
#define qtn_mh_world_cba_exit 		"退出"
#define qtn_mh_world_cba_option		"选项"

#define qtn_mh_world_menu_del 		"删除"
#define qtn_mh_world_menu_new 		"新建"
#define qtn_mh_world_menu_mod 		"修改"

#define qtn_mh_world_menu_display_item	"显示所有菜单项"
#define qtn_mh_world_menu_hide_item 	"隐藏菜单项"
#define qtn_mh_world_menu_back 			"菜单还原"
#define qtn_mh_world_menu_chage_view 	"切换视图"

#define qtn_mh_world_menu_submenu 		"子菜单"
#define qtn_mh_world_change_menu_bar 	"换MenuBar"
#define qtn_mh_world_menu_bar_back 		"还原MenuBar"

//Grid View
#define qtn_mh_grid_title 						"九宫格页面"
#define qtn_mh_hello_menu_Select			"确定"

⌨️ 快捷键说明

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