www.pudn.com > TabBar.rar > MainDoc.cpp, change:2006-04-06,size:646b
// maindoc.cpp : implementation of the CMainDoc class. #include "stdafx.h" #include "maindoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMainDoc Construction\Destruction IMPLEMENT_DYNCREATE(CMainDoc, CDocument) CMainDoc::CMainDoc() { } CMainDoc::~CMainDoc() { } BEGIN_MESSAGE_MAP(CMainDoc, CDocument) //{{AFX_MSG_MAP(CMainDoc) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMainDoc Message handlers