#if !defined(AFX_DLGCFGVOUT_H__BBAECF41_5047_412B_BEE8_658F88484043__INCLUDED_)
#define AFX_DLGCFGVOUT_H__BBAECF41_5047_412B_BEE8_658F88484043__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgCfgVout.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgCfgVout dialog

class CDlgCfgVout : public CDialog
{
// Construction
public:
	CDlgCfgVout(CWnd* pParent = NULL);   // standard constructor
	BOOL GetEnvParam();
// Dialog Data
	//{{AFX_DATA(CDlgCfgVout)
	enum { IDD = IDD_DLGCFG_VOUT };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgCfgVout)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	BOOL m_bGetParam;
	MRCONFC_VIDEOOUT_CFG m_stVideoOut;
	// Generated message map functions
	//{{AFX_MSG(CDlgCfgVout)
	afx_msg void OnBtnSave();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGCFGVOUT_H__BBAECF41_5047_412B_BEE8_658F88484043__INCLUDED_)
