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

📄 secondcontainer.rssi

📁 让你看看手机是怎么加载MMP 的图片的 阅读您的文件包然后
💻 RSSI
字号:
/*
========================================================================
 Name        : SecondContainer.rssi
 Author      : HSG
 Copyright   : Your copyright notice
 Description : 
========================================================================
*/
#include "SecondContainer.hrh"
#include "SecondContainer.loc"
#include "Second.hrh"

RESOURCE AVKON_VIEW r_second_container_second_container_view
	{
	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
	menubar = r_second_container_options_menu;
	toolbar = 0;
	}
RESOURCE MENU_BAR r_second_container_options_menu
	{titles =
			{
			MENU_TITLE
				{
				menu_pane = r_second_container_menu_pane1_menu_pane;
				}
			};

	}
RESOURCE STATUS_PANE_APP_MODEL r_second_container_status_pane
	{
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidTitle;
			type = EAknCtTitlePane;
			resource = r_second_container_title_resource;
			}
		};
	}
RESOURCE TITLE_PANE r_second_container_title_resource
	{
	txt = STR_SecondContainerView_3;
	}

RESOURCE MENU_PANE r_second_container_menu_pane1_menu_pane
	{
	items =
		{
		MENU_ITEM
			{
			command = ESecondContainerViewEnterMenuItemCommand;
			txt = STR_SecondContainerView_4;
			},
		MENU_ITEM
			{
			command = ESecondContainerViewShowMenuItemCommand;
			txt = STR_SecondContainerView_5;
			},
		MENU_ITEM
			{
			command = ESecondContainerViewGo_to_view2MenuItemCommand;
			txt = STR_SecondContainerView_6;
			}
		};
	}
RESOURCE DIALOG r_dialog_edit_dialog
{    flags=EEikDialogFlagNoDrag|EEikDialogFlagCbaButtons|EEikDialogFlagWait;
	 buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
	 items=
	 {           DLG_LINE
				 {
				 id=EconfirmationNoteDlgCIdFileName;
				 type=EEikCtLabel;
				 control=LABEL
					 {
				    };
			      },			 
	              DLG_LINE
                 {
                id=EconfirmationNoteDlgCIdEditor;
		        type=EEikCtEdwin;
		        control=EDWIN
			      {
			      maxlength=20;
			        };
		 
		           }
	              };
}
RESOURCE TBUF r_enter_message
	{
	buf="enter your message!\n";
	}
RESOURCE DIALOG r_note_dialog
	{
	flags=EEikDialogFlagNoDrag|EEikDialogFlagCbaButtons|EEikDialogFlagWait;
	buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
	items=
	       {
			DLG_LINE
				{
				id=ENoteMessage;
				type=EEikCtLabel;
				control=LABEL
				{};
				}
	         };
	
	}
RESOURCE TBUF r_note_message
	{
	buf="NO message to show!";
	}

⌨️ 快捷键说明

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