www.pudn.com > speech1.rar > WorkSet.h


#if !defined(AFX_WORKSET_H__B73DAE7B_9E51_49AC_9E3A_31E779875C2D__INCLUDED_) 
#define AFX_WORKSET_H__B73DAE7B_9E51_49AC_9E3A_31E779875C2D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// WorkSet.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CWorkSet dialog 
 
class CWorkSet : public CDialog 
{ 
// Construction 
public: 
	CString m_strVoiceType[4] ; 
	CString m_musicPath ; 
	bool m_bChangeMusic; 
	int m_type; 
	CWorkSet(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWorkSet) 
	enum { IDD = IDD_WORKSET }; 
	CString	m_speakType; 
	CString	m_speakContent; 
	int		m_warnType; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWorkSet) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CWorkSet) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	afx_msg void OnBrowse(); 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WORKSET_H__B73DAE7B_9E51_49AC_9E3A_31E779875C2D__INCLUDED_)