?? mp3player.hrh
字號:
/* Copyright (c) 2005, Nokia. All rights reserved */
#ifndef __MP3PLAYER_HRH__
#define __MP3PLAYER_HRH__
// MP3Player enumerate command codes
enum
{
EMP3PlayerCmdPlay = 0x6000,
EMP3PlayerCmdStop,
EMP3PlayerCmdEnlargeVolume,
EMP3PlayerCmdReduceVolume
};
enum TMP3PlayerNumber
{
EMP3PlayerView1Id = 1,
EMP3PlayerView2Id
}
#endif // __MP3PLAYER_HRH__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -