#if !defined(AFX_COMPASS_H__CB70B13A_6F54_4806_B26A_E54FFBB5FBD3__INCLUDED_)
#define AFX_COMPASS_H__CB70B13A_6F54_4806_B26A_E54FFBB5FBD3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// 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;

/////////////////////////////////////////////////////////////////////////////
// CCompass wrapper class

class CCompass : public CWnd
{
protected:
	DECLARE_DYNCREATE(CCompass)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x4621f439, 0xf150, 0x4b5f, { 0x8a, 0x26, 0xa2, 0xeb, 0x85, 0xb4, 0x86, 0x1b } };
		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:
	OLE_COLOR GetBackColor();
	void SetBackColor(OLE_COLOR);
	CString GetCaption();
	void SetCaption(LPCTSTR);
	OLE_COLOR GetForeColor();
	void SetForeColor(OLE_COLOR);
	double GetHeading();
	void SetHeading(double);
	BOOL GetCircleShape();
	void SetCircleShape(BOOL);
	unsigned long GetOuterRingColor();
	void SetOuterRingColor(unsigned long);
	unsigned long GetCompassColor();
	void SetCompassColor(unsigned long);
	unsigned long GetGridColor();
	void SetGridColor(unsigned long);
	short GetOuterRingWidth();
	void SetOuterRingWidth(short);
	short GetMajorGridWidth();
	void SetMajorGridWidth(short);
	short GetMinorGridWidth();
	void SetMinorGridWidth(short);
	COleFont GetFont();
	void SetFont(LPDISPATCH);
	double GetMajorGridIncrement();
	void SetMajorGridIncrement(double);
	double GetMinorGridIncrement();
	void SetMinorGridIncrement(double);
	unsigned long GetTextColor();
	void SetTextColor(unsigned long);
	COleFont GetDirectionFont();
	void SetDirectionFont(LPDISPATCH);
	short GetVehicleWidth();
	void SetVehicleWidth(short);
	unsigned long GetVehicleColor();
	void SetVehicleColor(unsigned long);
	unsigned long GetTailconeColor();
	void SetTailconeColor(unsigned long);
	unsigned long GetReferenceMarkColor();
	void SetReferenceMarkColor(unsigned long);

// Operations
public:
	void AboutBox();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_COMPASS_H__CB70B13A_6F54_4806_B26A_E54FFBB5FBD3__INCLUDED_)
