sockets1_loc.rss

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

RSS
45
字号
//
// Sockets1_loc.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>
#include <Qikon.hrh>

#include "Sockets1.hrh"

// This file localise the applications icons and caption
RESOURCE LOCALISABLE_APP_INFO
	{
	short_caption = "Sockets1";
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO
			{
			caption = "Sockets1";
			number_of_icons = 3;
			icon_file = "\\Resource\\Apps\\Sockets1_icons.mbm";
			}
		};							
	view_list = 
		{
		VIEW_DATA
			{
			uid=EAppSpecificListViewListId;
			screen_mode=0;
			caption_and_icon =
				{
				CAPTION_AND_ICON_INFO
					{
					}
				};	
			}
		};
	}

⌨️ 快捷键说明

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