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


// Prompt.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CPrompt dialog 
#include "xShadeButton.h" 
//{{AFX_INCLUDES() 
#include "sspbctrl.h" 
//}}AFX_INCLUDES 
class CPrompt : public CDialog 
{ 
// Construction 
public: 
	CPrompt(CWnd* pParent = NULL);   // standard constructor 
 
virtual long PlayPromptNote(int); 
virtual void DoPromptWait(int); 
 
// Dialog Data 
	//{{AFX_DATA(CPrompt) 
	enum { IDD = IDD_PROMPT_DIALOG }; 
	CxShadeButton	m_GetOutOfPrompt; 
	CxShadeButton	m_Incorrect; 
	CxShadeButton	m_Correct; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPrompt) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CPrompt) 
	afx_msg void OnTimer(UINT nIDEvent); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnGetOutOfPrompt(); 
	afx_msg void OnCorrect(); 
	afx_msg void OnIncorrect(); 
	DECLARE_EVENTSINK_MAP() 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};