Mercurial > vba-linux
view src/win32/Hyperlink.h @ 4:5f6f2134e8ce
apu appears to not be used
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:35:58 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_)2 #define AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // Hyperlink.h : header file8 //10 /////////////////////////////////////////////////////////////////////////////11 // Hyperlink window13 class Hyperlink : public CStatic14 {15 // Construction16 public:17 Hyperlink();19 // Attributes20 public:21 // Operations22 public:23 // Overrides24 // ClassWizard generated virtual function overrides25 //{{AFX_VIRTUAL(Hyperlink)26 protected:27 virtual void PreSubclassWindow();28 //}}AFX_VIRTUAL30 // Implementation31 public:32 bool m_over;33 HCURSOR m_cursor;34 afx_msg void OnClicked();35 CFont m_underlineFont;36 virtual ~Hyperlink();38 // Generated message map functions39 protected:40 //{{AFX_MSG(Hyperlink)41 afx_msg HBRUSH CtlColor(CDC*pDC, UINT nCtlColor);42 afx_msg BOOL OnEraseBkgnd(CDC*pDC);43 afx_msg void OnMouseMove(UINT nFlags, CPoint point);44 //}}AFX_MSG46 DECLARE_MESSAGE_MAP()47 };49 /////////////////////////////////////////////////////////////////////////////51 //{{AFX_INSERT_LOCATION}}52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.54 #endif // !defined(AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_)