sendappuiexample.l01

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· L01 代码 · 共 48 行

L01
48
字号
/**
* 
* @brief Resource file containing English strings for the SendAppUiExample
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

//  APPLICATION INFORMATION
#define ELanguage    ELangEnglish    // Caption language


// LOCALISATION STRINGS

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

#define qtn_app_short_caption_string "SendAppUiExample"

#define EXIT_TEXT "Exit"

#define DIALOG_LABEL_TEXT "SendAppUiExample"

#define CREATE_SMS_MENU_TEXT "Create SMS"
#define CREATE_EMAIL_MENU_TEXT "Create Email"
#define CREATE_MMS_MENU_TEXT "Create MMS"
#define CREATE_GENERAL_MESSAGE_MENU_TEXT "Create message..."

#define SMS_BODY_TEXT "This is some example text for the body of the SMS."
#define SMS_ADDRESS1 "01234 5678"
#define SMS_ADDRESS2 "0999 87654"
#define SMS_ALIAS1 "Joe Bloggs"

#define EMAIL_BODY_TEXT "This is some example text for the body of the email."
#define EMAIL_ADDRESS1 "joe.bloggs@anywhere.co.uk"
#define EMAIL_ADDRESS2 "whatshisname@somewhere.com"
#define EMAIL_ALIAS1 "Joe Bloggs"

#define MMS_BODY_TEXT "This is some example text for the body of the MMS."
#define MMS_ADDRESS1 "joe.bloggs@anywhere.co.uk"
#define MMS_ADDRESS2 "0909 121212"
#define MMS_ALIAS1 "Joe Bloggs"

#define GENERAL_BODY_TEXT "This is some example text for the body of the general message."

#define GENERAL_MESSAGE_POPUP_TITLE "Send via"

// End of File

⌨️ 快捷键说明

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