dlgsplitterwnd.h

来自「一个关于局域网简单抓包工具」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_DLGSPLITTERWND_H__1CE862BA_9B0D_4DD3_9F8D_BE2599393260__INCLUDED_)
#define AFX_DLGSPLITTERWND_H__1CE862BA_9B0D_4DD3_9F8D_BE2599393260__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSplitterWnd.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlgSplitterWnd window

class CDlgSplitterWnd : public CSplitterWnd
{
// Construction
public:
	CDlgSplitterWnd();

// Attributes
public:

// Operations
public:
  virtual void StartTracking(int ht); 
  virtual CWnd* GetActivePane(int* pRow = NULL, int* pCol = NULL); 
  virtual void SetActivePane(int row, int col, CWnd* pWnd = NULL); 

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgSplitterWnd)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CDlgSplitterWnd();

	// Generated message map functions
protected:
	//{{AFX_MSG(CDlgSplitterWnd)
		// NOTE - the ClassWizard will add and remove member functions here.
    virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); 
    virtual BOOL OnNotify( WPARAM wParam, LPARAM lParam, LRESULT* pResult ); 
    virtual BOOL OnWndMsg( UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult ); 
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGSPLITTERWND_H__1CE862BA_9B0D_4DD3_9F8D_BE2599393260__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?