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

📄 osm_assignment.rls

📁 an addition application in symbian using Carbide C++
💻 RLS
字号:
/*
============================================================================
 Name		: OSM_assignment.rls
 Author	  : Salik iftikhar
 Copyright   : Assignment
 Description : This is a localisation file for OSM_assignment
				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 "OSM_assignment"

// First item in "Options" menu pane
#define qtn_command1 "Perform addition"

// Second item in "Options" menu pane
#define qtn_command2 "Say Hello to Prof Sun"

#define qtn_help "Help"

#define qtn_about "About"

// Third item in "Options" menu pane
#define qtn_exit "Exit"

// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Hello Sir..:) "

#define qtn_loc_resource_file_1 "\\resource\\apps\\OSM_assignment_0xE54F2FB3"

#define qtn_about_dialog_title "About"

#define qtn_about_dialog_text "OSM_assignment Version 1.0.0\n\nAuthor: Salik iftikhar\n\nSupport: si00026@surrey.ac.uk\n\n(c) Assignment"

// End of File

⌨️ 快捷键说明

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