资源简介
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++ MFC MSCOMM VS2010 手把手学会串口收发
- C++ 家庭理财管理系统
- VC++解析并显示JPEG图片showjpeg.rar
- vc++能够显示网页html
- C++使用ADO连接Access数据库源代码(修
- VC++连接STK
- 全景图像拼接程序源代码VC++
- 面向对象的编程技术课程设计VC++_MF
- 基于VC++的PC机实现与429通信板的数据
- GPS车辆监控系统源代码
- VC++高精度媒体定时器的使用_MFC
- 等值线追踪与绘制(源代码).rar
- VC++利用消息机制在两个EXE程序间通信
- 仓库管理系统 vc++
- vc++ 画图形,选中图形可以移动图形
- VC++6.0版做的五子棋程序源码,含禁手
- VC++五子棋窗体界面程序源码可以VC6
- VC++视频帧提取软件
- 用vc++ mfc 编写的一个网页浏览器
- vc++ 6.0使用dbghelp.dll生成dmp内存转储文
- VC++(MFC)实现FTP功能(源代码)
- VC++操作MSChart表格控件,效果不错。
- 郁金香vc++辅助教程合集
- VC++ MFC 的计算器的详细设计
- vc++ 和 openGL 做的 3D水波模拟 非常炫
- VC++实现算数编码
- VIsual C++实现的连连看游戏程序
- 一个漂亮的VC++示波器生成类
- C++中用数组实现的通讯录
- vc++基于MFC实现多媒体播放器源码
评论
共有 条评论