• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: 其他
  • 标签: 其他  

资源简介


Tin格网生成代码,MFC界面库可以根据用户点击实现格网自动生成。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “testDelaunay.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


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1352  2007-04-29 12:01  testDelaunay\debug.txt

     文件      53760  2007-04-29 16:20  testDelaunay\testDelaunay.opt

     文件      66560  2007-04-29 16:20  testDelaunay\testDelaunay.ncb

     文件       2390  2007-04-29 11:19  testDelaunay\testDelaunay.clw

     文件      13403  2007-04-29 12:28  testDelaunay\testDelaunayView.cpp

     文件       2764  2007-04-29 12:24  testDelaunay\testDelaunayView.h

     文件       4455  2007-04-28 20:51  testDelaunay\ReadMe.txt

     文件       1422  2007-04-28 20:51  testDelaunay\testDelaunay.h

     文件       4317  2007-04-28 20:51  testDelaunay\testDelaunay.cpp

     文件       1054  2007-04-28 20:51  testDelaunay\StdAfx.h

     文件        214  2007-04-28 20:51  testDelaunay\StdAfx.cpp

     文件       1581  2007-04-28 20:51  testDelaunay\MainFrm.h

     文件       2513  2007-04-28 20:51  testDelaunay\MainFrm.cpp

     文件       1541  2007-04-28 20:51  testDelaunay\testDelaunayDoc.h

     文件       1862  2007-04-28 20:51  testDelaunay\testDelaunayDoc.cpp

     文件        404  2007-04-28 20:51  testDelaunay\res\testDelaunay.rc2

     文件       1078  2007-04-28 20:51  testDelaunay\res\testDelaunayDoc.ico

     文件       1078  2007-04-28 20:51  testDelaunay\res\testDelaunay.ico

     文件       1078  2007-04-28 20:51  testDelaunay\res\Toolbar.bmp

     文件        500  2007-04-28 20:51  testDelaunay\Resource.h

     文件      10637  2007-04-28 20:51  testDelaunay\testDelaunay.rc

     文件        549  2007-04-28 20:51  testDelaunay\testDelaunay.dsw

     文件     122945  2007-04-29 12:28  testDelaunay\Debug\testDelaunay.exe

     文件       1205  2007-04-29 12:28  testDelaunay\testDelaunay.plg

     文件      28788  2007-04-28 21:04  testDelaunay\testDelaunay.aps

     文件       4678  2007-04-28 21:11  testDelaunay\testDelaunay.dsp

     目录          0  2007-04-28 20:51  testDelaunay\res

     目录          0  2007-04-28 20:51  testDelaunay\Debug

     目录          0  2007-04-28 20:51  testDelaunay

----------- ---------  ---------- -----  ----

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

评论

共有 条评论