NewListBox.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_)
  2. #define AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewListBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // NewListBox window
  10. class NewListBox : public CListBox
  11. {
  12. // Construction
  13. public:
  14. NewListBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(NewListBox)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. NewListBox *m_listbox;
  26. void Find(LPCTSTR str);
  27. void Draw(CRect rect);
  28. virtual ~NewListBox();
  29. // Generated message map functions
  30. protected:
  31. //{{AFX_MSG(NewListBox)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_)