📄 rangedlg.h
字号:
// rangeDlg.h : header file
//
#if !defined(AFX_RANGEDLG_H__92BEC1E6_F072_11D4_814C_BE91B23D3D01__INCLUDED_)
#define AFX_RANGEDLG_H__92BEC1E6_F072_11D4_814C_BE91B23D3D01__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WM_GETFOCUS WM_USER+100
#include "anaIP.h"
UINT sScan(LPVOID pParam);
UINT getScan(LPVOID pParam);
void ComputeNext(int *pIp,int plusNum);
struct hostinfo{
int port;
int ip[4];
CString cont;
CString mathed;
int thread;
};
/////////////////////////////////////////////////////////////////////////////
// CRangeDlg dialog
class CRangeDlg : public CDialog
{
// Construction
public:
CRangeDlg(CWnd* pParent = NULL); // standard constructor
LONG OnGetfocus(LONG lParam, UINT wParam);
anaIP theip;
// Dialog Data
//{{AFX_DATA(CRangeDlg)
enum { IDD = IDD_RANGE_DIALOG };
CString m_from;
CString m_to;
CString m_math;
CString m_cont;
int m_port;
int m_thre;
CListCtrl* m_list;
CSpinButtonCtrl* m_spin;
CProgressCtrl* m_prog;
CListBox* m_contlist;
//}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRangeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CRangeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnScan();
afx_msg void OnUpdateEditFrom();
afx_msg void OnName2ip();
afx_msg void OnAdd();
afx_msg void OnStop();
afx_msg void OnClear();
afx_msg void OnProxy();
afx_msg void OnAbout();
afx_msg void OnLog();
afx_msg void OnContextMenu(CWnd* pWnd, CPoint pos);
afx_msg void OnMenuDel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RANGEDLG_H__92BEC1E6_F072_11D4_814C_BE91B23D3D01__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -