#if !defined(AFX_ROLLVIEW_H__611F6D09_A92F_422A_BC14_DF1D030E54F3__INCLUDED_)
#define AFX_ROLLVIEW_H__611F6D09_A92F_422A_BC14_DF1D030E54F3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RollView.h : header file
//
#include "DisplayMngr.h"

/////////////////////////////////////////////////////////////////////////////
// CRollView view

class CRollView : public CView
{
protected:
	CRollView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CRollView)

// Attributes
public:

	CAttitudeCtrl *m_RollCtrl;
	

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRollView)
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CRollView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CRollView)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnPaint();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ROLLVIEW_H__611F6D09_A92F_422A_BC14_DF1D030E54F3__INCLUDED_)
