home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_HELPBUTTON_H__6642E76A_99B4_11D3_AC86_525400E4894B__INCLUDED_)
- #define AFX_HELPBUTTON_H__6642E76A_99B4_11D3_AC86_525400E4894B__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HelpButton.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // HelpButton window
-
- class HelpButton : public CButton
- {
- // Construction
- public:
- HelpButton();
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(HelpButton)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~HelpButton();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(HelpButton)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_HELPBUTTON_H__6642E76A_99B4_11D3_AC86_525400E4894B__INCLUDED_)
-