#if !defined(AFX_COMPASSPPG_H__99EFF10E_4E20_44D5_B019_F1E7BCC4C3A2__INCLUDED_)
#define AFX_COMPASSPPG_H__99EFF10E_4E20_44D5_B019_F1E7BCC4C3A2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

// CompassPpg.h : Declaration of the CCompassPropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CCompassPropPage : See CompassPpg.cpp.cpp for implementation.

class CCompassPropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CCompassPropPage)
	DECLARE_OLECREATE_EX(CCompassPropPage)

// Constructor
public:
	CCompassPropPage();

// Dialog Data
	//{{AFX_DATA(CCompassPropPage)
	enum { IDD = IDD_PROPPAGE_COMPASS };
	short	m_majorGridWidth;
	double	m_majorGridIncrement;
	double	m_minorGridIncrement;
	short	m_minorGridWidth;
	short	m_outerRingWidth;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CCompassPropPage)
		// 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_COMPASSPPG_H__99EFF10E_4E20_44D5_B019_F1E7BCC4C3A2__INCLUDED)
