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