simplemenu.l01

来自「symbian下一个目录的例子,对新手有很大帮助」· L01 代码 · 共 27 行

L01
27
字号
/**
* 
* @brief Resource file containing English strings for SimpleMenu 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 "Simple Menu"

#define qtn_app_short_caption_string "SimpleMenu"

#define EXIT_TEXT "Exit"
#define NEW_GAME_TEXT "New Game"
#define VIA_IR_TEXT "Via IR"
#define VIA_BLUETOOTH_TEXT "Via Bluetooth"
#define VIA_SMS_TEXT "Via SMS"

// End of File

⌨️ 快捷键说明

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