📄 secondcontainer2.rssi
字号:
/*
========================================================================
Name : SecondContainer2.rssi
Author : HSG
Copyright : Your copyright notice
Description :
========================================================================
*/
#include "SecondContainer2.hrh"
#include "SecondContainer2.loc"
RESOURCE AVKON_VIEW r_second_container2_second_container2_view
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
menubar = r_second_container2_options_menu;
toolbar = 0;
}
RESOURCE MENU_BAR r_second_container2_options_menu
{titles =
{
MENU_TITLE
{
menu_pane = r_second_container2_menu_pane1_menu_pane;
}
};
}
RESOURCE STATUS_PANE_APP_MODEL r_second_container2_status_pane
{
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_second_container2_title_resource;
}
};
}
RESOURCE TITLE_PANE r_second_container2_title_resource
{
txt = STR_SecondContainer2View_3;
}
RESOURCE MENU_PANE r_second_container2_menu_pane1_menu_pane
{
items =
{
MENU_ITEM
{
command = ESecondContainer2ViewGo_to_view1MenuItemCommand;
txt = STR_SecondContainer2View_4;
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -