📄 bitmaprotator.rss
字号:
/*
* ============================================================================
* Name : BitmapRotator.rss
* Part of : BitmapRotator
* Created : 30.01.2006 by ToBeReplacedByAuthor
* Description:
* This file contains all the resources for the BitmapRotator.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "BitmapRotator.hrh"
#include "BitmapRotator.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "BitmapRotator"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_bitmaprotator_hotkeys;
menubar = r_bitmaprotator_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_bitmaprotator_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_bitmaprotator_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_bitmaprotator_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_bitmaprotator_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_bitmaprotator_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_bitmaprotator_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_bitmaprotator_menu
{
items =
{
MENU_ITEM { command = EBitmapRotatorRotateLeft; txt = qtn_appl_rotateleft; },
MENU_ITEM { command = EBitmapRotatorRotateRight; txt = qtn_appl_rotateright; },
MENU_ITEM { command = EBitmapRotatorMirrorHorizontal; txt = qtn_appl_mirrorhorizontal; },
MENU_ITEM { command = EBitmapRotatorMirrorVertical; txt = qtn_appl_mirrorvertical; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -