bcgpsplitterwnd.h

来自「远程网络监视程序的源码」· C头文件 代码 · 共 63 行

H
63
字号
#if !defined(AFX_BCGPSPLITTERWND_H__20AD33F0_E3A3_4D62_8D7E_65E6E11C69DC__INCLUDED_)
#define AFX_BCGPSPLITTERWND_H__20AD33F0_E3A3_4D62_8D7E_65E6E11C69DC__INCLUDED_

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

//*******************************************************************************
// COPYRIGHT NOTES
// ---------------
// This is a part of the BCGControlBar Library
// Copyright (C) 1998-2000 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only under terms and conditions 
// of the accompanying license agreement.
//*******************************************************************************
//
// CBCGPSplitterWnd window

#include "BCGCBPro.h"

class BCGCBPRODLLEXPORT CBCGPSplitterWnd : public CSplitterWnd
{
// Construction
public:
	CBCGPSplitterWnd();

// Attributes
public:

// Operations
public:

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

	virtual void OnDrawSplitter (CDC* pDC, ESplitType nType, const CRect& rect);

// Implementation
public:
	virtual ~CBCGPSplitterWnd();

	// Generated message map functions
protected:
	//{{AFX_MSG(CBCGPSplitterWnd)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BCGPSPLITTERWND_H__20AD33F0_E3A3_4D62_8D7E_65E6E11C69DC__INCLUDED_)

⌨️ 快捷键说明

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