basictypes.rss

来自「Symbian console application」· RSS 代码 · 共 67 行

RSS
67
字号
/*
============================================================================
 Name		: basictypes.rss
 Author	  : NVQ
 Copyright   : Your copyright notice
 Description : This file contains all the resources for the testui.
 Created: 18-Feb-2009
 Last Modified: 18-Feb-2009
============================================================================
*/
//  RESOURCE IDENTIFIER
NAME BASI	// 4 letter ID


//  INCLUDES
#include <eikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <appinfo.rh>
#include "basictypes.hrh"
#include "basictypes.rls"

//  RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
//	Define the resource file signature
//	This resource should be empty.
//
// -----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
	{
	}

// -----------------------------------------------------------------------------
//
//	Default Document Name
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_default_document_name
	{
	buf="BASI";
	}

// ---------------------------------------------------------------------------- 
//
// r_localisable_app_info
// number_of_icons => Always 1 for SVG, bitmap can have more icons
// ---------------------------------------------------------------------------- 
//
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
	{
	short_caption = qtn_caption_string;
	caption_and_icon = 
	CAPTION_AND_ICON_INFO
		{
		caption = qtn_caption_string;

		number_of_icons = 1;
		icon_file = "\\resource\\apps\\basictypes_0xE4C2B7D2.mif";
		};
	}


/////////////// END OF FILE ///////////////

⌨️ 快捷键说明

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