ChoiceWindow.h
上传用户:jnkyhqw
上传日期:2007-01-01
资源大小:25k
文件大小:2k
源码类别:

按钮控件

开发平台:

Visual C++

  1. #if !defined(AFX_CHOICEWINDOW_H__58EB9233_27DF_11D3_B296_006097BEAB13__INCLUDED_)
  2. #define AFX_CHOICEWINDOW_H__58EB9233_27DF_11D3_B296_006097BEAB13__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChoiceWindow.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CChoiceWindow window
  10. class CChoiceWindowBtn;
  11. class CChoiceWindow : public CWnd
  12. {
  13. friend class CChoiceWindowBtn;
  14. // Construction
  15. public:
  16. CChoiceWindow();
  17. // Attributes
  18. public:
  19. CListCtrl m_wndList;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CChoiceWindow)
  25. protected:
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. CChoiceWindowBtn* m_pParentBtn;
  30. virtual ~CChoiceWindow();
  31. // Generated message map functions
  32. protected:
  33. void UpdateSizeAndPosition();
  34. void HideDropDown();
  35. afx_msg void OnKillFocusListView(NMHDR* pNMHDR, LRESULT* pResult);
  36. //{{AFX_MSG(CChoiceWindow)
  37. afx_msg void OnKillFocus(CWnd* pNewWnd);
  38. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  39. afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
  40. afx_msg void OnSetFocus(CWnd* pOldWnd);
  41. virtual void OnListviewKeydown(NMHDR* pnmhdr, LRESULT* pResult);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_CHOICEWINDOW_H__58EB9233_27DF_11D3_B296_006097BEAB13__INCLUDED_)