⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tempgridcontainersubitems.rssi

📁 symbian grid development
💻 RSSI
字号:
/*
========================================================================
 Name        : tempgridContainer.rssi
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#include "tempgridContainer.loc"

RESOURCE GRID r_tempgrid_container_grid
	{
	flags = EAknListBoxSelectionGrid;
	array_id = r_tempgrid_container_grid_items;
	style = r_tempgrid_container_grid_style;
	}

RESOURCE ARRAY r_tempgrid_container_grid_items
	{
	items = 
		{
		LBUF { txt = "Item0"; },
		LBUF { txt = "Item1"; },
		LBUF { txt = "Item2"; },
		LBUF { txt = "Item3"; },
		LBUF { txt = "Item4"; }
		};
	}
RESOURCE GRID_STYLE r_tempgrid_container_grid_style
	{
		layoutflags = EAknGridHorizontalOrientation | EAknGridLeftToRight | EAknGridTopToBottom;
		primaryscroll = EAknGridFollowsItemsAndLoops;
		secondaryscroll = EAknGridFollowsItemsAndLoops;
		itemsinprimaryorient = 3;
		itemsinsecondaryorient = 3;
		width = 60;
		height = 60;
		gapwidth = 5;
		gapheight = 5;
	}

⌨️ 快捷键说明

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