?? soundmixer.rss
字號:
/*
*
============================================================================
* Name : SoundMixer.rss
* Part of : SoundMixer
* Created : 03/01/2003 by Forum Nokia
* Description:
* This is the project specification file for SoundMixer.
* Initial content was generated by Series 60 AppWizard.
*
* Version : 1.0.0
* Copyright: Forum Nokia
*
============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "soundmixer.hrh"
#include "soundmixer.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// CONSTANTS
//#define ?constant ?value
// MACROS
//#define ?macro
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="SoundMixer"; }
RESOURCE EIK_APP_INFO
{
hotkeys=r_soundmixer_hotkeys;
menubar=r_soundmixer_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_soundmixer_hotkeys
// ?description
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_soundmixer_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_soundmixer_menubar
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_soundmixer_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_soundmixer_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_soundmixer_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_soundmixer_menu
{
items=
{
MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
MENU_ITEM { command=ESoundMixerCmdStartMixer; txt="Start mixer"; },
MENU_ITEM { command=ESoundMixerCmdStopMixer; txt="Stop mixer"; },
MENU_ITEM { command=ESoundMixerCmdVolumeUp; txt="Volume up"; },
MENU_ITEM { command=ESoundMixerCmdVolumeDown; txt="Volume down"; }
};
}
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -