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

📄 ds_mdiwnd.h

📁 TabBars的开源源码
💻 H
字号:
/***************************************************************************/
/* 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.                                                    */
/***************************************************************************/

#if !defined(AFX_DS_MDIWND_H__C0A9F8C1_58D8_11D1_BC91_0000010016A6__INCLUDED_)
#define AFX_DS_MDIWND_H__C0A9F8C1_58D8_11D1_BC91_0000010016A6__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DS_MDIWnd.h : header file
//

class CDSWindow;

/////////////////////////////////////////////////////////////////////////////
// CDS_MDIWnd window

class CDS_MDIWnd : public CTabManagerWindow
{
// Construction
public:
    CDS_MDIWnd(IGenericWindow *pGWindow);

// Attributes
public:

// Operations
public:

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CDS_MDIWnd)
    //}}AFX_VIRTUAL

// Implementation
public:
    virtual ~CDS_MDIWnd();

    // Generated message map functions
protected:
    //{{AFX_MSG(CDS_MDIWnd)
	//}}AFX_MSG
    DECLARE_MESSAGE_MAP();
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DS_MDIWND_H__C0A9F8C1_58D8_11D1_BC91_0000010016A6__INCLUDED_)

⌨️ 快捷键说明

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