www.pudn.com > VC生成漂亮界面.zip > HyperLink.h


#if !defined(AFX_HYPERLINK_H__59C2DEF4_FC38_49F8_B58A_EA8FB9136B96__INCLUDED_) 
#define AFX_HYPERLINK_H__59C2DEF4_FC38_49F8_B58A_EA8FB9136B96__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// HyperLink.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CHyperLink window 
 
class CHyperLink : public CStatic 
{ 
// Construction 
public: 
	CHyperLink(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CHyperLink) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	HCURSOR m_hCursor; 
	int m_nTextColor; 
	virtual ~CHyperLink(); 
 
	// Generated message map functions 
protected: 
	bool m_bCursorOn; 
	//{{AFX_MSG(CHyperLink) 
	afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor); 
	afx_msg void OnMouseMove(UINT nFlags, CPoint point); 
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); 
	afx_msg void OnCaptureChanged(CWnd *pWnd); 
	afx_msg void OnClicked(); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_HYPERLINK_H__59C2DEF4_FC38_49F8_B58A_EA8FB9136B96__INCLUDED_)