ListBox.h
资源名称:VIS.zip [点击查看]
上传用户:sdgangtie
上传日期:2020-03-07
资源大小:7324k
文件大小:1k
源码类别:
数值算法/人工智能
开发平台:
Visual C++
- #if !defined(AFX_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_)
- #define AFX_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyListBox.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // MyListBox window
- class ListBox : public CListBox
- {
- // Construction
- public:
- ListBox();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(MyListBox)
- public:
- virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
- virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~ListBox();
- // Generated message map functions
- protected:
- //{{AFX_MSG(MyListBox)
- // 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_MYLISTBOX_H__DDBC545B_B3FE_45C1_98F0_42A112C9061A__INCLUDED_)