📄 basicsound.rss
字号:
/*
* ============================================================================
* Name : BasicSound.rss
* Part of : BasicSound
* Created : 2006-2-7 by
* Description:
* This file contains all the resources for the BasicSound.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "basicsound.hrh"
#include "basicsound.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "BasicSound"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_basicsound_hotkeys;
menubar = r_basicsound_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_basicsound_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_basicsound_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_basicsound_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_basicsound_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_basicsound_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_basicsound_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_basicsound_menu
{
items =
{
MENU_ITEM { command = EBasicSoundCmdAppPlay; txt = qtn_appl_play; },
MENU_ITEM { command = EBasicSoundCmdAppStop; txt = qtn_appl_stop; },
MENU_ITEM { command = EBasicSoundCmdAppPlayClip; txt = qtn_appl_playClip; },
MENU_ITEM { command = EBasicSoundCmdAppPlayStream; txt = qtn_appl_playStream; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
};
}
RESOURCE TBUF r_text_sound_stop
{
buf=qtn_appl_sound_stop;
}
RESOURCE TBUF r_text_sound_playing
{
buf=qtn_appl_sound_playing;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -