⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgsplitterwnd.h

📁 一个关于局域网简单抓包工具
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -