cameraapp_caption.rss.i

来自「这是一个symbian系列手机上的照相机应用程序,有普通和potrait两种模式」· I 代码 · 共 81 行

I
81
字号
# 1 "D:\\Work\\S60_Platform_Camera_Example_v2_0\\CameraApp\\data\\CameraApp_caption.rss"
/*
* ============================================================================
*  Name     : CameraApp_caption.rss
*  Part of  : CameraApp
*  Created  : 05/06/2006 by Forum Nokia
*  Description:
*     Caption file for CameraApp.
*  Version  :
*  Copyright: Nokia Corporation, 2006
* ============================================================================
*/

# 1 "D:\\Work\\S60_Platform_Camera_Example_v2_0\\CameraApp\\inc\\cameraapp.loc" 1
/*
* ============================================================================
*  Name     : cameraapp.loc
*  Part of  : CameraApp
*  Created  : 05/06/2006 by Forum Nokia
*  Description:
*     This is a localisation file for CameraApp
*     A .loc file is the one and only place where the logical strings
*     to be localised are defined. 
*  Version  : 2.0
*  Copyright: Nokia Corporation, 2006
* ============================================================================
*/

// LOCALISATION STRINGS






//#define qtn_appl_view1_tab 	"Standard"
//#define qtn_appl_view2_tab 	"Portrait"


// example caption strings for app



# 13 "D:\\Work\\S60_Platform_Camera_Example_v2_0\\CameraApp\\data\\CameraApp_caption.rss" 2

# 1 "d:\\Symbian\\7.0s\\Series60_v21_C\\\\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 )="";
	}
# 14 "D:\\Work\\S60_Platform_Camera_Example_v2_0\\CameraApp\\data\\CameraApp_caption.rss" 2


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

⌨️ 快捷键说明

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