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

📄 dswindow.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_DSWINDOW_H__6A06C13A_4748_11D1_BC91_0000010016A6__INCLUDED_)
#define AFX_DSWINDOW_H__6A06C13A_4748_11D1_BC91_0000010016A6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDSWindow window

class CTabBarsWnd;

class CDSWindow : public CTabManagerWindow
{
// Construction
public:
    CDSWindow(IGenericWindow *pGWindow, HWND hDSWindow, 
        CTabBarsWnd *pTabsWnd);

// Attributes
public:
    bool SetManaging(bool bManaging);
    HWND GetSaferHwnd();

// Operations
public:

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

// Implementation
public:
    virtual ~CDSWindow();

    // Generated message map functions
protected:

    //{{AFX_MSG(CDSWindow)
    afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos);
    afx_msg void OnDestroy();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
    DECLARE_MESSAGE_MAP();

    void PostNcDestroy();

    UINT  m_idTimer;
    UINT  m_iTimerCount;
    int   m_cResizeRef;  // reference counting for resize handler
    BOOL  m_bLastZoom;
    SnapOrientations m_LastOrientation;
};

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

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

#endif // !defined(AFX_DSWINDOW_H__6A06C13A_4748_11D1_BC91_0000010016A6__INCLUDED_)

⌨️ 快捷键说明

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