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

📄 stackcontainer.rssi

📁 Symbian 控件的使用
💻 RSSI
字号:
/*
========================================================================
 Name        : StackContainer.rssi
 Author      : 
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#include "StackContainer.loc"

RESOURCE AVKON_VIEW r_stack_container_stack_container_view
	{
	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
//	menubar = r_stack_container_options_menu;
	toolbar = 0;
	}
/*RESOURCE MENU_BAR r_stack_container_options_menu
	{
	}*/
RESOURCE STATUS_PANE_APP_MODEL r_stack_container_status_pane
	{
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidTitle;
			type = EAknCtTitlePane;
			resource = r_stack_container_title_resource;
			}
		};
	}
RESOURCE TITLE_PANE r_stack_container_title_resource
	{
	txt = STR_StackContainerView_4;
	}

⌨️ 快捷键说明

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