• 大小: 171KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: C/C++
  • 标签: GIS  VC++  陈建春  

资源简介

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\database.h

     文件       1354  1999-06-13 21:28  gisbook\DatabaseSet.h

     文件       2571  1999-06-13 21:28  gisbook\DatabaseView.h

     文件       1500  1999-06-21 22:03  gisbook\DatalinkDlg.h

     文件       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\linkDataSet.h

     文件       1938  1999-06-18 07:39  gisbook\linkDlg.h

     文件       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个文件信息

评论

共有 条评论