Description: L in MFC, document class responsible for the management of the data, provide save and load the function of the data. View class responsible for data display, and offer users to edit the data and modify functions.
MFC provide us with Document/View to structure, an application needs "data processing and display" shell designed all function, these functions are virtual function, we can in the derived class rewrite these functions. The relevant documents in the operation of the reading and writing in the CDocument Serialize function, the relevant data and graph showing the operation in the CView OnDraw function. We in the derived class, only need to pay attention to Serialize and OnDraw function, other details we don t need to pay attention to, program can good operation
To Search:
File list (Check if you may need any files):
MiniCAD\Debug\BuildLog.htm
.......\.....\MainFrm.obj
.......\.....\MainFrm.sbr
.......\.....\MiniCAD.bsc
.......\.....\MiniCAD.exe
.......\.....\MiniCAD.exe.embed.manifest
.......\.....\MiniCAD.exe.embed.manifest.res
.......\.....\MiniCAD.exe.intermediate.manifest
.......\.....\MiniCAD.ilk
.......\.....\MiniCAD.obj
.......\.....\MiniCAD.pch
.......\.....\MiniCAD.pdb
.......\.....\MiniCAD.res
.......\.....\MiniCAD.sbr
.......\.....\MiniCADDoc.obj
.......\.....\MiniCADDoc.sbr
.......\.....\MiniCADView.obj
.......\.....\MiniCADView.sbr
.......\.....\mt.dep
.......\.....\Shape.obj
.......\.....\Shape.sbr
.......\.....\StdAfx.obj
.......\.....\StdAfx.sbr
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\.....\vc90.idb
.......\.....\vc90.pdb
.......\MainFrm.cpp
.......\MainFrm.h
.......\MiniCAD.aps
.......\MiniCAD.clw
.......\MiniCAD.cpp
.......\MiniCAD.dsp
.......\MiniCAD.dsw
.......\MiniCAD.h
.......\MiniCAD.ncb
.......\MiniCAD.opt
.......\MiniCAD.plg
.......\MiniCAD.rc
.......\MiniCAD.sln
.......\MiniCAD.suo
.......\MiniCAD.vcproj
.......\MiniCAD.vcproj.RUIDAKEJ-DC1EFC.Administrator.user
.......\MiniCADDoc.cpp
.......\MiniCADDoc.h
.......\MiniCADView.cpp
.......\MiniCADView.h
.......\ReadMe.txt
.......\res\bitmap1.bmp
.......\...\cursor1.cur
.......\...\MiniCAD.ico
.......\...\MiniCAD.rc2
.......\...\MiniCADDoc.ico
.......\...\Toolbar.bmp
.......\...\toolbar1.bmp
.......\resource.h
.......\Shape.cpp
.......\Shape.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\新图形.dat
.......\新图形1.dat
.......\新图形2.dat
.......\新图形3.dat
.......\新图形4.dat
.......\新图形5.dat
.......\新图形6.dat
.......\鸡蛋.dat
.......\Debug
.......\res
MiniCAD