helloworld.l01

来自「symbian平台helloword 的例子。」· L01 代码 · 共 24 行

L01
24
字号
/**
* 
* @brief Resource file containing English strings for HelloWorld application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

//  APPLICATION INFORMATION
#define ELanguage	ELangEnglish	// Caption language

//  LOCALISATION STRINGS

// Caption strings for application.
#define qtn_app_caption_string "HelloWorld"
#define qtn_app_short_caption_string "HelloW"

// Application text.
#define LABEL_TEXT "Hello World"

// Menu text.
#define COMMAND_ONE "Command 1"

// End of File

⌨️ 快捷键说明

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