MainFrame.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:2k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- #if !defined(AFX_MAINFRAME_H__2645C5E2_7A35_4AB9_83D8_460E9F54CBC4__INCLUDED_)
- #define AFX_MAINFRAME_H__2645C5E2_7A35_4AB9_83D8_460E9F54CBC4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MainFrame.h : header file
- //
- #include "IEEdit.h"
- #include "TabView.h"
- #include "FavoriteBar.h"
- #include "HistoryBar.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMainFrame frame
- class CMainFrame : public CFrameWnd
- {
- public:
- CMainFrame( );
- virtual ~CMainFrame( );
- CTabView * GetView( void ){ return view; }
- void ( * OnIEURL )( void * wParam , CWnd * pWnd , char * buffer , int size );
- void * wParam;
- CString user_name;
- void SetStatusText( LPCSTR text );
- CEdit & GetAddrWnd( void ){ return editAddr; }
- protected:
- //{{AFX_VIRTUAL(CMainFrame)
- //}}AFX_VIRTUAL
- static void OnAddress( void * wParam );
- afx_msg void OnSelchangedTree(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnFontMenu( UINT id );
- //{{AFX_MSG(CMainFrame)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnOpen();
- afx_msg void OnSave();
- afx_msg void OnBackword();
- afx_msg void OnForword();
- afx_msg void OnStop();
- afx_msg void OnFlush();
- afx_msg void OnHome();
- afx_msg void OnSearch();
- afx_msg void OnFavorite();
- afx_msg void OnHistory();
- afx_msg void OnFont();
- afx_msg void OnUpdateFavorite(CCmdUI* pCmdUI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP( )
- private:
- CReBar reBar;
- CToolBar toolBar;
- CComboBoxEx addrCombo;
- CIEEdit editAddr;
- CStatusBar statusBar;
- CTabView * view;
- CFavoriteBar favorite_bar;
- CHistoryBar history_bar;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAINFRAME_H__2645C5E2_7A35_4AB9_83D8_460E9F54CBC4__INCLUDED_)