www.pudn.com > ruier_TTS_SR(vc6).rar > TTDLG.h
#if !defined(AFX_TTDLG_H__72C18154_614B_4E41_88DE_976C7A53714B__INCLUDED_)
#define AFX_TTDLG_H__72C18154_614B_4E41_88DE_976C7A53714B__INCLUDED_
#include "Text2Speech.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TTDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTTDLG dialog
class CTTDLG : public CDialog
{
// Construction
public:
afx_msg void OnButtonStartTt();
CTTDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTTDLG)
enum { IDD = IDD_PROPPAGE_TT };
CSliderCtrl mc_Slider_VO_TT;
CSliderCtrl mc_Slider_RA_TT;
CEdit mc_Edit_TT;
CString mv_Edit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTTDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CText2Speech t2s;
// Generated message map functions
//{{AFX_MSG(CTTDLG)
afx_msg LRESULT OnSpeakEvent(WPARAM, LPARAM);
afx_msg void OnReleasedcaptureSliderRateTt(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnReleasedcaptureSliderVoTt(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
afx_msg void OnButtonPauseTt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int nLen;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TTDLG_H__72C18154_614B_4E41_88DE_976C7A53714B__INCLUDED_)