⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemsounds.hrh

📁 symbian for c++ 系统声音调用例子
💻 HRH
字号:
/*
* ============================================================================
*  Name     : SystemSounds resource header file systemsounds.hrh
*  Part of  : SystemSounds
*  Created  : 06/12/2003 by Forum Nokia
*  Description:
*     This file contains declarations for constants of SystemSounds.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Nokia Series 60 AppWizard.
*  Version  : 1.0
*  Copyright: Nokia
* ============================================================================
*/

#ifndef SYSTEMSOUNDS_HRH
#define SYSTEMSOUNDS_HRH

enum TSystemSoundsCommandIds
    {
	ESystemSoundsView1Cmd1 = 1,
	ESystemSoundsView1Cmd4,
	ESystemSoundsView2Cmd1
    };

enum TSystemSoundsTabViewId
    {
    ESystemSoundsView1Tab= 1,
    ESystemSoundsView2Tab
    };
 



#endif      // SYSTEMSOUNDS_HRH

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -