www.pudn.com > DalsaNetlink.rar > CyMulticastingDialog.h


#if !defined(AFX_CYMULTICASTINGDIALOG_H__AF1D5421_D873_4324_8869_74998ED8B45D__INCLUDED_) 
#define AFX_CYMULTICASTINGDIALOG_H__AF1D5421_D873_4324_8869_74998ED8B45D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CyMulticastingDialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CyMulticastingDialog dialog 
 
class CyMulticastingDialog : public CDialog 
{ 
// Construction 
public: 
	CyMulticastingDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CyMulticastingDialog) 
	enum { IDD = IDD_MULTICASTING_DLG }; 
	CButton	mNoDataControl; 
	CButton	mMasterControl; 
	CButton	mEnabledControl; 
	CIPAddressCtrl	mAddressControl; 
	BOOL	mEnabled; 
	BOOL	mMaster; 
	BOOL	mNoData; 
	//}}AFX_DATA 
 
    BYTE mIP1; 
    BYTE mIP2; 
    BYTE mIP3; 
    BYTE mIP4; 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CyMulticastingDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CyMulticastingDialog) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	afx_msg void OnMulticastEnabled(); 
	afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo); 
	afx_msg void OnMulticastMaster(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CYMULTICASTINGDIALOG_H__AF1D5421_D873_4324_8869_74998ED8B45D__INCLUDED_)