📄 t1container.rssi
字号:
/*
========================================================================
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -