DetectView.cpp
资源名称:TabSample.rar [点击查看]
上传用户:sz86035077
上传日期:2013-02-27
资源大小:40k
文件大小:1k
源码类别:
Tab控件
开发平台:
Visual C++
- // DetectView.cpp : implementation file
- //
- #include "stdafx.h"
- #include "Tab.h"
- #include "DetectView.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CDetectView
- IMPLEMENT_DYNCREATE(CDetectView, CFormView)
- CDetectView::CDetectView()
- : CFormView(CDetectView::IDD)
- {
- //{{AFX_DATA_INIT(CDetectView)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- CDetectView::~CDetectView()
- {
- }
- void CDetectView::DoDataExchange(CDataExchange* pDX)
- {
- CFormView::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CDetectView)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CDetectView, CFormView)
- //{{AFX_MSG_MAP(CDetectView)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CDetectView diagnostics
- #ifdef _DEBUG
- void CDetectView::AssertValid() const
- {
- CFormView::AssertValid();
- }
- void CDetectView::Dump(CDumpContext& dc) const
- {
- CFormView::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CDetectView message handlers