MyBarBottom.h
资源名称:matcher.rar [点击查看]
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:1k
源码类别:
2D图形编程
开发平台:
Visual C++
- #if !defined(AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_)
- #define AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyBarBottom.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyBarBottom window
- class CMyBarBottom : public CCJControlBar
- {
- // Construction
- public:
- CMyBarBottom();
- // Attributes
- public:
- CCJListCtrl m_ListCtrl;
- // Operations
- public:
- void BuildColumns(int nCols, int * nWidth, int * iCol);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyBarBottom)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyBarBottom();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyBarBottom)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYBARBOTTOM_H__2D830D67_1AF2_4840_8BBC_93E38A60321F__INCLUDED_)