www.pudn.com > AudioTest.rar > WaveLoadDlg.h


#if !defined(AFX_WAVELOADDLG_H__52314A74_8B13_49B1_B1EA_99292E066462__INCLUDED_) 
#define AFX_WAVELOADDLG_H__52314A74_8B13_49B1_B1EA_99292E066462__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// WaveLoadDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CWaveLoadDlg dialog 
 
class CWaveLoadDlg : public CDialog 
{ 
// Construction 
	int wave_oper; 
	virtual void test(); 
public: 
	CWaveLoadDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWaveLoadDlg) 
	enum { IDD = IDD_WAVE_LOAD }; 
	CComboBox	m_cIsDB; 
	CComboBox	m_cWhichWindow; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWaveLoadDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CWaveLoadDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg void OnLoadWave(); 
	afx_msg void OnSaveWave(); 
	afx_msg void OnFilterWave(); 
	afx_msg void OnFftWave(); 
	afx_msg void OnSelchangeWhichWindow(); 
	afx_msg void OnSelchangeIsDb(); 
	afx_msg void OnIirFilter(); 
	afx_msg void OnIirFreqResponse(); 
	afx_msg void OnTest(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WAVELOADDLG_H__52314A74_8B13_49B1_B1EA_99292E066462__INCLUDED_)