MainView.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:2k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- #if !defined(AFX_MAINVIEW_H__F1A7A021_661C_4EE9_B7AF_70BD699C2329__INCLUDED_)
- #define AFX_MAINVIEW_H__F1A7A021_661C_4EE9_B7AF_70BD699C2329__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MainView.h : header file
- //
- #include "TabWnd.h"
- #include "SplitterWndEx.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMainView view
- class CMainView : public CView
- {
- DECLARE_DYNCREATE( CMainView )
- public:
- CMainView();
- virtual ~CMainView();
- void SetModulePackage( int module , char * buffer , int size );
- CWnd * GetTabWnd( int index );
- protected:
- static void OnChat( void * pContext , CWnd * pWnd , char * buffer , int size );
- static void OnWB( void * pContext , CWnd * pWnd , char * buffer , int size );
- static void OnIEURL( void * pContext , CWnd * pWnd , char * buffer , int size );
- static void OnFile( void * pContext , CWnd * pWnd , char * buffer , int size );
- static bool OnShare( void * pContext , CWnd * pWnd , char * buffer , int size );
- //{{AFX_VIRTUAL(CMainView)
- virtual void OnDraw(CDC* pDC){ }
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CMainView)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CSplitterWndEx m_wndSplitter;
- CTabWnd m_tab;
- CWnd * chatWnd;
- CWnd * wbWnd;
- CWnd * ieWnd;
- CWnd * fileWnd;
- CWnd * shareWnd;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINVIEW_H__F1A7A021_661C_4EE9_B7AF_70BD699C2329__INCLUDED_)
English
