mymotiondetectcam_loc.rss

来自「How to control the camera of cellphone.」· RSS 代码 · 共 46 行

RSS
46
字号
/*
============================================================================
 Name		: MyMotionDetectCam_loc.rss
 Author	  : 
 Version	 :
 Copyright   : 
 
 COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2008.

 The software is the copyrighted work of Sony Ericsson Mobile Communications AB.
 The use of the software is subject to the terms of the end-user license 
 agreement which accompanies or is included with the software. The software is 
 provided "as is" and Sony Ericsson specifically disclaim any warranty or 
 condition whatsoever regarding merchantability or fitness for a specific 
 purpose, title or non-infringement. No warranty of any kind is made in 
 relation to the condition, suitability, availability, accuracy, reliability, 
 merchantability and/or non-infringement of the software provided herein.

 Description : This file localise the applications icons and caption
				for MyMotionDetectCam.
============================================================================
*/

#include <AppInfo.rh>
#include "MyMotionDetectCam_loc.rls"

RESOURCE LOCALISABLE_APP_INFO
	{
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO
			{
			// The caption text is defined in the rls file
			caption = STRING_r_MyMotionDetectCam_caption;
			// Icons are used to represent applications in the 
			// application launcher and application title bar.
			// The number_of_icons value identifies how many icons 
			// that exist in the icon_file.
			number_of_icons = 3;
			// Using the application icons.
			icon_file = "\\Resource\\Apps\\MyMotionDetectCamAppIcon.mbm";
			}
		};
	}

⌨️ 快捷键说明

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