drawimage.loc

来自「symbian的画图程序」· LOC 代码 · 共 38 行

LOC
38
字号
/*
============================================================================
 Name		: DrawImage.loc
 Author	  : caitong
 Copyright   : Your copyright notice
 Description : This is a localisation file for DrawImage
			   A .loc file is the one and only place where the logical
			   strings to be localised are defined. 
============================================================================
*/

// LOCALISATION STRINGS

#define qtn_appl_test "Test"

#define qtn_appl_help "Help"

#define qtn_appl_about "About"

// menu exit
#define qtn_appl_exit "Exit"


#define qtn_appl_about_dialog_title "About"

#define qtn_appl_about_dialog_text "DrawImage Version 1.0.0\n\nAuthor: caitong\n\nSupport: your support email here\n\n(c) Your copyright notice"


// example caption strings for app
#define qtn_app_caption_string "DrawImage"

#define qtn_app_short_caption_string "DrawImage"

// Localized string for r_message_text
#define R_MESSAGE_TEXT_STRING "Hello World!"


⌨️ 快捷键说明

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