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