资源简介
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个文件信息
相关资源
- (MFC) 时钟日期程序
- Arcgis 扩展模块
- 兰勃托地图投影VC源码
- 清华大学郑莉C 语言程序设计课件
- 一个基于MFC的GridCtrl,提供类似Excel的
- 用MFC实现简单的画图功能
- MFC绘图小软件源代码(可当VC大作业用
- 基于MFC的文件目录树的对话框实现代
- VC 实现三维旋转(源码)
- 加班网上管理 单位
- VC 6 Modbus RTU测试程序
- VC 6.0 MFC做画图软件
- ping 程序 C语言
- 空间后方交会MFC版,C 源代码
- 图像缩放(MFC)有详细的实现过程
- 基于MVC模式的校园BBS系统的设计与实
- MVC模式编写的音乐网站
- 哲学家进餐问题 算法 vc源代码 测试通
- VC数字图像处理课程设计
- 一个mfc前端显示秒表
- 关于角点检测算法HarrisForstner经典算子
- 操作系统实验综合设计【附代码】
- 基于C 的简易FTP客户端(带源码)
- C (MFC)华容道自动求解
- VC 编程实现活动主机扫描源代码
- MVC模式实现的计算器
- 在线考试系统VC (MFC)
- IP数据包流量监控VC 源码
- VC 6.0 工程更名器
- CJLibrary Version 6.09
评论
共有 条评论