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
OnDraw.cpp
Package: txpj.rar [view]
Upload User: pureled
Upload Date: 2013-05-27
Package Size: 1078k
Code Size: 1k
Category:
GDI-Bitmap
Development Platform:
Visual C++
- // OnDraw.cpp : implementation file
- //
- #include "stdafx.h"
- #include "图像拼接技术.h"
- #include "OnDraw.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // OnDraw
- IMPLEMENT_DYNCREATE(OnDraw, CDocument)
- OnDraw::OnDraw()
- {
- }
- BOOL OnDraw::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- return TRUE;
- }
- OnDraw::~OnDraw()
- {
- }
- BEGIN_MESSAGE_MAP(OnDraw, CDocument)
- //{{AFX_MSG_MAP(OnDraw)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // OnDraw diagnostics
- #ifdef _DEBUG
- void OnDraw::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void OnDraw::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // OnDraw serialization
- void OnDraw::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: add storing code here
- }
- else
- {
- // TODO: add loading code here
- }
- }
- /////////////////////////////////////////////////////////////////////////////
- // OnDraw commands