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
GandyDrawDoc.cpp
Package: GandyDraw_MFC.rar [view]
Upload User: do_tie
Upload Date: 2007-11-03
Package Size: 1095k
Code Size: 1k
Category:
GDI-Bitmap
Development Platform:
Visual C++
- // GandyDrawDoc.cpp : CGandyDrawDoc 类的实现
- //
- #include "stdafx.h"
- #include "GandyDraw.h"
- #include "GandyDrawDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #endif
- // CGandyDrawDoc
- IMPLEMENT_DYNCREATE(CGandyDrawDoc, CDocument)
- BEGIN_MESSAGE_MAP(CGandyDrawDoc, CDocument)
- END_MESSAGE_MAP()
- // CGandyDrawDoc 构造/析构
- CGandyDrawDoc::CGandyDrawDoc()
- {
- // TODO: 在此添加一次性构造代码
- }
- CGandyDrawDoc::~CGandyDrawDoc()
- {
- }
- BOOL CGandyDrawDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- // TODO: 在此添加重新初始化代码
- // (SDI 文档将重用该文档)
- return TRUE;
- }
- // CGandyDrawDoc 序列化
- void CGandyDrawDoc::Serialize(CArchive& ar)
- {
- if (ar.IsStoring())
- {
- // TODO: 在此添加存储代码
- }
- else
- {
- // TODO: 在此添加加载代码
- }
- }
- // CGandyDrawDoc 诊断
- #ifdef _DEBUG
- void CGandyDrawDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CGandyDrawDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- // CGandyDrawDoc 命令