stk.rss
来自「Mobile STK for Symbian OS V0.1」· RSS 代码 · 共 88 行
RSS
88 行
/*
* ============================================================================
* Name : STK.rss
* Part of : STK
* Created : 07.02.2006 by Georg Essl
* Description:
* This file contains all the resources for the STK.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: DTL & TU-Berlin
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "STK.hrh"
#include "STK.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "STK"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_stk_hotkeys;
menubar = r_stk_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_stk_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_stk_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_stk_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_stk_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_stk_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_stk_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_stk_menu
{
items =
{
MENU_ITEM { command = ESTKCmdExcite; txt = "Excite"; },
MENU_ITEM { command = ESTKCmdNextInstrument; txt = "Next Instrument"; },
MENU_ITEM { command = ESTKCmdAppTest; txt = "Toggle Sound"; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?