#if !defined(AFX_MYMFC29BAUTO_H__DE94AEB7_260A_4D9D_BB2C_7023D4D6BBCA__INCLUDED_)
#define AFX_MYMFC29BAUTO_H__DE94AEB7_260A_4D9D_BB2C_7023D4D6BBCA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Mymfc29BAuto.h : header file
//



/////////////////////////////////////////////////////////////////////////////
// CMymfc29BAuto command target

class CMymfc29BAuto : public CCmdTarget
{
	DECLARE_DYNCREATE(CMymfc29BAuto)

	CMymfc29BAuto();           // protected constructor used by dynamic creation

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMymfc29BAuto)
	public:
	virtual void OnFinalRelease();
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CMymfc29BAuto();

	// Generated message map functions
	//{{AFX_MSG(CMymfc29BAuto)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
	DECLARE_OLECREATE(CMymfc29BAuto)

	// Generated OLE dispatch map functions
	//{{AFX_DISPATCH(CMymfc29BAuto)
	long m_lData;
	afx_msg void OnLongDataChanged();
	VARIANT m_vaTextData;
	afx_msg void OnTextDataChanged();
	afx_msg BOOL DisplayDialog();
	//}}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_MYMFC29BAUTO_H__DE94AEB7_260A_4D9D_BB2C_7023D4D6BBCA__INCLUDED_)

