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