www.pudn.com > ·­Òë³ÌÐò.rar > SentenceDlg.h


#if !defined(AFX_SENTENCEDLG_H__D7D82DF9_8A1D_4769_8059_C78F00D63CB2__INCLUDED_) 
#define AFX_SENTENCEDLG_H__D7D82DF9_8A1D_4769_8059_C78F00D63CB2__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SentenceDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSentenceDlg dialog 
 
class CSentenceDlg : public CDialog 
{ 
// Construction 
public: 
	CSentenceDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSentenceDlg) 
	enum { IDD = IDD_DIALOG2 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSentenceDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSentenceDlg) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SENTENCEDLG_H__D7D82DF9_8A1D_4769_8059_C78F00D63CB2__INCLUDED_)