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


// DlgProxy.h : header file 
// 
 
#if !defined(AFX_DLGPROXY_H__AC16CF8B_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_) 
#define AFX_DLGPROXY_H__AC16CF8B_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CFindEmailDlg; 
 
///////////////////////////////////////////////////////////////////////////// 
// CFindEmailDlgAutoProxy command target 
 
class CFindEmailDlgAutoProxy : public CCmdTarget 
{ 
	DECLARE_DYNCREATE(CFindEmailDlgAutoProxy) 
 
	CFindEmailDlgAutoProxy();           // protected constructor used by dynamic creation 
 
// Attributes 
public: 
	CFindEmailDlg* m_pDialog; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFindEmailDlgAutoProxy) 
	public: 
	virtual void OnFinalRelease(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CFindEmailDlgAutoProxy(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CFindEmailDlgAutoProxy) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
	DECLARE_OLECREATE(CFindEmailDlgAutoProxy) 
 
	// Generated OLE dispatch map functions 
	//{{AFX_DISPATCH(CFindEmailDlgAutoProxy) 
		// 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__AC16CF8B_7F22_11D6_A9C1_00E04C5E431C__INCLUDED_)