• 大小: 2.29MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: C/C++
  • 标签:

资源简介

MFC实现点,直线,矩形,椭圆的绘制,对于学MFC有很大的 帮助。

资源截图

代码片段和文件信息

// Graphic.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Graphic.h“

#include “MainFrm.h“
#include “GraphicDoc.h“
#include “GraphicView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGraphicApp

BEGIN_MESSAGE_MAP(CGraphicApp CWinApp)
//{{AFX_MSG_MAP(CGraphicApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
/

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-12-17 13:28  MFC实现点,直线,矩形,椭圆的绘制\
     目录           0  2011-12-17 13:28  MFC实现点,直线,矩形,椭圆的绘制\Debug\
     文件      118878  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.exe
     文件      321004  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.ilk
     文件       23212  2011-12-14 15:02  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.obj
     文件     5502316  2011-12-14 15:02  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.pch
     文件      467968  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.pdb
     文件        7340  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\Graphic.res
     文件       14999  2011-12-14 15:02  MFC实现点,直线,矩形,椭圆的绘制\Debug\GraphicDoc.obj
     文件       27565  2011-12-14 15:18  MFC实现点,直线,矩形,椭圆的绘制\Debug\GraphicView.obj
     文件       20129  2011-12-14 15:02  MFC实现点,直线,矩形,椭圆的绘制\Debug\MainFrm.obj
     文件        4720  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\SettingDlg.obj
     文件      105820  2011-12-14 15:02  MFC实现点,直线,矩形,椭圆的绘制\Debug\StdAfx.obj
     文件      205824  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Debug\vc60.idb
     文件      364544  2011-12-14 15:32  MFC实现点,直线,矩形,椭圆的绘制\Debug\vc60.pdb
     文件       44428  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Graphic.aps
     文件        2537  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Graphic.clw
     文件        4227  2011-12-14 14:47  MFC实现点,直线,矩形,椭圆的绘制\Graphic.cpp
     文件        4708  2011-12-14 15:33  MFC实现点,直线,矩形,椭圆的绘制\Graphic.dsp
     文件         522  2011-12-14 15:33  MFC实现点,直线,矩形,椭圆的绘制\Graphic.dsw
     文件        1367  2011-12-14 14:47  MFC实现点,直线,矩形,椭圆的绘制\Graphic.h
     文件       66560  2011-12-15 10:49  MFC实现点,直线,矩形,椭圆的绘制\Graphic.ncb
     文件       54784  2011-12-15 10:49  MFC实现点,直线,矩形,椭圆的绘制\Graphic.opt
     文件         940  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Graphic.plg
     文件       11919  2011-12-15 10:48  MFC实现点,直线,矩形,椭圆的绘制\Graphic.rc
     文件        1762  2011-12-14 14:47  MFC实现点,直线,矩形,椭圆的绘制\GraphicDoc.cpp
     文件        1486  2011-12-14 14:47  MFC实现点,直线,矩形,椭圆的绘制\GraphicDoc.h
     文件        3889  2011-12-14 15:18  MFC实现点,直线,矩形,椭圆的绘制\GraphicView.cpp
     文件        2035  2011-12-14 14:54  MFC实现点,直线,矩形,椭圆的绘制\GraphicView.h
     文件        2508  2011-12-14 14:47  MFC实现点,直线,矩形,椭圆的绘制\MainFrm.cpp
     文件        1583  2011-12-14 15:01  MFC实现点,直线,矩形,椭圆的绘制\MainFrm.h
............此处省略11个文件信息

评论

共有 条评论

相关资源