📄 remotecam.rss
字号:
//
// RemoteCam.RSS - resource file for RemoteCam Averell application
//
NAME RECA
#include <eikon.rh>
#include <avkon.rh>
#include "remotecam.hrh"
#include <eikon.rsg>
#include <avkon.rsg>
RESOURCE RSS_SIGNATURE {}
RESOURCE TBUF16 { buf=""; }
RESOURCE EIK_APP_INFO
{
menubar=r_remotecam_menubar;
status_pane=R_AVKON_STATUS_PANE_LAYOUT_USUAL;
cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT; // CBA buttons are "Options" and "Exit"
}
RESOURCE MENU_BAR r_remotecam_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_remotecam_options_menu; txt = "Options";}
};
}
RESOURCE MENU_PANE r_remotecam_options_menu
{
items =
{
MENU_ITEM { command = ERemoteCamTakePicture; txt = "Take picture"; },
MENU_ITEM { command = ERemoteCamSave; txt = "Save image"; },
MENU_ITEM { command = EClose; txt = "Close"; }
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -