www.pudn.com > WordReadWritebyVC.rar > DlgProxy.h


// DlgProxy.h : header file 
// 
 
#if !defined(AFX_DLGPROXY_H__0CBEEE2B_BEBF_11D8_82B9_0001028D890C__INCLUDED_) 
#define AFX_DLGPROXY_H__0CBEEE2B_BEBF_11D8_82B9_0001028D890C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CWordAutomationDlg; 
 
///////////////////////////////////////////////////////////////////////////// 
// CWordAutomationDlgAutoProxy command target 
 
class CWordAutomationDlgAutoProxy : public CCmdTarget 
{ 
	DECLARE_DYNCREATE(CWordAutomationDlgAutoProxy) 
 
	CWordAutomationDlgAutoProxy();           // protected constructor used by dynamic creation 
 
// Attributes 
public: 
	CWordAutomationDlg* m_pDialog; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWordAutomationDlgAutoProxy) 
	public: 
	virtual void OnFinalRelease(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CWordAutomationDlgAutoProxy(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CWordAutomationDlgAutoProxy) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
	DECLARE_OLECREATE(CWordAutomationDlgAutoProxy) 
 
	// Generated OLE dispatch map functions 
	//{{AFX_DISPATCH(CWordAutomationDlgAutoProxy) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_DISPATCH 
	DECLARE_DISPATCH_MAP() 
	DECLARE_INTERFACE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGPROXY_H__0CBEEE2B_BEBF_11D8_82B9_0001028D890C__INCLUDED_)