ds_mdiwnd.h

来自「TabBars的开源源码」· C头文件 代码 · 共 56 行

H
56
字号
/***************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?