文件名称:graphic
- 所属分类:
- 绘图程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-10-14
- 文件大小:
- 120kb
- 下载次数:
- 0次
- 提 供 者:
- 汪**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, line). How to add the program in the Options menu and option settings dialog box, how to use the standard Color dialog box, how to use the Font dialog box, realize preview function in the Options dialog box. Data exchange options dialog and window class. How to change the background color of the dialog boxes and controls, how to change the text color controls, special treatment for button controls. How to display a bitmap in the window.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
使用自定义画笔(颜色,线宽,线形)\Graphic\BtnST.cpp
..................................\.......\BtnST.h
..................................\.......\Graphic.aps
..................................\.......\Graphic.clw
..................................\.......\Graphic.cpp
..................................\.......\Graphic.dsp
..................................\.......\Graphic.dsw
..................................\.......\Graphic.h
..................................\.......\Graphic.ncb
..................................\.......\Graphic.opt
..................................\.......\Graphic.plg
..................................\.......\Graphic.rc
..................................\.......\GraphicDoc.cpp
..................................\.......\GraphicDoc.h
..................................\.......\GraphicView.cpp
..................................\.......\GraphicView.h
..................................\.......\MainFrm.cpp
..................................\.......\MainFrm.h
..................................\.......\ReadMe.txt
..................................\.......\res\background.bmp
..................................\.......\...\Graphic.ico
..................................\.......\...\Graphic.rc2
..................................\.......\...\GraphicDoc.ico
..................................\.......\...\Toolbar.bmp
..................................\.......\resource.h
..................................\.......\SettingDlg.cpp
..................................\.......\SettingDlg.h
..................................\.......\StdAfx.cpp
..................................\.......\StdAfx.h
..................................\.......\SXBtn.cpp
..................................\.......\SXBtn.h
..................................\.......\TestBtn.cpp
..................................\.......\TestBtn.h
..................................\.......\res
..................................\Graphic
使用自定义画笔(颜色,线宽,线形)