tempgrid.rss

来自「symbian grid development」· RSS 代码 · 共 48 行

RSS
48
字号
/*
========================================================================
 Name        : tempgrid.rss
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
NAME TEMP

#include <avkon.rsg>
#include <avkon.rh>
#include <eikon.rh>
#include <appinfo.rh>
#include "tempgrid.hrh"
#include "tempgrid.loc"

RESOURCE RSS_SIGNATURE
	{
	}
RESOURCE TBUF
	{
	buf = "tempgrid";
	}
RESOURCE EIK_APP_INFO r_application_tempgrid_app_ui
	{
	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
	status_pane = r_application_status_pane;
	}
RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
	{
	}
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
	{
	short_caption = STR_tempgridApplication_5;
	caption_and_icon = CAPTION_AND_ICON_INFO
		{
		caption = STR_tempgridApplication_4;
		number_of_icons = 0;
		};
	}
RESOURCE TBUF r_application_akn_view_reference1
	{
	}

#include "tempgridContainer.rssi"
#include "tempgridContainerSubitems.rssi"

⌨️ 快捷键说明

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