?? uitestcontainer.rssi
字號:
/*
========================================================================
Name : UiTestContainer.rssi
Author : Andreas Jakl
Copyright : 2007, Mopius
Description :
========================================================================
*/
#include "UiTestContainer.loc"
#include "UiTestContainer.hrh"
RESOURCE AVKON_VIEW r_ui_test_container_ui_test_container_view
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
menubar = r_ui_test_container_options_menu;
}
RESOURCE MENU_BAR r_ui_test_container_options_menu
{
titles=
{
MENU_TITLE
{
txt="Example Menu";
menu_pane=r_ui_test_container_menu_pane;
}
};
}
RESOURCE MENU_PANE r_ui_test_container_menu_pane
{
items =
{
MENU_ITEM { command = EUiTestCmdShowYourName; txt = STR_ShowYourName; },
MENU_ITEM { command = EUiTestCmdExit; txt = STR_Exit; }
};
}
RESOURCE STATUS_PANE_APP_MODEL r_ui_test_container_status_pane
{
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_ui_test_container_title_resource;
}
};
}
RESOURCE TITLE_PANE r_ui_test_container_title_resource
{
txt = STR_UiTestContainerView_1;
}
RESOURCE TBUF r_labeltext { buf = STR_ShowYourName; }
RESOURCE DIALOG r_ui_test_name_query
{
flags = EAknGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL; // Softkeys to be displayed
items =
{
DLG_LINE // Defines each line of a dialog
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -