?? audioplayer.hrh.bak
字號:
/*
============================================================================
Name : AudioPlayer.hrh
Author : Lion
Copyright : Your copyright notice
Description : This file contains declarations for constants of AudioPlayer.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __AUDIOPLAYER_HRH__
#define __AUDIOPLAYER_HRH__
// AudioPlayer enumerate command codes
enum TAudioPlayerIds
{
ECommand1 = 0x6001, // start value must not be 0
ECommand2,
ECommand3,
};
#endif // __AUDIOPLAYER_HRH__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -