⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sendappuiexample.l01

📁 series60 应用程序开发的源代码 series60 应用程序开发的源代码
💻 L01
字号:
/**
* 
* @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -