www.pudn.com > 数字硬盘录像机软件代码.rar > ADDRESSPAGE.H


#if !defined(AFX_ADDRESSPAGE_H__DA975881_21D5_11D5_9B34_0050FC217301__INCLUDED_) 
#define AFX_ADDRESSPAGE_H__DA975881_21D5_11D5_9B34_0050FC217301__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AddressPage.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAddressPage dialog 
 
class CAddressPage : public CPropertyPage 
{ 
	DECLARE_DYNCREATE(CAddressPage) 
 
// Construction 
public: 
	CAddressPage(); 
	~CAddressPage(); 
	void        SetInfoTxt(); 
	void        Enable(BOOL bEnable); 
    BOOL        m_bEnable; 
// Dialog Data 
	//{{AFX_DATA(CAddressPage) 
	enum { IDD = IDD_ADDRESS_PAGE }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CAddressPage) 
	public: 
	virtual void OnOK(); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CAddressPage) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnStatic1(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ADDRESSPAGE_H__DA975881_21D5_11D5_9B34_0050FC217301__INCLUDED_)