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

📄 audioplayer.rls

📁 symbianOS第三版开发与实用教程部分源码和部分试验
💻 RLS
字号:
/*
============================================================================
 Name        : AudioPlayer.rls
 Author      : Lion
 Copyright   : Your copyright notice
 Description : This is a localisation file for AudioPlayer
               A .rls file is the one and only place where the logical
			   strings to be localised are defined. 
============================================================================
*/

//  LOCALISATION STRINGS

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

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

// Second item in "Options" menu pane
#define qtn_command2 "Pause"
#define qtn_command3 "Stop"
// 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\\AudioPlayer"

// End of File

⌨️ 快捷键说明

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