quickstart_reg.rss

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

RSS
26
字号
//
// QuickStart_reg.rss	- Application registration file
//
//
// This material is provided "as is" without any warranty to its performance or functionality. 
// In no event shall the authors or publishers 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 - From Development unsigned range
UID3 0xE00000AD

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

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

⌨️ 快捷键说明

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