www.pudn.com > tapi3.zip > WAVEDLG.H


// wavedlg.h : header file 
// (c) Dialogic corp 1995, 1996 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CWaveDlg dialog 
 
class CWaveDlg : public CDialog 
{ 
// Construction 
public: 
	CWaveDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWaveDlg) 
	enum { IDD = IDD_WAVEFORMAT }; 
	CButton	m_btnPlayFormat; 
	CComboBox	m_ctlFormat; 
	CString	m_csFormat; 
	int		m_nPlayFile; 
	//}}AFX_DATA 
 
//	Data members 
	int m_nFormatID; 
	int m_nPlayFileFormatID; 
	int m_nCustom; 
	CString m_csFileName; 
	CString m_csCustom; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWaveDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 	void GetPlayFormatID(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CWaveDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPlayformat(); 
	afx_msg void OnRecformat(); 
	afx_msg void OnSelchangeFormat(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};