irserial.l01

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

L01
34
字号
/**
*
* @brief Resource file containing English strings for IrSerial application
*
* 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                "IrSerial"

#define qtn_app_short_caption_string        "IrSerial"

#define LABEL_TEXT                            "Use menu to send via IR"

#define send_ir_menu_text                    "Send via IR"
#define edit_menu_text                        "Edit text"
#define exit_text                            "Exit"

#define ir_example2_form_prompt                "Text"

#define ir_example2_ok                        "Infrared Printing Ok"
#define ir_example2_timeout                    "Print request timed out"
#define ir_example2_in_use                    "Serial Port is currently in use"
#define ir_example2_error                    "Infrared Printing Error"

// End of File

⌨️ 快捷键说明

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