www.gusucode.com > VC++模仿超炫Vista风格QQ界面-源码程序 > VC++模仿超炫Vista风格QQ界面/BeautyQQ/TabBDlg.cpp

    // TabBDlg.cpp : implementation file
//

#include "stdafx.h"
#include "BeautyQQ.h"
#include "TabBDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CTabBDlg dialog


CTabBDlg::CTabBDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CTabBDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CTabBDlg)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void CTabBDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CTabBDlg)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CTabBDlg, CDialog)
	//{{AFX_MSG_MAP(CTabBDlg)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CTabBDlg message handlers