helloworld_caption.rss.i
来自「《基于Symbian OS的手机开发与应用实践》这本书的配套源码。」· I 代码 · 共 79 行
I
79 行
# 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 + =
减小字号Ctrl + -
显示快捷键?