#if !defined(AFX_DLGCFGISP_H__E8D152A8_EFCE_4337_8BD9_7C0E92987D16__INCLUDED_)
#define AFX_DLGCFGISP_H__E8D152A8_EFCE_4337_8BD9_7C0E92987D16__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgCfgIsp.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgCfgIsp dialog

class CDlgCfgIsp : public CDialog
{
// Construction
public:
	CDlgCfgIsp(CWnd* pParent = NULL);   // standard constructor
	
	BOOL GetEnvParam();
// Dialog Data
	//{{AFX_DATA(CDlgCfgIsp)
	enum { IDD = IDD_DLGCFG_ISP };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgCfgIsp)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	BOOL m_bGetParam;
	MRCONFC_VIDEOPARAM_CFG m_stIsp;
	// Generated message map functions
	//{{AFX_MSG(CDlgCfgIsp)
	afx_msg void OnSelchangeCmbNr2d();
	afx_msg void OnSelchangeCmbNr3d();
	afx_msg void OnSelchangeCmbNrHotpixel();
	afx_msg void OnSelchangeCmbAfmode();
	afx_msg void OnSelchangeCmbAfsens();
	afx_msg void OnSelchangeCmbAfzone();
	afx_msg void OnSelchangeCmbExpmode();
	afx_msg void OnChkExpComp();
	afx_msg void OnChkExpBacklight();
	afx_msg void OnSelchangeCmbExpCompvalue();
	afx_msg void OnSelchangeCmbExpAnti();
	afx_msg void OnSelchangeCmbExpGainlimit();
	afx_msg void OnSelchangeCmbExpShutter();
	afx_msg void OnSelchangeCmbExpIris();
	afx_msg void OnSelchangeCmbExpWdr();
	afx_msg void OnSelchangeCmbExpBright();
	afx_msg void OnSelchangeCmbCorWbmode();
	afx_msg void OnSelchangeCmbCorSat();
	afx_msg void OnSelchangeCmbCorHue();
	afx_msg void OnSelchangeCmbCorAwbsens();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnBtnWbonepush();
	afx_msg void OnSelchangeCmbImgBri();
	afx_msg void OnSelchangeCmbImgCon();
	afx_msg void OnSelchangeCmbImgSharpness();
	afx_msg void OnChkWbmode();
	afx_msg void OnChkFlipH();
	afx_msg void OnChkFlipV();
	afx_msg void OnSelchangeCmbImgGamma();
	afx_msg void OnSelchangeCmbImgDci();
	afx_msg void OnBtnDefault();
	afx_msg void OnSelchangeCmbImgstyle();
	afx_msg void OnSelchangeCmbImgLdc();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGCFGISP_H__E8D152A8_EFCE_4337_8BD9_7C0E92987D16__INCLUDED_)
