📄 synscanportdlg.h
字号:
// SynScanPortDlg.h : header file
//
#if !defined(AFX_SYNSCANPORTDLG_H__74363971_2D86_43D5_AF72_E52727B6ECDF__INCLUDED_)
#define AFX_SYNSCANPORTDLG_H__74363971_2D86_43D5_AF72_E52727B6ECDF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Header\\WBButton.h"
#include "Header\\HoverEdit.h"
/////////////////////////////////////////////////////////////////////////////
// CSynScanPortDlg dialog
#include "StatLink.h"
class CSynScanPortDlg : public CDialog
{
// Construction
public:
CStaticLink m_wndLink1;
CSynScanPortDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSynScanPortDlg)
enum { IDD = IDD_SYNSCANPORT_DIALOG };
CWBButton m_btnok;
CHoverEdit m_edit_startport;
CHoverEdit m_edit_ip;
CHoverEdit m_edit_endport;
CWBButton m_btn_ping;
CWBButton m_btn_out;
CWBButton m_btn_clean;
int m_endport;
int m_startport;
CString m_show;
CString m_ip;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSynScanPortDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSynScanPortDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnButtonOut();
afx_msg void OnButtonClean();
afx_msg void OnButtonPing();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SYNSCANPORTDLG_H__74363971_2D86_43D5_AF72_E52727B6ECDF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -