thread_caption.rss.i

来自「symbian 多线程例子,可用于S60第二,第三版」· I 代码 · 共 111 行

I
111
字号
# 1 "D:\\sakai\\Symbian\\work\\ThreadExample\\group\\Thread_caption.rss"
/*
* ============================================================================
*  Name     : Thread.rss Thread caption file
*  Part of  : Thread
*  Created  : 04.02.2005 by Forum Nokia
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

# 1 "D:\\sakai\\Symbian\\work\\ThreadExample\\inc\\thread.loc" 1
/*
* =============================================================================
*  Name     : Thread example definitions of languages 
*  Part of  : Thread
*  Created  : 04.02.2005 by Forum Nokia
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/


# 1 "D:\\sakai\\Symbian\\work\\ThreadExample\\inc\\thread.l01" 1
/*
* =============================================================================
*  Name     : Thread.l01 Resource file containing English strings
*  Part of  : Thread
*  Created  : 04.02.2005 by Forum Nokia
*  Version  : 1.0
*  Copyright: Nokia Corporation
* =============================================================================
*/

//  APPLICATION INFORMATION
// Caption language

//  LOCALISATION STRINGS

// caption strings for app




//  LOCALISATION STRINGS







// CONSTANTS













# 12 "D:\\sakai\\Symbian\\work\\ThreadExample\\inc\\thread.loc" 2



// End of File
# 11 "D:\\sakai\\Symbian\\work\\ThreadExample\\group\\Thread_caption.rss" 2

# 1 "D:\\sakai\\Symbian\\7.0s\\Series60_v21\\\\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 "D:\\sakai\\Symbian\\work\\ThreadExample\\group\\Thread_caption.rss" 2


RESOURCE CAPTION_DATA
    {
    caption= "Thread Example" ;
    shortcaption= "ThreadEx" ;
    }

// End of File

⌨️ 快捷键说明

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