soloaif.rss

来自「《SymbianOSC手机应用开发》源码」· RSS 代码 · 共 21 行

RSS
21
字号
// soloaif.rss
//
// Copyright (c) 2003 Symbian Ltd.  All rights reserved.

#include <aiftool.rh>

RESOURCE AIF_DATA
	{
	num_icons=1;
	app_uid=0x101FAD5D;
	newfile=KAppSupportsNewFile;
	embeddability=KAppEmbeddable;
	caption_list=
		{ 
		CAPTION { code=ELangEnglish; caption="Battleships"; },
		CAPTION { code=ELangAmerican; caption="Battleships"; },
		CAPTION { code=ELangGerman; caption="Flotte 1"; },
		CAPTION { code=ELangItalian; caption="Flotta 1"; }
		};
	}

⌨️ 快捷键说明

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