#if !defined(AFX_DLGZOOMIN_H__48541F71_32C3_4B53_84DB_3457C5FF80DA__INCLUDED_)
#define AFX_DLGZOOMIN_H__48541F71_32C3_4B53_84DB_3457C5FF80DA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgZoomIn.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgZoomIn dialog

class CDlgZoomIn : public CDialog
{
// Construction
public:
	CDlgZoomIn(CWnd* pParent = NULL);   // standard constructor
	
	LONG m_lChnHandle;
// Dialog Data
	//{{AFX_DATA(CDlgZoomIn)
	enum { IDD = IDD_DLG_ZOOMIN };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgZoomIn)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	
	// Generated message map functions
	//{{AFX_MSG(CDlgZoomIn)
	afx_msg void OnDestroy();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGZOOMIN_H__48541F71_32C3_4B53_84DB_3457C5FF80DA__INCLUDED_)
