• 大小: 629KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: VC  

资源简介

VC ++多视图切换

资源截图

代码片段和文件信息

// HSubView.cpp : 实现文件
//

#include “stdafx.h“
#include “test5.h“
#include “HSubView.h“


// CHSubView

IMPLEMENT_DYNCREATE(CHSubView CFormView)

CHSubView::CHSubView()
: CFormView(CHSubView::IDD)
{

}

CHSubView::~CHSubView()
{
}

void CHSubView::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
}

BEGIN_MESSAGE_MAP(CHSubView CFormView)
END_MESSAGE_MAP()


// CHSubView 诊断

#ifdef _DEBUG
void CHSubView::AssertValid() const
{
CFormView::AssertValid();
}

#ifndef _WIN32_WCE
void CHSubView::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif
#endif //_DEBUG


// CHSubView 消息处理程序

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3067904  2008-07-05 14:50  test5\debug\test5.exe

     目录          0  2008-07-05 14:54  test5\debug

     目录          0  2008-07-05 14:53  test5\test5\Debug

     文件        678  2008-07-05 14:20  test5\test5\HSubView.cpp

     文件        503  2008-07-05 14:25  test5\test5\HSubView.h

     文件       1870  2008-07-05 14:11  test5\test5\LeftView.cpp

     文件        994  2008-07-05 14:11  test5\test5\LeftView.h

     文件       6905  2008-07-05 14:50  test5\test5\MainFrm.cpp

     文件       1090  2008-07-05 14:50  test5\test5\MainFrm.h

     文件        693  2008-07-05 14:20  test5\test5\PlantView.cpp

     文件        509  2008-07-05 14:25  test5\test5\PlantView.h

     文件       3644  2008-07-05 14:11  test5\test5\ReadMe.txt

     文件      21630  2005-11-11 22:45  test5\test5\res\test5.ico

     文件        361  2008-07-05 14:11  test5\test5\res\test5.rc2

     文件       1078  2005-11-11 22:44  test5\test5\res\test5Doc.ico

     文件       1558  2005-11-11 22:45  test5\test5\res\Toolbar.bmp

     目录          0  2008-07-05 14:11  test5\test5\res

     文件        904  2008-07-05 14:50  test5\test5\resource.h

     文件        136  2008-07-05 14:11  test5\test5\stdafx.cpp

     文件       2553  2008-07-05 14:11  test5\test5\stdafx.h

     文件      69532  2008-07-05 14:50  test5\test5\test5.aps

     文件       3329  2008-07-05 14:11  test5\test5\test5.cpp

     文件        459  2008-07-05 14:11  test5\test5\test5.h

     文件      12675  2008-07-05 14:50  test5\test5\test5.rc

     文件       6220  2008-07-05 14:24  test5\test5\test5.vcproj

     文件       1427  2008-07-05 14:51  test5\test5\test5.vcproj.HLD-3F303E409EE.111.user

     文件        995  2008-07-05 14:11  test5\test5\test5Doc.cpp

     文件        540  2008-07-05 14:11  test5\test5\test5Doc.h

     文件       2126  2008-07-05 14:11  test5\test5\test5View.cpp

     文件       1091  2008-07-05 14:11  test5\test5\test5View.h

............此处省略7个文件信息

评论

共有 条评论