资源简介
VC++开发GIS系统(陈建春书)代码

代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “draw.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)
ON_WM_CLOSE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
//SetWindowText(“图形试图“);
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return CMDIChildWnd::PreCreateWindow(cs);
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
void CChildframe::OnClose()
{
// TODO: Add your message handler code here and/or call default
return;
CMDIChildWnd::OnClose();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 207 1999-06-17 20:43 gisbook\DbDgm1.txt
文件 5098 1998-12-01 19:26 gisbook\ReadMe.txt
文件 228 2003-02-25 11:08 gisbook\hlp\draw.LOG
文件 88 1999-06-05 01:07 gisbook\cjc.bat
文件 1330 1999-03-12 21:41 gisbook\MakeHelp.bat
文件 1286 1999-06-13 21:27 gisbook\ChildFrm.h
文件 1918 1999-06-13 21:27 gisbook\CntrItem.h
文件 1342 1999-06-13 21:28 gisbook\Data1Dlg.h
文件 1398 1999-06-13 21:28 gisbook\Data1Ret.h
文件 1365 1999-06-13 21:28 gisbook\Data2Set.h
文件 0 2003-03-06 14:11 gisbook\databa
文件 1354 1999-06-13 21:28 gisbook\Databa
文件 2571 1999-06-13 21:28 gisbook\Databa
文件 1500 1999-06-21 22:03 gisbook\Datali
文件 1178 1999-06-13 21:28 gisbook\ddf.h
文件 1458 1999-06-13 21:28 gisbook\draw.h
文件 15702 1999-07-11 11:11 gisbook\drawDoc.h
文件 7058 1999-07-11 11:11 gisbook\drawView.h
文件 2083 1999-06-13 21:29 gisbook\FilterDlg.h
文件 1366 1999-06-17 20:48 gisbook\li
文件 1938 1999-06-18 07:39 gisbook\li
文件 1647 1999-06-13 21:29 gisbook\MainFrm.h
文件 5271 1999-06-27 14:35 gisbook\resource.h
文件 1399 1999-06-13 21:30 gisbook\SelectDataDlg.h
文件 1726 1999-06-13 21:30 gisbook\SortDlg.h
文件 1186 1999-06-02 21:34 gisbook\StdAfx.h
文件 2666 1999-06-13 21:30 gisbook\TextWriteDlg.h
文件 1277 1999-06-13 21:30 gisbook\WriteTextDialog.h
文件 1540 1999-06-13 21:25 gisbook\ChildFrm.cpp
文件 4548 1999-06-13 21:25 gisbook\CntrItem.cpp
............此处省略75个文件信息
- 上一篇:yuv播放器cif格式c语言
- 下一篇:学生管理系统,mfc做的,本人课设作业
相关资源
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC++实现CMD命令执行与获得返回信息
- VC++基于OpenGL模拟的一个3维空间模型
- 基于VC++的SolidWorks二次开发SolidWorks
- 派克变换VC++源码(附文档)
- VC++ 串口
- VC++ 大富翁4_大富翁游戏源码
- VC++ 摄像头视频采集与回放源程序
- 转 VC++ 实现电子邮件(Email)发送
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- VC++ 服务程序编写及安装与卸载
- VC++6.0番茄西红柿VAXvirsual assist X完美破
- 基于改进的fcm算法的图像分割vc++
- VC++6.0 绿色版,免安装,非常好用。
- Microsoft Visual C++ 2005 Redistributable Pack
- VC++MFC课程设计的学生成绩管理系统
- 大智慧365DLL插件设计
- VC++6.0汉化包
- VC++完整商业界面源码(再上传)
- VC++编程技术600个大型项目源码.rar
- VC++实现RSA加密算法
- VC++ 中国象棋经典游戏源代码
- 郁金香VC++游戏辅助视频教程
- C语言进阶源码---基于graphics实现图书
- 摄影测量相对定向VC++程序
- VC++数字图像处理典型算法及实现
- VC++酒店客房管理系统 MFC
- 车站计算机联锁vc++6.0程序代码
评论
共有 条评论