signedapp_reg_0x20000462.rss

来自「《UIQ 3 The Complete Guide》书的源代码」· RSS 代码 · 共 48 行

RSS
48
字号
//
// SignedApp_reg.rss	- Application registration file for Er9
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality. 
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material. 
//

#include <AppInfo.rh>

// contains the definition of R_APPLICATION_INFO
#include <SignedApp_loc_0x20000462.rsg>

// File type UID
UID2 KUidAppRegistrationResourceFile

// Application UID
UID3 0x20000462

RESOURCE APP_REGISTRATION_INFO
	{
	// Filename of application binary (minus extension)
	app_file = "SignedApp_0x20000462";

	// Location of the localisable icon/caption definition file
	localisable_resource_file = "\\Resource\\Apps\\SignedApp_loc_0x20000462";

	// we have chosen to override the default with a symbolic name, both resolve to the same entity
	// so it depends on your particular preferences
	localisable_resource_id = R_APPLICATION_INFO;

	// general attributes of our application
	// we have chosen to explictly defined these, as opposed to take on the default values. 
	hidden = KAppNotHidden;
	embeddability = KAppNotEmbeddable;
	newfile = KAppDoesNotSupportNewFile;

// if our application was to be used to 'recognise files' we might have statements like
//
//	datatype_list=
//		{
//		DATATYPE { priority=EDataTypePriorityNormal; type="image/gif"; }
//		};
	}

⌨️ 快捷键说明

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