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