• 大小: 405KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: 其他
  • 标签: gis  arcgis  mobile  

资源简介

移动地理信息系统实例 报告+软件源码+成品软件 移动地理信息系统 gis arcgis mobile

资源截图

代码片段和文件信息

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

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

cs.style = WS_CHILD | WS_VISIBLE | WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU
| FWS_ADDTOtitle | WS_THICKframe | WS_MINIMIZEBOX | WS_MAXIMIZEBOX;

return TRUE;
}

void CChildframe::Activateframe(int nCmdShow)
{
// TODO: Modify this function to change how the frame is activated.

nCmdShow = SW_SHOWMAXIMIZED;
CMDIChildWnd::Activateframe(nCmdShow);
}


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

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

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

#endif //_DEBUG

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        8393  2000-12-17 18:04  MapDemo\MapDemo.clw
     文件        5262  1999-09-10 11:22  MapDemo\ReadMe.txt
     文件         583  1999-09-19 17:32  MapDemo\MapDemo.dsw
     文件        1569  1999-09-20 22:27  MapDemo\MapDemo.h
     文件        5153  1999-09-20 23:22  MapDemo\MapDemo.cpp
     文件        1054  1999-09-10 11:22  MapDemo\StdAfx.h
     文件         209  1999-09-10 11:22  MapDemo\StdAfx.cpp
     文件        1658  1999-09-20 22:29  MapDemo\MainFrm.h
     文件        4843  1999-09-20 23:23  MapDemo\MainFrm.cpp
     文件        1451  1999-09-10 11:22  MapDemo\ChildFrm.h
     文件        1881  1999-09-10 11:22  MapDemo\ChildFrm.cpp
     文件        1530  1999-09-12 18:36  MapDemo\MapDemoDoc.h
     文件        2054  1999-09-12 18:37  MapDemo\MapDemoDoc.cpp
     文件        6575  2000-01-10 13:58  MapDemo\MapView.h
     目录           0  2000-01-29 00:35  MapDemo\res\
     文件         399  1999-09-10 11:22  MapDemo\res\MapDemo.rc2
     文件        1078  1999-09-10 11:22  MapDemo\res\MapDemoDoc.ico
     文件        1078  1999-09-10 11:22  MapDemo\res\MapDemo.ico
     文件        1198  1999-09-10 11:22  MapDemo\res\Toolbar.bmp
     文件        1318  1999-09-13 19:49  MapDemo\res\toolbarm.bmp
     目录           0  2000-01-29 00:35  MapDemo\hlp\
     文件        2392  1999-09-10 11:22  MapDemo\hlp\MapDemo.hpj
     文件         232  1999-09-10 11:22  MapDemo\hlp\MapDemo.cnt
     文件       80163  1999-09-10 11:22  MapDemo\hlp\AfxCore.rtf
     文件       17021  1999-09-10 11:22  MapDemo\hlp\AfxPrint.rtf
     文件        6974  1999-09-10 11:22  MapDemo\hlp\AppExit.bmp
     文件       15030  1999-09-10 11:22  MapDemo\hlp\HlpSBar.bmp
     文件        6370  1999-09-10 11:22  MapDemo\hlp\ScMenu.bmp
     文件         566  1999-09-10 11:22  MapDemo\hlp\FileNew.bmp
     文件         566  1999-09-10 11:22  MapDemo\hlp\FileOpen.bmp
     文件         502  1999-09-10 11:22  MapDemo\hlp\FilePrnt.bmp
............此处省略58个文件信息

评论

共有 条评论