-
大小: 2.63MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-10-27
- 語言: C/C++
- 標(biāo)簽:
資源簡介
計(jì)算機(jī)圖形學(xué)課程設(shè)計(jì)代碼(運(yùn)用MFC編寫的)之簡單CAD系統(tǒng)

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“draw.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)
ON_WM_CLOSE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
//SetWindowText(“圖形試圖“);
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
return?CMDIChildWnd::PreCreateWindow(cs);
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
void?CChildframe::OnClose()?
{
//?TODO:?Add?your?message?handler?code?here?and/or?call?default
return;
CMDIChildWnd::OnClose();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1540??1999-06-14?05:25??簡單CAD系統(tǒng)ok4\ChildFrm.cpp
?????文件???????1286??1999-06-14?05:27??簡單CAD系統(tǒng)ok4\ChildFrm.h
?????文件?????????88??1999-06-05?09:07??簡單CAD系統(tǒng)ok4\cjc.bat
?????文件???????4548??1999-06-14?05:25??簡單CAD系統(tǒng)ok4\CntrItem.cpp
?????文件???????1918??1999-06-14?05:27??簡單CAD系統(tǒng)ok4\CntrItem.h
?????文件??????16772??2004-09-04?10:26??簡單CAD系統(tǒng)ok4\Debug\ChildFrm.obj
?????文件??????27568??2004-09-04?10:37??簡單CAD系統(tǒng)ok4\Debug\CntrItem.obj
?????文件?????237648??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\draw.exe
?????文件?????829688??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\draw.ilk
?????文件??????27277??2004-09-04?10:37??簡單CAD系統(tǒng)ok4\Debug\draw.obj
?????文件????6875872??2004-09-04?10:26??簡單CAD系統(tǒng)ok4\Debug\draw.pch
?????文件????1049600??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\draw.pdb
?????文件??????18876??2004-09-05?17:57??簡單CAD系統(tǒng)ok4\Debug\draw.res
?????文件?????238517??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\drawDoc.obj
?????文件?????131555??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\drawView.obj
?????文件??????32281??2004-09-04?10:37??簡單CAD系統(tǒng)ok4\Debug\MainFrm.obj
?????文件?????111470??2004-09-04?10:26??簡單CAD系統(tǒng)ok4\Debug\StdAfx.obj
?????文件??????28380??2004-09-04?10:37??簡單CAD系統(tǒng)ok4\Debug\TextWriteDlg.obj
?????文件??????????0??2004-12-08?10:33??簡單CAD系統(tǒng)ok4\Debug\undo.dat
?????文件?????386048??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\vc60.idb
?????文件?????454656??2004-12-12?21:03??簡單CAD系統(tǒng)ok4\Debug\vc60.pdb
?????文件??????11216??2004-07-23?09:32??簡單CAD系統(tǒng)ok4\Debug\WriteTextDialog.obj
?????文件??????47976??2004-09-20?15:48??簡單CAD系統(tǒng)ok4\draw.aps
?????文件???????6718??2004-12-12?21:22??簡單CAD系統(tǒng)ok4\draw.clw
?????文件???????5185??2004-08-22?17:57??簡單CAD系統(tǒng)ok4\draw.cpp
?????文件???????4981??2004-08-22?17:59??簡單CAD系統(tǒng)ok4\draw.dsp
?????文件????????727??1999-06-07?12:10??簡單CAD系統(tǒng)ok4\draw.dsw
?????文件???????1458??1999-06-14?05:28??簡單CAD系統(tǒng)ok4\draw.h
?????文件???????8431??1999-03-13?04:54??簡單CAD系統(tǒng)ok4\draw.mak
?????文件????1090560??2004-12-12?21:22??簡單CAD系統(tǒng)ok4\draw.ncb
............此處省略31個文件信息
評論
共有 條評論