Mercurial > vba-linux
annotate 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 |
rev | line source |
---|---|
rlm@1 | 1 #if !defined(AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_) |
rlm@1 | 2 #define AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_ |
rlm@1 | 3 |
rlm@1 | 4 #if _MSC_VER > 1000 |
rlm@1 | 5 #pragma once |
rlm@1 | 6 #endif // _MSC_VER > 1000 |
rlm@1 | 7 // Hyperlink.h : header file |
rlm@1 | 8 // |
rlm@1 | 9 |
rlm@1 | 10 ///////////////////////////////////////////////////////////////////////////// |
rlm@1 | 11 // Hyperlink window |
rlm@1 | 12 |
rlm@1 | 13 class Hyperlink : public CStatic |
rlm@1 | 14 { |
rlm@1 | 15 // Construction |
rlm@1 | 16 public: |
rlm@1 | 17 Hyperlink(); |
rlm@1 | 18 |
rlm@1 | 19 // Attributes |
rlm@1 | 20 public: |
rlm@1 | 21 // Operations |
rlm@1 | 22 public: |
rlm@1 | 23 // Overrides |
rlm@1 | 24 // ClassWizard generated virtual function overrides |
rlm@1 | 25 //{{AFX_VIRTUAL(Hyperlink) |
rlm@1 | 26 protected: |
rlm@1 | 27 virtual void PreSubclassWindow(); |
rlm@1 | 28 //}}AFX_VIRTUAL |
rlm@1 | 29 |
rlm@1 | 30 // Implementation |
rlm@1 | 31 public: |
rlm@1 | 32 bool m_over; |
rlm@1 | 33 HCURSOR m_cursor; |
rlm@1 | 34 afx_msg void OnClicked(); |
rlm@1 | 35 CFont m_underlineFont; |
rlm@1 | 36 virtual ~Hyperlink(); |
rlm@1 | 37 |
rlm@1 | 38 // Generated message map functions |
rlm@1 | 39 protected: |
rlm@1 | 40 //{{AFX_MSG(Hyperlink) |
rlm@1 | 41 afx_msg HBRUSH CtlColor(CDC*pDC, UINT nCtlColor); |
rlm@1 | 42 afx_msg BOOL OnEraseBkgnd(CDC*pDC); |
rlm@1 | 43 afx_msg void OnMouseMove(UINT nFlags, CPoint point); |
rlm@1 | 44 //}}AFX_MSG |
rlm@1 | 45 |
rlm@1 | 46 DECLARE_MESSAGE_MAP() |
rlm@1 | 47 }; |
rlm@1 | 48 |
rlm@1 | 49 ///////////////////////////////////////////////////////////////////////////// |
rlm@1 | 50 |
rlm@1 | 51 //{{AFX_INSERT_LOCATION}} |
rlm@1 | 52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
rlm@1 | 53 |
rlm@1 | 54 #endif // !defined(AFX_HYPERLINK_H__BECEAB7D_31FB_4727_A42B_8732162EEBCC__INCLUDED_) |