www.pudn.com > EndpointDetection_Pitch.zip > Chords.h


// Chords.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CChords dialog 
#include "xShadeButton.h" 
//{{AFX_INCLUDES() 
#include "labelcontrol.h" 
//}}AFX_INCLUDES 
 
class CChords : public CDialog 
{ 
// Construction 
public: 
	CChords(CWnd* pParent = NULL);   // standard constructor 
virtual void DoChordWait(int); 
// Dialog Data 
	//{{AFX_DATA(CChords) 
	enum { IDD = IDD_CHORDS_DIALOG }; 
	CxShadeButton	m_ChordsTitle; 
	CxShadeButton	m_ChordsPlayNote; 
	CxShadeButton	m_ChordsScore; 
	CxShadeButton	m_GetOutOfChords; 
	CLabelControl	m_MainLabel; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CChords) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CChords) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnDestroy(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point); 
	afx_msg void OnRButtonUp(UINT nFlags, CPoint point); 
	afx_msg void OnChordsPlayNote(); 
	afx_msg void OnChordsScore(); 
	afx_msg void OnGetOutOfChords(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg void OnChordsTitle(); 
	DECLARE_EVENTSINK_MAP() 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};