⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ds_mdiwnd.cpp

📁 TabBars的开源源码
💻 CPP
字号:
/***************************************************************************/
/* NOTE:                                                                   */
/* This document is copyright (c) by Oz Solomonovich.  All non-commercial  */
/* use is allowed, as long as this document not altered in any way, and    */
/* due credit is given.                                                    */
/***************************************************************************/

// DS_MDIWnd.cpp : implementation file
//
// This class handles messages routed to DevStudio's MDI client area window.
// (Currently, there is no special message handling.)

//this line was inserted and notified to you
//I remove some function or porpert which this addin do not use
//it cound not be replaced by original file

#include "stdafx.h"
#include "TabBars.h"
#include "TabManagerWnd.h"
#include "TabBarWnd.h"
#include "DS_MDIWnd.h"


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

/////////////////////////////////////////////////////////////////////////////
// CDS_MDIWnd

CDS_MDIWnd::CDS_MDIWnd(IGenericWindow *pGWindow) :  CTabManagerWindow(pGWindow)
{
    SetMakeSpace(true);
}

CDS_MDIWnd::~CDS_MDIWnd()
{
}


BEGIN_MESSAGE_MAP(CDS_MDIWnd, CTabManagerWindow)
    //{{AFX_MSG_MAP(CDS_MDIWnd)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()


/////////////////////////////////////////////////////////////////////////////
// CDS_MDIWnd message handlers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -