#if !defined(AFX_VCTREEPPG_H__B038EEC2_81C6_4543_A3E6_2979E37740C3__INCLUDED_)
#define AFX_VCTREEPPG_H__B038EEC2_81C6_4543_A3E6_2979E37740C3__INCLUDED_
////////////////////////////////////////////////////////////////////////////////
//
//   ActiveX Control-
//     -  
// <VCTreePpg.cpp>
//
////////////////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

// VCTreePpg.h : Declaration of the CVCTreePropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CVCTreePropPage : See VCTreePpg.cpp.cpp for implementation.

class CVCTreePropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CVCTreePropPage)
	DECLARE_OLECREATE_EX(CVCTreePropPage)

// Constructor
public:
	CVCTreePropPage();

// Dialog Data
	//{{AFX_DATA(CVCTreePropPage)
	enum { IDD = IDD_PROPPAGE_VCTREE };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CVCTreePropPage)
		// NOTE - ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_VCTREEPPG_H__B038EEC2_81C6_4543_A3E6_2979E37740C3__INCLUDED)
