#if !defined(AFX_DLGIMAGERY_H__AF4FDB0D_BCE2_4B64_B708_BEB759492F70__INCLUDED_)
#define AFX_DLGIMAGERY_H__AF4FDB0D_BCE2_4B64_B708_BEB759492F70__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgImagery.h : header file
//

#include "WedgeDisplay.h"
#include "6046DryEnd.h"

/////////////////////////////////////////////////////////////////////////////
// CDlgImagery dialog

class CDlgImagery : public CDialog
{
// Construction
public:
	CDlgImagery(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgImagery)
	enum { IDD = IDD_DLG_IMAGERY };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	CWedgeDisplay	m_dispWedge;

	CRect			m_clientRect;
	BOOL			m_bInitDone;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgImagery)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

// Implementation
protected:

	CSystemConfig		*pConfig;

	// Generated message map functions
	//{{AFX_MSG(CDlgImagery)
	afx_msg void OnDestroy();
	virtual BOOL OnInitDialog();
	afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGIMAGERY_H__AF4FDB0D_BCE2_4B64_B708_BEB759492F70__INCLUDED_)
