• 大小: 2.63MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-27
  • 语言: C/C++
  • 标签:

资源简介

计算机图形学课程设计代码(运用MFC编写的)之简单CAD系统

资源截图

代码片段和文件信息

// 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系统ok4\ChildFrm.cpp

     文件       1286  1999-06-14 05:27  简单CAD系统ok4\ChildFrm.h

     文件         88  1999-06-05 09:07  简单CAD系统ok4\cjc.bat

     文件       4548  1999-06-14 05:25  简单CAD系统ok4\CntrItem.cpp

     文件       1918  1999-06-14 05:27  简单CAD系统ok4\CntrItem.h

     文件      16772  2004-09-04 10:26  简单CAD系统ok4\Debug\ChildFrm.obj

     文件      27568  2004-09-04 10:37  简单CAD系统ok4\Debug\CntrItem.obj

     文件     237648  2004-12-12 21:03  简单CAD系统ok4\Debug\draw.exe

     文件     829688  2004-12-12 21:03  简单CAD系统ok4\Debug\draw.ilk

     文件      27277  2004-09-04 10:37  简单CAD系统ok4\Debug\draw.obj

     文件    6875872  2004-09-04 10:26  简单CAD系统ok4\Debug\draw.pch

     文件    1049600  2004-12-12 21:03  简单CAD系统ok4\Debug\draw.pdb

     文件      18876  2004-09-05 17:57  简单CAD系统ok4\Debug\draw.res

     文件     238517  2004-12-12 21:03  简单CAD系统ok4\Debug\drawDoc.obj

     文件     131555  2004-12-12 21:03  简单CAD系统ok4\Debug\drawView.obj

     文件      32281  2004-09-04 10:37  简单CAD系统ok4\Debug\MainFrm.obj

     文件     111470  2004-09-04 10:26  简单CAD系统ok4\Debug\StdAfx.obj

     文件      28380  2004-09-04 10:37  简单CAD系统ok4\Debug\TextWriteDlg.obj

     文件          0  2004-12-08 10:33  简单CAD系统ok4\Debug\undo.dat

     文件     386048  2004-12-12 21:03  简单CAD系统ok4\Debug\vc60.idb

     文件     454656  2004-12-12 21:03  简单CAD系统ok4\Debug\vc60.pdb

     文件      11216  2004-07-23 09:32  简单CAD系统ok4\Debug\WriteTextDialog.obj

     文件      47976  2004-09-20 15:48  简单CAD系统ok4\draw.aps

     文件       6718  2004-12-12 21:22  简单CAD系统ok4\draw.clw

     文件       5185  2004-08-22 17:57  简单CAD系统ok4\draw.cpp

     文件       4981  2004-08-22 17:59  简单CAD系统ok4\draw.dsp

     文件        727  1999-06-07 12:10  简单CAD系统ok4\draw.dsw

     文件       1458  1999-06-14 05:28  简单CAD系统ok4\draw.h

     文件       8431  1999-03-13 04:54  简单CAD系统ok4\draw.mak

     文件    1090560  2004-12-12 21:22  简单CAD系统ok4\draw.ncb

............此处省略31个文件信息

评论

共有 条评论

相关资源