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

📄 symbianosunit_loc.rss

📁 symbian 3rd下的单元测试工具 里面包括一个框架 一个实例程序 还有使用手册 很好用的 我自己用过 有问题的可以交流奥
💻 RSS
字号:
/*
============================================================================
 Name        : SymbianOSUnit_loc.rss
 Author      : VM
 Version     :
 Copyright   : 2006 Penrillian
 Web		 : www.penrillian.com
 Description : This file localise the applications icons and caption
 	       for SymbianOSUnit.
============================================================================
*/

#include <AppInfo.rh>
#include <Qikon.hrh>

RESOURCE LOCALISABLE_APP_INFO
	{
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO
			{
			caption = "SymbianOSUnit";
			number_of_icons = 3;
			icon_file = "\\Resource\\Apps\\SymbianOSUnitAppIcon.mbm";
			}
		};
	view_list =
	{
		VIEW_DATA
		{
			uid = 1;
			screen_mode = 0;
			caption_and_icon =
			{
				CAPTION_AND_ICON_INFO
				{
				}
			};
		},
		VIEW_DATA
		{
			uid = 1;
			screen_mode = EQikScreenModeSmallPortrait;
			caption_and_icon =
			{
				CAPTION_AND_ICON_INFO
				{
				}
			};
		},
		VIEW_DATA
		{
			uid = 1;
			screen_mode = EQikScreenModeLandscape;
			caption_and_icon =
			{
				CAPTION_AND_ICON_INFO
				{
				}
			};
		}
	};
}

⌨️ 快捷键说明

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