• 大小: 928.5 KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-09-26
  • 语言: 其他
  • 标签: vc  mfc  gis  

资源简介

vc\利用MFC底层开发的二维GIS管理软件,包括图层管理,二维浏览,属性查询,图形编辑点选,旋转,缩放,平移等.rar

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “GIS.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)
// 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
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

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

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;

return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics

#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}

void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers




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

     文件       1534  2007-03-28 00:03  GIS\ChildFrm.cpp

     文件       1407  2007-03-28 00:14  GIS\ChildFrm.h

     文件       2415  2007-03-27 16:10  GIS\ComboToolBar.cpp

     文件       1360  2007-03-27 16:04  GIS\ComboToolBar.h

     文件      13906  2005-02-02 22:49  GIS\CoolTabCtrl.cpp

     文件       3455  2007-03-25 16:42  GIS\CoolTabCtrl.h

     文件        531  2007-03-07 12:10  GIS\GIS.dsw

     文件       1129  2007-03-29 08:17  GIS\ElementOperate.h

     文件       5129  2007-08-31 16:04  GIS\GIS.clw

     文件       4552  2007-03-29 12:05  GIS\GIS.cpp

     文件       1378  2007-03-23 07:27  GIS\GIS.h

     文件    1377280  2007-08-31 16:04  GIS\GIS.ncb

     文件       5688  2007-08-14 19:15  GIS\GIS.plg

     文件       1030  2007-03-29 08:58  GIS\gislayerOrderList.h

     文件       1679  2007-03-29 08:17  GIS\gisCoordinate.cpp

     文件        858  2007-03-29 08:17  GIS\gisCoordinate.h

     文件       1506  2007-03-29 08:56  GIS\gisMap.h

     文件       1506  2007-03-27 23:59  GIS\GISDoc.h

     文件       7215  2007-03-29 09:12  GIS\gislayer.cpp

     文件       1556  2007-03-29 09:04  GIS\gisPoint.h

     文件       5846  2007-03-29 09:12  GIS\gisMap.cpp

     文件       2494  2007-03-29 08:56  GIS\gislayerOrderList.cpp

     文件       7962  2007-03-29 09:05  GIS\gisPolyline.cpp

     文件       4110  2007-03-29 09:11  GIS\gisPolygon.cpp

     文件       1551  2007-03-29 09:04  GIS\gisPolygon.h

     文件       1708  2007-03-29 09:04  GIS\gisPolyline.h

     文件       4711  2007-03-29 09:05  GIS\gisPoint.cpp

     文件        815  2007-03-29 09:42  GIS\gisCodeList.h

     文件       2203  2007-03-29 08:17  GIS\gisTransLateCoor.cpp

     文件        897  2007-03-29 08:17  GIS\gisTransLateCoor.h

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

评论

共有 条评论