ds_mdiwnd.cpp
来自「TabBars的开源源码」· C++ 代码 · 共 51 行
CPP
51 行
/***************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?