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