📄 peeroperatortabctrl.h
字号:
#if !defined(AFX_PEEROPERATORTABCTRL_H__19AA03F7_C281_4909_A9CA_04AD8394E204__INCLUDED_)
#define AFX_PEEROPERATORTABCTRL_H__19AA03F7_C281_4909_A9CA_04AD8394E204__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PeerOperatorTabCtrl.h : header file
//
#include "Peerregedittreeview.h"
#include "peerregeditlistview.h"
#include "peersplitterwnd.h"
/////////////////////////////////////////////////////////////////////////////
// CPeerOperatorTabCtrl window
class CPeerOperatorTabCtrl : public CTabCtrl
{
// Construction
public:
CPeerOperatorTabCtrl();
DECLARE_DYNCREATE(CPeerOperatorTabCtrl)
// Attributes
public:
CImageList imagelist;
CSplitterWnd m_splitterwndfile;
CSplitterWnd m_splitterwndregedit;
CPeerSplitterWnd m_splitterwndscreen;
CPeerSplitterWnd m_splitterwritescreen;
CButton m_button;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPeerOperatorTabCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPeerOperatorTabCtrl();
// Generated message map functions
protected:
//{{AFX_MSG(CPeerOperatorTabCtrl)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
private:
CFont m_TabFont;
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PEEROPERATORTABCTRL_H__19AA03F7_C281_4909_A9CA_04AD8394E204__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -