remotecam.rss

来自「该源码实现远程控制一个设像头」· RSS 代码 · 共 53 行

RSS
53
字号
//
//        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 + =
减小字号Ctrl + -
显示快捷键?