www.pudn.com > ruier_TTS_SR(vc6).rar > SRDLG.h
#if !defined(AFX_SRDLG_H__A774CBDA_D633_4D73_B01B_ABD49F214CC6__INCLUDED_)
#define AFX_SRDLG_H__A774CBDA_D633_4D73_B01B_ABD49F214CC6__INCLUDED_
#include "SpeechRecognition.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SRDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSRDLG dialog
class CSRDLG : public CDialog
{
// Construction
public:
CSRDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSRDLG)
enum { IDD = IDD_PROPPAGE_SR };
CEdit m_Edit_SR;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSRDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSRDLG)
afx_msg void OnButtonStartSr();
virtual BOOL OnInitDialog();
afx_msg LRESULT OnSREvent(WPARAM, LPARAM);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CSpeechRecognition sr;
BOOL fir;
CString m_strText;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SRDLG_H__A774CBDA_D633_4D73_B01B_ABD49F214CC6__INCLUDED_)