📄 opl.rss
字号:
// opl.rss
// For Series60 and later.
NAME OPLA
#include <eikon.rh>
#include "oplstartupdialog.hrh"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="Opl"; }
RESOURCE EIK_APP_INFO
{
// menubar=r_oplstartupdialog_menubar;
// hotkeys=r_oplstartupdialog_hotkeys;
}
RESOURCE HOTKEYS r_oplstartupdialog_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//RESOURCE MENU_BAR r_oplstartupdialog_menubar
// {
// titles=
// {
// MENU_TITLE { menu_pane=r_oplstartupdialog_menu; txt="Start"; }
// };
// }
//RESOURCE MENU_PANE r_oplstartupdialog_menu
// {
// items=
// {
// MENU_ITEM { command=EOplStartUpDialogCmdIdStart; txt="Start"; },
// MENU_ITEM { command=EOplStartUpDialogCmdIdDebug; txt="Debug"; }
// };
// }
//RESOURCE DIALOG r_oplruntimestartup_dialog
// {
// flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect |
// EEikDialogFlagCbaButtons | EEikDialogFlagModeless;
// buttons = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
// items=
// {
// DLG_LINE
// {
// id = EOplStartUpDialogLabel;
// type = EEikCtLabel;
// control =
// LABEL {
// txt = "\nStart me up!";
// };
// }
// };
// }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -