nettest.rls

来自「一个symbian http上传下载例子」· RLS 代码 · 共 29 行

RLS
29
字号
/*
============================================================================
 Name        : NetTest.rls
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : String localization file
============================================================================
*/

//  LOCALISATION STRINGS

#define qtn_wap_conn   "cmwap conn"
#define qtn_net_conn   "cmnet conn"
#define qtn_test_stop   "stop"
#define qtn_test_resume "resume"
#define qtn_appl_exit   "exit"


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

#define qtn_app_short_caption_string "NetTest"

//d:When user requests ENetTestCommand1 event, text below is shown.
rls_string qtn_hewb_command1_text "Hello world!"

// End of File

⌨️ 快捷键说明

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