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
MainFrm.h
Package: VC界面编程高级应用技术.rar [view]
Upload User: szcysw
Upload Date: 2013-03-11
Package Size: 6752k
Code Size: 2k
Category:
GUI Develop
Development Platform:
Visual C++
- // MainFrm.h : interface of the CMainFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_)
- #define AFX_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "cjlibrary.h"
- #include "doc.h"
- #include "doc.h"
- #include "DevDemo.h "
- #include "e.h"
- #include "tree1.h"
- #include "tree2.h"
- #include "treedoc1.h"
- #include "treedoc2.h"
- #include "HTMLdoc.h"
- #include "MyHTML.h"
- #define CFrameWnd CCJFrameWnd
- class CMainFrame : public CFrameWnd
- {
- protected:
- CMainFrame();
- DECLARE_DYNCREATE(CMainFrame)
- public:
- //工作区申明
- CCJTabCtrlBar m_wndWorkspace1;
- CCJTabCtrlBar m_wndWorkspace2;
- CCJTabCtrlBar m_wndWorkspace3;
- CCJTabCtrlBar m_wndWorkspace4;
- //标签运行文档
- CMyDoc* m_pDocClass;
- CTreeDoc1* m_pDocResource;
- CTreeDoc2* m_pDocFile;
- CHTMLDOC* m_pDocHtml;
- //标签使用的图片列表
- CImageList m_TabImages;
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- public:
- virtual ~CMainFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected: // control bar embedded members
- CStatusBar m_wndStatusBar;
- CToolBar m_wndToolBar;
- protected:
- //{{AFX_MSG(CMainFrame)
- 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_MAINFRM_H__AC51825C_25E3_4698_8324_AB336E6F9AFE__INCLUDED_)