mtmsexample.rls

来自「symbian s60 第3版下的短信发送程序,实现了(发送,接收等功能)」· RLS 代码 · 共 43 行

RLS
43
字号
/*
============================================================================
 Name        : MtmsExample.rls
 Author      : Lion
 Copyright   : Your copyright notice
 Description : This is a localisation file for MtmsExample
               A .rls file is the one and only place where the logical
			   strings to be localised are defined. 
============================================================================
*/

//  LOCALISATION STRINGS


#define qtn_app_caption_string "Mtms Example"

#define qtn_app_short_caption_string "Mtms Ex"

#define LABEL_TEXT "MTMs Example"
#define SEND_SMS_MENU_TEXT "Send SMS"
#define SEND_MMS_MENU_TEXT "Send MMS"
#define ADDRESS_QUERY_CAPTION "Enter an address"
#define EXIT_TEXT "Exit"

// Caption string for app.
#define qtn_caption_string "MtmsExample"

// First item in "Options" menu pane
#define qtn_command1 "Message"

// Second item in "Options" menu pane
#define qtn_command2 "Message from file"

// Third item in "Options" menu pane
#define qtn_exit "Exit"

// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Hello World!"

#define qtn_loc_resource_file_1 "\\resource\\apps\\MtmsExample"

// End of File

⌨️ 快捷键说明

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