#if !defined(AFX_DEPTHVIEW_H__FF9093BE_B03B_4442_B74D_260C87613D98__INCLUDED_)
#define AFX_DEPTHVIEW_H__FF9093BE_B03B_4442_B74D_260C87613D98__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DepthView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDepthView view

class CDepthView : public CView
{
protected:
	CDepthView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDepthView)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDepthView)
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CDepthView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CDepthView)
	afx_msg void OnPaint();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

private:
	CDC		 *m_pDC;
	CDC	     m_dcDisplay;
	CBitmap	 display;
	CBitmap *m_bmpDisplay;
	HBITMAP  m_hBmpDisplay;
	BITMAP	 m_bmpInfo;
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DEPTHVIEW_H__FF9093BE_B03B_4442_B74D_260C87613D98__INCLUDED_)
