// smpl_ScanerDlg.h : header file
//
//{{AFX_INCLUDES()
#include "scaner3.h"
//}}AFX_INCLUDES

#if !defined(AFX_SMPL_SCANERDLG_H__6A3E61DA_AE84_4BD1_B17B_E845780DB073__INCLUDED_)
#define AFX_SMPL_SCANERDLG_H__6A3E61DA_AE84_4BD1_B17B_E845780DB073__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define IDC_SCANER	2001

/////////////////////////////////////////////////////////////////////////////
// CSmpl_ScanerDlg dialog

class CSmpl_ScanerDlg : public CDialog
{
// Construction
public:
	CSmpl_ScanerDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CSmpl_ScanerDlg)
	enum { IDD = IDD_SMPL_SCANER_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSmpl_ScanerDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	CScaner3	m_Scaner;

	// Generated message map functions
	//{{AFX_MSG(CSmpl_ScanerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnDataEventScaner();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SMPL_SCANERDLG_H__6A3E61DA_AE84_4BD1_B17B_E845780DB073__INCLUDED_)
