scrollbarex.h
来自「简单的远程控制工具,分为服务器与客户斋,让你了解socket编程的知识.」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_SCROLLBAREX_H__04BF9390_66F1_4A31_9673_149BECE3F4FE__INCLUDED_)
#define AFX_SCROLLBAREX_H__04BF9390_66F1_4A31_9673_149BECE3F4FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScrollBarEx.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CScrollBarEx window
class CScrollBarEx : public CScrollBar
{
// Construction
public:
CScrollBarEx();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CScrollBarEx)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CScrollBarEx();
// Generated message map functions
protected:
//{{AFX_MSG(CScrollBarEx)
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SCROLLBAREX_H__04BF9390_66F1_4A31_9673_149BECE3F4FE__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?