#if !defined(AFX_INDICATOR2_H__A168EE52_CEE2_493A_923B_A12280C59A3C__INCLUDED_)
#define AFX_INDICATOR2_H__A168EE52_CEE2_493A_923B_A12280C59A3C__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;

/////////////////////////////////////////////////////////////////////////////
// CIndicator2 wrapper class

class CIndicator2 : public CWnd
{
protected:
	DECLARE_DYNCREATE(CIndicator2)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xaddfd756, 0x383f, 0x4f7d, { 0x98, 0xb4, 0x36, 0x42, 0xe, 0xc4, 0xa7, 0xff } };
		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);
	COleFont GetFont();
	void SetFont(LPDISPATCH);
	OLE_COLOR GetForeColor();
	void SetForeColor(OLE_COLOR);
	double GetValue();
	void SetValue(double);
	short GetPrecision();
	void SetPrecision(short);
	CString GetUnits();
	void SetUnits(LPCTSTR);
	short GetType();
	void SetType(short);
	unsigned long GetIndicatorColor();
	void SetIndicatorColor(unsigned long);
	COleFont GetHeadingFont();
	void SetHeadingFont(LPDISPATCH);

// Operations
public:
	void AboutBox();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_INDICATOR2_H__A168EE52_CEE2_493A_923B_A12280C59A3C__INCLUDED_)
