MyBarRightBottom.h
资源名称:matcher.rar [点击查看]
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:1k
源码类别:
2D图形编程
开发平台:
Visual C++
- #if !defined(AFX_MYBARRIGHTBOTTOM_H__E53B5D97_32CB_4119_A07D_69A4AB9E4D7D__INCLUDED_)
- #define AFX_MYBARRIGHTBOTTOM_H__E53B5D97_32CB_4119_A07D_69A4AB9E4D7D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyBarRightBottom.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyBarRightBottom window
- class CMyBarRightBottom : public CCJControlBar
- {
- // Construction
- public:
- CMyBarRightBottom();
- // Attributes
- public:
- CCJListCtrl m_ListCtrl;
- // Operations
- public:
- void BuildColumns(int nCols, int * nWidth, int * iCol);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyBarRightBottom)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyBarRightBottom();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyBarRightBottom)
- 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_MYBARRIGHTBOTTOM_H__E53B5D97_32CB_4119_A07D_69A4AB9E4D7D__INCLUDED_)