资源简介
移动地理信息系统实例 报告+软件源码+成品软件 移动地理信息系统 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个文件信息
相关资源
- ChartControl的一些
- Spark 1.X 大数据平台
- RPC Bug.rar工具
- WinRAR V3.20 简体中文版
- elasticsearch漏洞监测工具
- 转换工具[zj1244].rar
- ArcGIS 10.4全套
- 随机过程及其应用_陆大絟__习题答案
- IAR kegen PartA810 IAR for ZigBee8.10版注册机
- 基于边缘和区域信息的水平集SAR图像
- KEPServerEX_6.6注册.rar
- 可折叠的日历控件Calendar
- 1814.rar
- ArcGIS10下的影像分类模型
- 采用haar小波实现一维信号的分解与重
- Angular视频教程汇总
- ART算法 CT 图像重建
- 活字格注册机V4.02.rar
- 等保3级服务器安全配置规范.rar
- nonlinear and adaptive control
- 基于 springboot2.0 实现的人脸识别登陆
- tabbar.zip
- 全网独一份,振动监测系统中的协波
- 基于quartus II 设计的全加器VHDL,逻辑
- SSP作SPI从机实验.rar
- inputproto-2.2.tar.bz2
- libXau-1.0.7.tar.bz2
- xcb-proto-1.7.1.tar.bz2
- libxcb-1.8.1.tar.bz2
- kbproto-1.0.6.tar.bz2
评论
共有 条评论