peeroperatortabctrl.h

来自「一个不错的远程控制软件源码」· C头文件 代码 · 共 60 行

H
60
字号
#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 + =
减小字号Ctrl + -
显示快捷键?