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