資源簡介
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\gisla
?????文件???????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\gisla
?????文件???????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\gisla
?????文件???????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個文件信息
評論
共有 條評論