📄 dlgadp.h
字号:
#if !defined(AFX_DLGADP_H__8E709828_702A_4559_8749_5AA48552CB43__INCLUDED_)
#define AFX_DLGADP_H__8E709828_702A_4559_8749_5AA48552CB43__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgAdp.h : header file
//
#include <afxcmn.h>
#include "pcap.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgAdp dialog
class CMainFrame;
class CDlgAdp : public CDialog
{
// Construction
public:
CDlgAdp(CWnd* pParent = NULL); // standard constructor
CMainFrame *mainFrm;
// Dialog Data
//{{AFX_DATA(CDlgAdp)
enum { IDD = IDD_DIALOG_ADAPTER };
CTreeCtrl m_treeCtrl;
CListCtrl m_listCtrl;
//}}AFX_DAT
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgAdp)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgAdp)
virtual BOOL OnInitDialog();
afx_msg void OnDblclkAdpTree(NMHDR* pNMHDR, LRESULT* pResult);
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGADP_H__8E709828_702A_4559_8749_5AA48552CB43__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -