HistoryBar.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- #if !defined(AFX_HISTORYBAR_H__B7F708B1_ACF5_45A9_8ACA_56A3DCAEFEA3__INCLUDED_)
- #define AFX_HISTORYBAR_H__B7F708B1_ACF5_45A9_8ACA_56A3DCAEFEA3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HistoryBar.h : header file
- //
- #include "TreeCtrlEx.h"
- #include "SizeControlBarsizecbar.h"
- /////////////////////////////////////////////////////////////////////////////
- // CHistoryBar window
- class CHistoryBar : public CSizingControlBar
- {
- public:
- CHistoryBar( );
- virtual ~CHistoryBar( );
- virtual BOOL Create( CFrameWnd * pParentWnd );
- protected:
- void Initial( void );
- //{{AFX_VIRTUAL(CHistoryBar)
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CHistoryBar)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CTreeCtrlEx m_tree;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HISTORYBAR_H__B7F708B1_ACF5_45A9_8ACA_56A3DCAEFEA3__INCLUDED_)