qqsplitterwnd.h
来自「枚举主机网络设备」· C头文件 代码 · 共 42 行
H
42 行
// QQSplitterWnd.h: interface for the CQQSplitterWnd class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_QQSplitterWnd_H__5710A661_B5D1_4457_81EB_6BCF3B74553F__INCLUDED_)
#define AFX_QQSplitterWnd_H__5710A661_B5D1_4457_81EB_6BCF3B74553F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define CX_BORDER 1
#define CY_BORDER 1
#include <afxpriv.h>
static BOOL bNotWin4;
class AFX_EXT_CLASS CQQSplitterWnd : public CSplitterWnd
{
public:
int m_upBorder;
bool bWhiteLine;
CQQSplitterWnd();
virtual ~CQQSplitterWnd();
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(CQQSplitterWnd)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_QQSplitterWnd_H__5710A661_B5D1_4457_81EB_6BCF3B74553F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?