#if !defined(AFX_INDICATOR2PPG_H__7023174D_A348_40EF_84E9_66F61AD23BDF__INCLUDED_)
#define AFX_INDICATOR2PPG_H__7023174D_A348_40EF_84E9_66F61AD23BDF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

// Indicator2Ppg.h : Declaration of the CIndicator2PropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CIndicator2PropPage : See Indicator2Ppg.cpp.cpp for implementation.

class CIndicator2PropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CIndicator2PropPage)
	DECLARE_OLECREATE_EX(CIndicator2PropPage)

// Constructor
public:
	CIndicator2PropPage();

// Dialog Data
	//{{AFX_DATA(CIndicator2PropPage)
	enum { IDD = IDD_PROPPAGE_INDICATOR2 };
	short	m_precision;
	CString	m_units;
	short	m_type;
	short	m_alignment;
	short	m_horizontal;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CIndicator2PropPage)
		// 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_INDICATOR2PPG_H__7023174D_A348_40EF_84E9_66F61AD23BDF__INCLUDED)
