包头师范学院本 科 学 年 论 文论文题目:基于 VC++ MFC 程序设计 - — 简易画图板 院系:信息科学与技术学院专业:计算机科学与技术学号:姓名:指导老师:撰写学年: 2024 至 2024 学年 二零一零年十二月摘 要本软件是利用 VC++这个强大的可视化编程工具开发的,软件主要功能包括图形的绘制、线型的设置、颜色的设置,图形文件的重绘和保存等功能.本文介绍了如何完成上述功能,同时详细阐述了画图系统的实现过程以及对画图系统所做的功能扩充。在画图软件设计上,其主要任务是:实现“绘制图形”、“图形的保存”两项功能。本软件具有有用性、稳定性、易用性,和可维护性的特点,应该说它应是一个开放性的软件,用户可以根据需要对其功能进行扩充、完善与修改,使其符合自己的要求。总之,本软件是一个逐步完善的软件。关键词:VC++;MFC;绘图AbstractThis software is using vc + + this powerful visual programming tool development, software main functions including graphics rendering , linetype Settings, color setting , graphics file redraw of preserving and function。 The paper introduced how to accomplish these functions, and explains in detail drawing system realization process and to drawing system do function expansion 。 In drawing software design , its main task is to achieve "drawings", ”graphic save” two functions。 This software has practicability , stability , ease—of—use , and maintainability characteristic, should say it should be an open software, the user can according to the needs of its functions were expansion, perfect and modification, make them comply with their requirements. Anyhow, this software is a perfect gradually software。Keywords:Vc + +; MFC; drawing目录引言 1第 1 章 vc++6.0 和 MFC 简介 0 1.1vc++6 。 0 简介 0 1 。 2MFC 简介 0 第 2 章基础知识 1 2 。 1 工程的新建 1 2 。 2 单文档简介 1 2 。 3 添加消息响应函数 2 2 。 4 资源 2 2 。 5 设备环境 2 第 3 章简易画图板的制作 3 3 。 1 设计目的 3 ...