📄 richtexttestcontainer.rssi
字号:
/*
========================================================================
Name : RichtextTestContainer.rssi
Author :
Copyright : Your copyright notice
Description :
========================================================================
*/
#include "RichtextTestContainer.hrh"
#include "RichtextTestContainer.loc"
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf=""; }
RESOURCE AVKON_VIEW r_richtext_test_container_richtext_test_container_view
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
menubar = r_richtext_test_container_options_menu;
toolbar = 0;
}
RESOURCE MENU_BAR r_richtext_test_container_options_menu
{titles =
{
MENU_TITLE
{
menu_pane = r_richtext_test_container_menu_pane1_menu_pane;
}
};
}
RESOURCE STATUS_PANE_APP_MODEL r_richtext_test_container_status_pane
{
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_richtext_test_container_title_resource;
}
};
}
RESOURCE TITLE_PANE r_richtext_test_container_title_resource
{
txt = STR_RichtextTestContainerView_4;
}
RESOURCE MENU_PANE r_richtext_test_container_menu_pane1_menu_pane
{
items =
{
MENU_ITEM
{
cascade = r_richtext_test_container_menu_pane2;
txt = STR_RichtextTestContainerView_6;
},
MENU_ITEM
{
cascade = r_richtext_test_container_menu_pane3;
txt = STR_RichtextTestContainerView_11;
},
MENU_ITEM
{
command = ERichtextTestContainerViewExitMenuItem1Command;
txt = STR_RichtextTestContainerView_15;
}
};
}
RESOURCE RTXTED r_richtext_test_container_rich_text1
{
numlines = 0;
default_case = EAknEditorTextCase;
allowed_case_modes = EAknEditorAllCaseModes;
numeric_keymap = EAknEditorStandardNumberModeKeymap;
default_input_mode = EAknEditorTextInputMode;
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode | EAknEditorSecretAlphaInputMode | EAknEditorKatakanaInputMode | EAknEditorFullWidthTextInputMode | EAknEditorFullWidthNumericInputMode | EAknEditorFullWidthKatakanaInputMode | EAknEditorHiraganaKanjiInputMode | EAknEditorHalfWidthTextInputMode;
}
RESOURCE TBUF r_richtext_test_container_rich_text1_2
{
buf = STR_RichtextTestContainerView_5;
}
RESOURCE MENU_PANE r_richtext_test_container_menu_pane2
{
items =
{
MENU_ITEM
{
command = ERichtextTestContainerViewBIG_SIZEMenuItemCommand;
txt = STR_RichtextTestContainerView_8;
},
MENU_ITEM
{
command = ERichtextTestContainerViewSmall_sizeMenuItemCommand;
txt = STR_RichtextTestContainerView_9;
},
MENU_ITEM
{
command = ERichtextTestContainerViewPrimaryMenuItemCommand;
txt = STR_RichtextTestContainerView_10;
}
};
}
RESOURCE MENU_PANE r_richtext_test_container_menu_pane3
{
items =
{
MENU_ITEM
{
command = ERichtextTestContainerViewRedMenuItemCommand;
txt = STR_RichtextTestContainerView_12;
},
MENU_ITEM
{
command = ERichtextTestContainerViewBlueMenuItemCommand;
txt = STR_RichtextTestContainerView_13;
},
MENU_ITEM
{
command = ERichtextTestContainerViewGreenMenuItemCommand;
txt = STR_RichtextTestContainerView_14;
}
};
}
RESOURCE LABEL r_richtext_test_container_label1
{
txt = STR_RichtextTestContainerView_16;
horiz_align = EEikLabelAlignHCenter;
}
RESOURCE TBUF32 r_type_dialog_tbuf_indicator_font
{
buf = qtn_app_indicator_font;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -