www.pudn.com > AudioWave.rar > DialogFFTPara.h


#if !defined(AFX_DIALOGFFTPARA_H__09AB1225_D42E_471C_A941_50431E06D91A__INCLUDED_) 
#define AFX_DIALOGFFTPARA_H__09AB1225_D42E_471C_A941_50431E06D91A__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DialogFFTPara.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDialogFFTPara dialog 
 
class CDialogFFTPara : public CDialog 
{ 
// Construction 
public: 
	CDialogFFTPara(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDialogFFTPara) 
	enum { IDD = IDD_DIALOG_FFT_PARA }; 
	CScrollBar	m_cScrollBarFFTPower; 
	int		m_nEditPower; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDialogFFTPara) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDialogFFTPara) 
	afx_msg void OnChangeEditFftPower(); 
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); 
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIALOGFFTPARA_H__09AB1225_D42E_471C_A941_50431E06D91A__INCLUDED_)