This repository has been archived on 2022-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
Multichannel-Analyzer/MCA/TotalView.cpp

54 lines
625 B
C++
Raw Normal View History

2022-03-20 15:14:44 +08:00
// TotalView.cpp : ʵ<><CAB5><EFBFBD>ļ<EFBFBD>
//
#include "pch.h"
#include "MCA.h"
#include "TotalView.h"
// CTotalView
IMPLEMENT_DYNCREATE(CTotalView, CView)
CTotalView::CTotalView()
{
}
CTotalView::~CTotalView()
{
}
BEGIN_MESSAGE_MAP(CTotalView, CView)
END_MESSAGE_MAP()
// CTotalView <20><>ͼ
void CTotalView::OnDraw(CDC* pDC)
{
CDocument* pDoc = GetDocument();
// TODO: <20>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD>ӻ<EFBFBD><D3BB>ƴ<EFBFBD><C6B4><EFBFBD>
}
// CTotalView <20><><EFBFBD><EFBFBD>
#ifdef _DEBUG
void CTotalView::AssertValid() const
{
CView::AssertValid();
}
#ifndef _WIN32_WCE
void CTotalView::Dump(CDumpContext& dc) const
{
CView::Dump(dc);
}
#endif
#endif //_DEBUG
// CTotalView <20><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>