#if !defined(AFX_EIGHTBALL2PPG_H__59924940_B891_47EB_A519_C953F739F394__INCLUDED_)
#define AFX_EIGHTBALL2PPG_H__59924940_B891_47EB_A519_C953F739F394__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

// EightBall2Ppg.h : Declaration of the CEightBall2PropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CEightBall2PropPage : See EightBall2Ppg.cpp.cpp for implementation.

class CEightBall2PropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CEightBall2PropPage)
	DECLARE_OLECREATE_EX(CEightBall2PropPage)

// Constructor
public:
	CEightBall2PropPage();

// Dialog Data
	//{{AFX_DATA(CEightBall2PropPage)
	enum { IDD = IDD_PROPPAGE_EIGHTBALL2 };
	CString	m_caption;
	int		m_majorGridWidth;
	double	m_majorPitchGridIncrement;
	double	m_majorRollGridIncrement;
	double	m_maxPitchAngle;
	double	m_maxPitchGridAngle;
	double	m_maxRollAngle;
	int		m_minorGridWidth;
	double	m_minorPitchGridIncrement;
	double	m_minorRollGridIncrement;
	int		m_outerRingWidth;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CEightBall2PropPage)
		// 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_EIGHTBALL2PPG_H__59924940_B891_47EB_A519_C953F739F394__INCLUDED)
