www.pudn.com > testWordAll.rar > testWordAllDlg.h


// testWordAllDlg.h : header file 
// 
 
#if !defined(AFX_TESTWORDALLDLG_H__8705D79D_DD01_4BA7_A555_C301626C51C0__INCLUDED_) 
#define AFX_TESTWORDALLDLG_H__8705D79D_DD01_4BA7_A555_C301626C51C0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CTestWordAllDlgAutoProxy; 
 
///////////////////////////////////////////////////////////////////////////// 
// CTestWordAllDlg dialog 
 
class CTestWordAllDlg : public CDialog 
{ 
	DECLARE_DYNAMIC(CTestWordAllDlg); 
	friend class CTestWordAllDlgAutoProxy; 
 
// Construction 
public: 
	CTestWordAllDlg(CWnd* pParent = NULL);	// standard constructor 
	virtual ~CTestWordAllDlg(); 
 
// Dialog Data 
	//{{AFX_DATA(CTestWordAllDlg) 
	enum { IDD = IDD_TESTWORDALL_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTestWordAllDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	CTestWordAllDlgAutoProxy* m_pAutoProxy; 
	HICON m_hIcon; 
 
	BOOL CanExit(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CTestWordAllDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnClose(); 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	afx_msg void OnButtonStruct(); 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	afx_msg void OnButton3(); 
	afx_msg void OnMenu1(); 
	afx_msg void OnButton4(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TESTWORDALLDLG_H__8705D79D_DD01_4BA7_A555_C301626C51C0__INCLUDED_)