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

资源简介

C++实战源码-绘制艺术图案(入门级实例455).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Symme.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
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CM

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2506  2010-07-10 10:46  Symme\MainFrm.cpp
     文件        1581  2010-07-10 10:46  Symme\MainFrm.h
     文件         492  2010-07-10 10:46  Symme\Resource.h
     文件         207  2010-07-10 10:46  Symme\StdAfx.cpp
     文件        1054  2010-07-10 10:46  Symme\StdAfx.h
     文件        1940  2010-07-10 10:46  Symme\Symme.clw
     文件        4236  2010-07-20 18:57  Symme\Symme.cpp
     文件        4534  2010-07-10 10:46  Symme\Symme.dsp
     文件         535  2010-07-10 10:46  Symme\Symme.dsw
     文件        1345  2010-07-10 10:46  Symme\Symme.h
     文件       10536  2010-07-10 10:46  Symme\Symme.rc
     文件        1722  2010-07-10 10:46  Symme\SymmeDoc.cpp
     文件        1464  2010-07-10 10:46  Symme\SymmeDoc.h
     文件        3037  2010-09-01 20:12  Symme\SymmeView.cpp
     文件        1875  2010-07-10 10:46  Symme\SymmeView.h
     文件        5694  2005-10-08 16:28  Symme\res\Symme.ico
     文件         397  2010-07-10 10:46  Symme\res\Symme.rc2
     文件        1078  2010-07-10 10:46  Symme\res\SymmeDoc.ico
     文件        1078  2010-07-10 10:46  Symme\res\Toolbar.bmp

评论

共有 条评论