t1container.rssi

来自「s60菜单的应用,list menu items」· RSSI 代码 · 共 94 行

RSSI
94
字号
/*
========================================================================
 Name        : t1Container.rssi
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#include "t1Container.hrh"
#include "t1Container.loc"

RESOURCE AVKON_VIEW r_t1_container_t1_container_view
	{
	cba = r_t1_container_control_pane;
	menubar = r_t1_container_me;
	toolbar = 0;
	}
RESOURCE MENU_BAR r_t1_container_options_menu
	{
	}
RESOURCE STATUS_PANE_APP_MODEL r_t1_container_status_pane
	{
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidTitle;
			type = EAknCtTitlePane;
			resource = r_t1_container_title_resource;
			}
		};
	}
RESOURCE TITLE_PANE r_t1_container_title_resource
	{
	txt = STR_t1ContainerView_3;
	}
RESOURCE CBA r_t1_container_control_pane
	{
	buttons =
		{
		CBA_BUTTON
			{
			id = EAknSoftkeyOptions;
			txt = STR_t1ContainerView_1;
			},
		CBA_BUTTON
			{
			id = EAknSoftkeyExit;
			txt = STR_t1ContainerView_2;
			}
		};
	}
RESOURCE MENU_BAR r_t1_container_me
	{
	titles =
		{
		MENU_TITLE
			{
			menu_pane = r_t1_container_menu_pane1_menu_pane;
			}
		};
	}
RESOURCE MENU_PANE r_t1_container_menu_pane1_menu_pane
	{
	items =
		{
		MENU_ITEM
			{
			command = ET1ContainerViewSettingMenuItemCommand;
			txt = STR_t1ContainerView_8;
			},
		MENU_ITEM
			{
			command = ET1ContainerViewSettingMenuItem1Command;
			txt = STR_t1ContainerView_10;
			},
		MENU_ITEM
			{
			command = ET1ContainerViewSet_pathMenuItemCommand;
			txt = STR_t1ContainerView_13;
			},
		MENU_ITEM
			{
			command = ET1ContainerViewHotkey_MenuItemCommand;
			txt = STR_t1ContainerView_15;
			},
		MENU_ITEM
			{
			command = ET1ContainerViewExitMenuItemCommand;
			txt = STR_t1ContainerView_16;
			}
		};
	}

⌨️ 快捷键说明

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