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

📄 splitterwndex.h

📁 实现了无线传感器网络中的一个路由协议算法。
💻 H
字号:
// SplitterWndEx.h: interface for the CSplitterWndEx class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_SPLITTERWNDEX_H__AC0F38C1_3BB0_4BA6_9BF7_A802F76D6884__INCLUDED_)
#define AFX_SPLITTERWNDEX_H__AC0F38C1_3BB0_4BA6_9BF7_A802F76D6884__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CSplitterWndEx : public CSplitterWnd  
{
public:
	CWnd* GetLeftBottomPane();
	CWnd* GetUpperPane();
	void GetPaneSize(int *ph1, int *pw2, int *pw3);
	void SetPaneSize(int h1, int w2, int w3);
	BOOL CreateSplit(CWnd* pParent, CRuntimeClass* pView1, CRuntimeClass* pView2, CRuntimeClass* pView3, CCreateContext* pContext);
	CSplitterWndEx();
	virtual ~CSplitterWndEx();
protected:
	CSplitterWnd* m_pwndSplitter;
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_SPLITTERWNDEX_H__AC0F38C1_3BB0_4BA6_9BF7_A802F76D6884__INCLUDED_)

⌨️ 快捷键说明

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