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
QZVDemoDoc.cpp
Package: qzoomview.zip [view]
Upload User: xp9161
Upload Date: 2009-12-21
Package Size: 70k
Code Size: 1k
Category:
Windows Develop
Development Platform:
Visual C++
- // QZVDemoDoc.cpp : implementation of the CQZVDemoDoc class
- //
- #include "stdafx.h"
- #include "QZoomViewDemo.h"
- #include "QZVDemoDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #endif
- // CQZVDemoDoc
- IMPLEMENT_DYNCREATE(CQZVDemoDoc, CDocument)
- BEGIN_MESSAGE_MAP(CQZVDemoDoc, CDocument)
- END_MESSAGE_MAP()
- // CQZVDemoDoc construction/destruction
- CQZVDemoDoc::CQZVDemoDoc()
- {
- // TODO: add one-time construction code here
- }
- CQZVDemoDoc::~CQZVDemoDoc()
- {
- }
- BOOL CQZVDemoDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- // TODO: add reinitialization code here
- // (SDI documents will reuse this document)
- return TRUE;
- }
- // CQZVDemoDoc serialization
- void CQZVDemoDoc::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: add storing code here
- }
- else
- {
- // TODO: add loading code here
- }
- }
- // CQZVDemoDoc diagnostics
- #ifdef _DEBUG
- void CQZVDemoDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CQZVDemoDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- // CQZVDemoDoc commands