imagecapturer.rss
来自「基于Symbian OS的手机开发与应用实践第14章代码。主要讲多媒体的各种应用」· RSS 代码 · 共 86 行
RSS
86 行
/*
* ============================================================================
* Name : ImageCapturer.rss
* Part of : ImageCapturer
* Created : 02.02.2006 by ToBeReplacedByAuthor
* Description:
* This file contains all the resources for the ImageCapturer.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "ImageCapturer.hrh"
#include "ImageCapturer.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "ImageCapturer"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_imagecapturer_hotkeys;
menubar = r_imagecapturer_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_imagecapturer_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_imagecapturer_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_imagecapturer_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_imagecapturer_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_imagecapturer_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_imagecapturer_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_imagecapturer_menu
{
items =
{
MENU_ITEM { command = EImageCapturerCmdCapture; txt = qtn_appl_capture; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?