GME  13
HooverListBox.h
Go to the documentation of this file.
00001 #if !defined(AFX_HOOVERLISTBOX_H__F5BBB7F5_7A1E_42F3_9383_37489E1BE956__INCLUDED_)
00002 #define AFX_HOOVERLISTBOX_H__F5BBB7F5_7A1E_42F3_9383_37489E1BE956__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // HooverListBox.h : header file
00008 //
00009 
00011 // CHooverListBox window
00012 
00013 class CHooverListBox : public CListBox
00014 {
00015 
00016 // Construction
00017 public:
00018         CHooverListBox();
00019 
00020 // Attributes
00021 public:
00022 
00023 // Operations
00024 public:
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CHooverListBox)
00029         //}}AFX_VIRTUAL
00030 
00031 // Implementation
00032 public:
00033         virtual ~CHooverListBox();
00034 
00035         // Generated message map functions
00036 protected:
00037         //{{AFX_MSG(CHooverListBox)
00038         afx_msg void OnMouseMove(UINT nFlags, CPoint point);
00039         afx_msg void OnKillFocus(CWnd* pNewWnd);
00040         afx_msg void OnSelChange();
00041         //}}AFX_MSG
00042 
00043         DECLARE_MESSAGE_MAP()
00044 };
00045 
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_HOOVERLISTBOX_H__F5BBB7F5_7A1E_42F3_9383_37489E1BE956__INCLUDED_)