NewListBox.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_)
- #define AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewListBox.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // NewListBox window
- class NewListBox : public CListBox
- {
- // Construction
- public:
- NewListBox();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(NewListBox)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- NewListBox *m_listbox;
- void Find(LPCTSTR str);
- void Draw(CRect rect);
- virtual ~NewListBox();
- // Generated message map functions
- protected:
- //{{AFX_MSG(NewListBox)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWLISTBOX_H__56CAC39F_60BA_4F7A_B9F9_488E53E6E2F8__INCLUDED_)