• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-画图程序(入门级实例461).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “MyPainter.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

///

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2514  2007-05-29 10:28  MyPainter\MainFrm.cpp
     文件        1581  2007-05-29 10:23  MyPainter\MainFrm.h
     文件        2432  2010-10-27 18:17  MyPainter\MyPainter.clw
     文件        4299  2007-05-29 10:28  MyPainter\MyPainter.cpp
     文件        4618  2007-05-29 10:24  MyPainter\MyPainter.dsp
     文件         543  2007-05-29 10:24  MyPainter\MyPainter.dsw
     文件        1389  2007-05-29 10:23  MyPainter\MyPainter.h
     文件       11925  2007-05-29 10:40  MyPainter\MyPainter.rc
     文件        1802  2007-05-29 10:23  MyPainter\MyPainterDoc.cpp
     文件        1508  2007-05-29 10:23  MyPainter\MyPainterDoc.h
     文件        4638  2007-05-29 10:40  MyPainter\MyPainterView.cpp
     文件        2238  2007-05-29 10:38  MyPainter\MyPainterView.h
     文件         782  2007-05-29 10:40  MyPainter\resource.h
     文件         211  2007-05-29 10:23  MyPainter\StdAfx.cpp
     文件        1054  2007-05-29 10:23  MyPainter\StdAfx.h
     文件        1078  2007-05-29 10:23  MyPainter\res\MyPainter.ico
     文件         401  2007-05-29 10:23  MyPainter\res\MyPainter.rc2
     文件        1078  2007-05-29 10:23  MyPainter\res\MyPainterDoc.ico
     文件        1078  2007-05-29 10:23  MyPainter\res\Toolbar.bmp

评论

共有 条评论