www.pudn.com > SitaGetWord.rar > GetWordDlg.h


// GetWordDlg.h : header file 
// 
 
#if !defined(AFX_GETWORDDLG_H__255B81B1_D2A1_46DA_84F5_CD5CB74B7A2E__INCLUDED_) 
#define AFX_GETWORDDLG_H__255B81B1_D2A1_46DA_84F5_CD5CB74B7A2E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "xdictgrb.h" 
#include "IXDictGrabSink.h" 
///////////////////////////////////////////////////////////////////////////// 
// CGetWordDlg dialog 
 
class CGetWordDlg : public CDialog 
{ 
// Construction 
public: 
	MySink iXDictGrabSink; 
	DWORD m_dwCookie; 
	IGrabProxy iGrabProxy; 
	CGetWordDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CGetWordDlg) 
	enum { IDD = IDD_GETWORD_DIALOG }; 
	CString	m_sEdit; 
	CString	m_sEdit2; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CGetWordDlg) 
	public: 
	virtual BOOL DestroyWindow(); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	 
 
	// Generated message map functions 
	//{{AFX_MSG(CGetWordDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_GETWORDDLG_H__255B81B1_D2A1_46DA_84F5_CD5CB74B7A2E__INCLUDED_)