multiview4_reg.rss

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

RSS
27
字号
//
// MultiView4_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>

// File type UID
UID2 KUidAppRegistrationResourceFile

// Application UID
UID3 0xEDEAD00B

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

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

⌨️ 快捷键说明

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