Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
TabView.h
Package: 视频会议系统.rar [view]
Upload User: popouu88
Upload Date: 2013-02-11
Package Size: 2894k
Code Size: 1k
Category:
VOIP program
Development Platform:
Visual C++
- #if !defined(AFX_TABVIEW_H__8A018DB2_310A_4310_8ECC_3CA063E5FD14__INCLUDED_)
- #define AFX_TABVIEW_H__8A018DB2_310A_4310_8ECC_3CA063E5FD14__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TabView.h : header file
- //
- #include "TabWnd.h"
- #include "IEView.h"
- /////////////////////////////////////////////////////////////////////////////
- // CTabView view
- class CTabView : public CView
- {
- enum{ WM_CREATE_IEVIEW = WM_USER + 100 };
- public:
- CTabView( );
- virtual ~CTabView( );
- CIEView * CreateIEView( void );
- CIEView * GetIEView( int index = -1 );
- protected:
- //{{AFX_VIRTUAL(CTabView)
- public:
- virtual void OnDraw(CDC* pDC);
- protected:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- afx_msg CIEView * OnCreateIEView( void );
- //{{AFX_MSG(CTabView)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CTabWnd tab;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TABVIEW_H__8A018DB2_310A_4310_8ECC_3CA063E5FD14__INCLUDED_)