⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basictypes.rss

📁 Symbian console application
💻 RSS
字号:
/*
============================================================================
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -