// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


// Dispatch interfaces referenced by this interface
class COleFont;

/////////////////////////////////////////////////////////////////////////////
// CEightBall2 wrapper class

#ifndef _EightBall_h_
#define _EightBall_h_

class CEightBall2 : public CWnd
{
protected:
	DECLARE_DYNCREATE(CEightBall2)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xe5c17c41, 0x1f7c, 0x4c3f, { 0x89, 0x34, 0xeb, 0xca, 0xfc, 0xce, 0x91, 0xb1 } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:
	double GetRoll();
	void SetRoll(double);
	double GetPitch();
	void SetPitch(double);
	BOOL GetCircleShape();
	void SetCircleShape(BOOL);
	OLE_COLOR GetBackColor();
	void SetBackColor(OLE_COLOR);
	unsigned long GetGroundColor();
	void SetGroundColor(unsigned long);
	unsigned long GetSkyColor();
	void SetSkyColor(unsigned long);
	unsigned long GetHorizonColor();
	void SetHorizonColor(unsigned long);
	unsigned long GetOuterRingColor();
	void SetOuterRingColor(unsigned long);
	CString GetCaption();
	void SetCaption(LPCTSTR);
	COleFont GetFont();
	void SetFont(LPDISPATCH);
	OLE_COLOR GetForeColor();
	void SetForeColor(OLE_COLOR);
	short GetOuterRingWidth();
	void SetOuterRingWidth(short);
	unsigned long GetReferenceMarkColor();
	void SetReferenceMarkColor(unsigned long);
	unsigned long GetGridColor();
	void SetGridColor(unsigned long);
	short GetMajorGridWidth();
	void SetMajorGridWidth(short);
	short GetMinorGridWidth();
	void SetMinorGridWidth(short);
	double GetMaxRollAngle();
	void SetMaxRollAngle(double);
	double GetMajorRollGridIncrement();
	void SetMajorRollGridIncrement(double);
	double GetMinorRollGridIncrement();
	void SetMinorRollGridIncrement(double);
	double GetMajorPitchGridIncrement();
	void SetMajorPitchGridIncrement(double);
	double GetMinorPitchGridIncrement();
	void SetMinorPitchGridIncrement(double);
	double GetMaxPitchAngle();
	void SetMaxPitchAngle(double);
	double GetMaxPitchGridAngle();
	void SetMaxPitchGridAngle(double);

// Operations
public:
	void AboutBox();
};

#endif