#if !defined(AFX_DLGTOOL_H__4A2437F5_C030_4875_911E_2B968E2BD358__INCLUDED_)
#define AFX_DLGTOOL_H__4A2437F5_C030_4875_911E_2B968E2BD358__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgTool.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgTool dialog
#include "PtzButton.h"

class CDlgTool : public CDialog
{
// Construction
public:
	CDlgTool(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgTool)
	enum { IDD = IDD_DLG_TOOL };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgTool)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CPtzButton *m_ptzbtn[14];
	// Generated message map functions
	//{{AFX_MSG(CDlgTool)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnBtnFullscreen();
	afx_msg void OnChkScansize();
	afx_msg void OnChkZoomin();
	afx_msg void OnChkAudio();
	afx_msg void OnBtnPip1();
	afx_msg void OnBtnPip4();
	afx_msg void OnBtnPip6();
	afx_msg void OnBtnPip8();
	afx_msg void OnBtnPip9();
	afx_msg void OnBtnPip16();
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnBtnHome();
	afx_msg void OnBtnPrenoset();
	afx_msg void OnBtnPrenocall();
	afx_msg void OnBtnPrenoclean();
	afx_msg void OnChk3dlocal();
	afx_msg void OnSelchangeCmbAfmodesel();
	afx_msg void OnBtnPipup();
	afx_msg void OnBtnPipdown();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	void OnPtzPush(UINT ID);
	void OnPtzUnPush(UINT ID);
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGTOOL_H__4A2437F5_C030_4875_911E_2B968E2BD358__INCLUDED_)
