📄 flatsplitterwnd.h
字号:
/*
* File: FlatSplitterWnd.h
*
* Author: Marc Richarme <devix@devix.cjb.net>
*
* Created: 28 Jan. 2001
* Modified: 28 Jan. 2001
*
* Use as much as you want, wherever you want...
* Claim you coded it, I don't mind.
*
*/
#if !defined(AFX_FLATSPLITTERWND_H__61D2F7E7_7AAA_11D1_9F4C_008029E98A75__INCLUDED_)
#define AFX_FLATSPLITTERWND_H__61D2F7E7_7AAA_11D1_9F4C_008029E98A75__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "SplitterWndEx.h"
/////////////////////////////////////////////////////////////////////////////
// CFlatSplitterWnd
class CFlatSplitterWnd : public CSplitterWndEx
{
public:
CFlatSplitterWnd();
virtual ~CFlatSplitterWnd();
virtual void OnDrawSplitter(CDC* pDC, ESplitType nType, const CRect& rectArg);
virtual void RecalcLayout(); // call after changing sizes
static void DeferClientPos(AFX_SIZEPARENTPARAMS* lpLayout,
CWnd* pWnd, int x, int y, int cx, int cy, BOOL bScrollBar);
static void LayoutRowCol(CSplitterWnd::CRowColInfo* pInfoArray,
int nMax, int nSize, int nSizeSplitter);
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFlatSplitterWnd)
//}}AFX_VIRTUAL
// Generated message map functions
protected:
//{{AFX_MSG(CFlatSplitterWnd)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FLATSPLITTERWND_H__61D2F7E7_7AAA_11D1_9F4C_008029E98A75__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -