home *** CD-ROM | disk | FTP | other *** search
- // testvvw.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "testvbx.h"
- #include "testvvw.h"
-
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestvbxView
-
- IMPLEMENT_DYNCREATE(CTestvbxView, CFormView)
-
- CTestvbxView::CTestvbxView()
- : CFormView(CTestvbxView::IDD)
- {
- //{{AFX_DATA_INIT(CTestvbxView)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
-
- CTestvbxView::~CTestvbxView()
- {
- }
-
- void CTestvbxView::DoDataExchange(CDataExchange* pDX)
- {
- CFormView::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CTestvbxView)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
-
-
- BEGIN_MESSAGE_MAP(CTestvbxView, CFormView)
- //{{AFX_MSG_MAP(CTestvbxView)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestvbxView message handlers
-