📄 umc_reverb_demodlg.h
字号:
/* /////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not be copied
// or disclosed except in accordance with the terms of that agreement.
// Copyright(c) 2004-2006 Intel Corporation. All Rights Reserved.
//
*/
// umc_reverb_demoDlg.h : header file
//
#include "afxwin.h"
#include "afxcmn.h"
#if !defined(AFX_UMC_REVERB_DEMODLG_H__679822E9_0FDE_431F_AED4_0CF7D51559FD__INCLUDED_)
#define AFX_UMC_REVERB_DEMODLG_H__679822E9_0FDE_431F_AED4_0CF7D51559FD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CUmc_reverb_demoDlg dialog
class CUmc_reverb_demoDlg : public CDialog
{
// Construction
public:
CUmc_reverb_demoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUmc_reverb_demoDlg)
enum { IDD = IDD_UMC_REVERB_DEMO_DIALOG };
CButton m_PlayButton;
CListBox m_FileFromList;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUmc_reverb_demoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CUmc_reverb_demoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonAdd();
afx_msg void OnButtonExit();
afx_msg void OnButtonDelete();
afx_msg void OnButtonStop();
afx_msg void OnButtonPlay();
afx_msg void OnDblclkList();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedCheckReverb();
public:
CButton m_ReverbEnable;
public:
afx_msg void OnBnClickedCheckRoomsize();
public:
CButton m_RoomSizeEnable;
afx_msg void OnBnClickedCheckFinishing();
CButton m_FinishingEnable;
CSliderCtrl m_RSSliderValue;
afx_msg void OnNMReleasedcaptureRoomsizeSlider(NMHDR *pNMHDR, LRESULT *pResult);
CSliderCtrl m_FSliderValue;
afx_msg void OnNMReleasedcaptureFinishingSlider(NMHDR *pNMHDR, LRESULT *pResult);
CStatic m_TextMin;
CStatic m_TextMax;
CStatic m_TextSoft;
CStatic m_TextHard;
CButton m_RSDef;
CButton m_FDef;
afx_msg void OnBnClickedButtonRsdef();
afx_msg void OnBnClickedButtonFdef();
CStatic m_TextRSLevel;
CStatic m_TextRSLMax;
CStatic m_TextRSLMin;
afx_msg void OnNMReleasedcaptureRslSlider(NMHDR *pNMHDR, LRESULT *pResult);
CSliderCtrl m_RSLSliderValue;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_UMC_REVERB_DEMODLG_H__679822E9_0FDE_431F_AED4_0CF7D51559FD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -