📄 result_show.h
字号:
#if !defined(AFX_RESULT_SHOW_H__5C2C4D77_0B7B_4B75_AED7_195CFA4FE229__INCLUDED_)
#define AFX_RESULT_SHOW_H__5C2C4D77_0B7B_4B75_AED7_195CFA4FE229__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// result_show.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// result_show dialog
class result_show : public CDialog
{
// Construction
public:
result_show(CWnd* pParent = NULL); // standard constructor
struct node{
CString srcip;
CString dstip;
int zone1;
int zone2;
int count;
struct node *next;
};
// Dialog Data
//{{AFX_DATA(result_show)
enum { IDD = IDD_DIALOG5 };
CListCtrl m_result_list;
CButton m_mainboard;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(result_show)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
afx_msg void OnContextMenu(CWnd*, CPoint point);
// Generated message map functions
//{{AFX_MSG(result_show)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnInfoShow();
afx_msg void OnRclickList2(NMHDR* pNMHDR, 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_RESULT_SHOW_H__5C2C4D77_0B7B_4B75_AED7_195CFA4FE229__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -