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

📄 helloworld_caption.rss.i

📁 《基于Symbian OS的手机开发与应用实践》这本书的配套源码。
💻 I
字号:
# 1 "S:\\Book\\Chap4\\HelloWorld\\data\\HelloWorld_caption.rss"
/*
* ============================================================================
*  Name     : HelloWorld_caption.rss
*  Part of  : HelloWorld
*  Created  : 08.02.2006 by My Name
*  Description:
*     Caption file for HelloWorld.
*     Initial content was generated by Series 60 Application Wizard.
*  Version  :
*  Copyright: Put Copyright statement here
* ============================================================================
*/

# 1 "S:\\Book\\Chap4\\HelloWorld\\inc\\HelloWorld.loc" 1
/*
* ============================================================================
*  Name     : HelloWorld.loc
*  Part of  : HelloWorld
*  Created  : 08.02.2006 by My Name
*  Description:
*     This is a localisation file for HelloWorld
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*     Initial content was generated by Series 60 Application Wizard.
*  -------------------------------------------------------------------
*  Version  :
*  Copyright: Put Copyright statement here
* ============================================================================
*/

// LOCALISATION STRINGS








// End of File
# 14 "S:\\Book\\Chap4\\HelloWorld\\data\\HelloWorld_caption.rss" 2

# 1 "S:\\\\epoc32\\include\\apcaptionfile.rh" 1
// APCAPTIONFILE.RH
//
// Copyright (c) 2000 Symbian Ltd.  All rights reserved.
//
//

/** 
* Contains definitions for the resource files that are input to 
* caption files for Series 60
*/


/**
@internalComponent
*/


/**
@publishedAll
@released
*/
STRUCT CAPTION_DATA
	{
	LTEXT caption(256 )="";
	LTEXT shortcaption(256 )="";
	}
# 15 "S:\\Book\\Chap4\\HelloWorld\\data\\HelloWorld_caption.rss" 2


RESOURCE CAPTION_DATA
{
    caption = "Hello World" ;
    shortcaption = "Hello World" ;
}

⌨️ 快捷键说明

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