?? gfxsplitterwnd.h
字號:
// Copyright (c) Iuri Apollonio 1998
// Use & modify as you want & need, and leave those 3 lines.
// http://www.codeguru.com
// GfxSplitterWnd.h: interface for the CGfxSplitterWnd class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __GFXSPLITTERWND_H__
#define __GFXSPLITTERWND_H__
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class _CJX_EXT_CLASS CGfxSplitterWnd : public CSplitterWnd
{
public:
int m_upBorder;
bool bWhiteLine;
CGfxSplitterWnd();
virtual ~CGfxSplitterWnd();
void OnDrawSplitter(CDC* pDC, ESplitType nType, const CRect& rectArg);
void OnInvertTracker(const CRect & rect);
void RecalcLayout();
protected:
void GetInsideRect(CRect& rect) const;
// Generated message map functions
//{{AFX_MSG(CGfxSplitterWnd)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __GFXSPLITTERWND_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -