========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : WCAD
========================================================================
AppWizard has created this WCAD application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your WCAD application.
WCAD.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
WCAD.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CWCADApp application class.
WCAD.cpp
This is the main application source file that contains the application
class CWCADApp.
WCAD.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
WCAD.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\WCAD.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file WCAD.rc.
res\WCAD.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CFrameWnd and controls all SDI frame features.
res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in WCAD.rc to add
toolbar buttons.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
WCADDoc.h, WCADDoc.cpp - the document
These files contain your CWCADDoc class. Edit these files to
add your special document data and to implement file saving and loading
(via CWCADDoc::Serialize).
WCADView.h, WCADView.cpp - the view of the document
These files contain your CWCADView class.
CWCADView objects are used to view CWCADDoc objects.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named WCAD.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
VS2015开源的类CAD软件 (134个子文件)
WCAD.APS 48KB
bmp00001.bmp 2KB
Toolbar.bmp 958B
bmp00002.bmp 718B
bmp00003.bmp 598B
toolbar1.bmp 358B
WCAD.clw 8KB
GRIDCTRL.CPP 156KB
WCADView.cpp 47KB
tWCADView.cpp 24KB
tZOOMVIEW.CPP 23KB
tmpZOOMVIEW.CPP 21KB
ZOOMVIEW.CPP 19KB
Registry.cpp 18KB
EnumPrinters.cpp 16KB
LineOject.cpp 14KB
ArrowObject.cpp 13KB
calculator.cpp 11KB
spline.cpp 11KB
SCalculator.cpp 10KB
PromptEdit.cpp 10KB
SString.cpp 10KB
ColorToolBar.cpp 10KB
DxfFile.cpp 9KB
INPLACELIST.CPP 9KB
COLORPICKERCB.CPP 8KB
INPLACEEDIT.CPP 8KB
AutoFont.cpp 8KB
MainFrm.cpp 8KB
CircleObject.cpp 7KB
WCADDoc.cpp 7KB
ArcObject.cpp 6KB
TITLETIP.CPP 6KB
ICONCOMBOBOX.CPP 5KB
ParamDlg.cpp 4KB
dwgfile.cpp 4KB
WCAD.cpp 4KB
TextObject.cpp 4KB
RectObject.cpp 4KB
Marker.cpp 4KB
PolyObject.cpp 4KB
GRIDDROPTARGET.CPP 3KB
PRNDlg.cpp 2KB
PointObject.cpp 2KB
InTextDlg.cpp 2KB
SysSetDlg.cpp 2KB
CommandView.cpp 2KB
MySplitterWnd.cpp 2KB
CurSizeWnd.cpp 1KB
WPrnDLG.cpp 1KB
CadObject.cpp 1KB
MyPrintDialog.cpp 917B
ReportEdit.cpp 840B
StdAfx.cpp 206B
drawcurs.cur 3KB
select5c.cur 1KB
cur00002.cur 1KB
hmove.cur 766B
pancurso.cur 766B
lcross.cur 766B
cur00003.cur 326B
cursor1.cur 326B
cur00001.cur 326B
WCAD.dsp 10KB
WCAD.dsw 531B
WCAD.vcxproj.filters 10KB
GRIDCTRL.H 24KB
htmlhelp.h 18KB
CADObject.h 5KB
WCADView.h 5KB
Resource.h 4KB
INPLACELIST.H 4KB
CELLRANGE.H 4KB
tWCADView.h 4KB
ColorToolBar.h 3KB
ZOOMVIEW.H 3KB
tZOOMVIEW.H 3KB
MEMDC.H 3KB
INPLACEEDIT.H 3KB
COLORPICKERCB.H 3KB
Registry.h 3KB
AutoFont.h 2KB
SString.h 2KB
MainFrm.h 2KB
EnumPrinters.h 2KB
PromptEdit.h 2KB
WCADDoc.h 2KB
GRIDDROPTARGET.H 2KB
LineObject.h 2KB
spline.h 2KB
DxfFile.h 2KB
CommandView.h 2KB
ParamDlg.h 2KB
SCalculator.h 2KB
Calculator.h 2KB
MySplitterWnd.h 1KB
WCAD.h 1KB
SysSetDlg.h 1KB
Marker.h 1KB
ICONCOMBOBOX.H 1KB
共 134 条
- 1
- 2
资源评论
- 长理小彦祖2018-12-18感觉这个代码非常好,博主可以加一下QQ877226419交流一下吗,我是新手,最近做一个小的CAD系统,可以互相学习吗
- kuyioooo2020-07-28无法移动视图
- hpdwzjh2019-02-21感觉这个代码非常好
areshan133
- 粉丝: 17
- 资源: 38
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功