资源简介
花了几天把程序框架做了出来,自认比DrawCLI的稍微好一点点。支持基本图形绘制,旋转,缩放,串行化。使用MFC、STL、GDI/GDI+和一点点设计模式。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “OD.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4201 2008-02-02 11:20 ODRect.cpp
文件 1051 2008-01-29 15:45 ODRect.h
文件 4057 2008-02-02 16:06 ODSelectTool.cpp
文件 922 2008-02-01 16:53 ODSelectTool.h
文件 7701 2008-02-02 17:13 ODShape.cpp
文件 1746 2008-02-02 17:13 ODShape.h
文件 1190 2008-01-29 09:37 ODShapeTool.cpp
文件 969 2008-01-29 09:39 ODShapeTool.h
文件 2471 2008-01-31 09:40 ODToolKit.cpp
文件 1279 2008-01-16 16:00 ODToolKit.h
文件 6636 2008-01-29 15:36 ODView.cpp
文件 2537 2008-01-22 15:57 ODView.h
文件 4658 2000-01-10 17:17 ReadMe.txt
文件 959 2008-01-29 16:07 resource.h
文件 204 2000-01-10 17:17 StdAfx.cpp
文件 999 2008-01-11 11:57 StdAfx.h
目录 0 2008-04-10 15:34 Release
文件 61440 2008-02-17 09:59 Release\OD.exe
目录 0 2008-04-10 15:34 res
文件 1270 2008-01-22 09:58 res\bitmap1.bmp
文件 326 2008-01-16 18:34 res\cursor_rotate.cur
文件 1078 2000-01-10 17:17 res\OD.ico
文件 394 2000-01-10 17:17 res\OD.rc2
文件 1078 2000-01-10 17:17 res\ODDoc.ico
文件 326 2008-01-16 18:34 res\rotating.cur
文件 1782 2008-01-16 17:39 res\Toolbar.bmp
文件 1529 2000-01-10 17:17 ChildFrm.cpp
文件 1397 2000-01-10 17:17 ChildFrm.h
文件 2874 2008-01-28 17:33 compgeo.h
文件 2519 2000-01-10 17:17 MainFrm.cpp
............此处省略19个文件信息
- 上一篇:WinAPI 函数库(大全)
- 下一篇:见过的最好 英语语法讲义
相关资源
- c 编写的 矩阵 matrix 类源码
- c 面试题(面试经验)自己收集自己
- vc 编写的基于TCP协议的客户/服务器
- 表达式求值C 代码(附实验报告)
- lzw压缩,解压缩算法
- 建立文件数据索引的c 代码
- 树状导航菜单的制作
- VC工程转Qt工程文件的工具
- Gerber文件的编辑程序
- delphi基于gdi+的图片旋转任意角度
- 编译好的json_lib.lib 包含64位,32位,头
- 招商银行信用卡中心2018春招IT笔试数
- FFmpeg和SDL,读内存中的视频流,进行
- 是男人就下一百层
- vs2010 ffmpeg实时解码h264码流
- 图片-视频互换程序
- linux系统的二级文件系统(QT实现了简
- 设计一个用于人事管理的“人员”类
- 基于ffmpeg将avi视频转换为mp4视频
- Qt实现的简单的中国象棋程序
- 数据加密与数字签名系统
- Kinect手势代替鼠标控制PC
- 物业费管理系统源码超详细注释附文
- 长整数的代数计算 算法
- 二进制方式打包和解包文件
- 个人银行账户管理系统
- 使用ffmpeg将多张图片生成H264裸流并获
- OpenGL场景漫游
- VS开发进阶源码---烟花特效的生日祝福
- 资源管理器 中国地质大学数据结构
评论
共有 条评论