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