camdecode_caption.rss.i

来自「Symbian 调用摄像头的简单程序。实现了最基本的功能。」· I 代码 · 共 83 行

I
83
字号
# 1 "c:\\CamDecode\\CamDecode\\CamDecode\\data\\CamDecode_caption.rss"
/*
============================================================================
 Name        : CamDecode_caption.rss
 Author      : Augusta
 Version     :
 Copyright   : All Right Reserved
 Description : Caption file for CamDecode.
============================================================================
*/

# 1 "C:\\CamDecode\\CamDecode\\CamDecode\\inc\\CamDecode.loc" 1
/*
============================================================================
 Name        : CamDecode.loc
 Author      : Augusta
 Version     :
 Copyright   : All Right Reserved
 Description : This is a localisation file for CamDecode
               A .loc file is the one and only place where the logical
			   strings to be localised are defined. 
============================================================================
*/

// LOCALISATION STRINGS

//d:Command in options menu.
//d:Example application spesific command.
//l:list_single_popup_submenu_pane_1
//




// menu exit



// example caption strings for app




// Localized string for r_$(elementName)_text

# 11 "c:\\CamDecode\\CamDecode\\CamDecode\\data\\CamDecode_caption.rss" 2

# 1 "C:\\Symbian\\8.0a\\S60_2nd_FP2_CW\\\\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 )="";
	}
# 12 "c:\\CamDecode\\CamDecode\\CamDecode\\data\\CamDecode_caption.rss" 2


RESOURCE CAPTION_DATA
{
	caption = "CamDecode" ;
	shortcaption = "CamDecode" ;
}

⌨️ 快捷键说明

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