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

📄 addrmapdlg.h

📁 实时监控
💻 H
字号:
#if !defined(AFX_ADDRMAPDLG_H__D6D2281F_2D7F_43AB_AF11_B91551761E60__INCLUDED_)
#define AFX_ADDRMAPDLG_H__D6D2281F_2D7F_43AB_AF11_B91551761E60__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddrMapDlg.h : header file
//


/////////////////////////////////////////////////////////////////////////////
// CAddrMapDlg dialog
#include "MytreeCtrl.h"
#include "IPicture.h"

class CAddrMapDlg : public CDialog
{
// Construction
public:
	CAddrMapDlg(CWnd* pParent = NULL);   // standard constructor
	CPictureShow	 *pShow ;
	BOOL bClose ;
	char *pPass ;
	char *pDelete[50] ;
	char str0[250] ;
	char pMem[250] ;
	HTREEITEM	hitem ;
	char strFile[250] ;
	int m,x,number;
	~CAddrMapDlg() ;

	static BOOL FindStation(ULONG ip,USHORT port,char* addrFile);

// Dialog Data
	//{{AFX_DATA(CAddrMapDlg)
	enum { IDD = IDD_ADDRMAP_DIALOG };
	CMytreeCtrl	m_tree ;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAddrMapDlg)
	public:
	virtual BOOL Create(CWnd* pParentWnd);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAddrMapDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnShowPicture(WPARAM wParam, LPARAM lParam);
	afx_msg void OnTreeAlarm(WPARAM wParam, LPARAM lParam);
	afx_msg void OnMapDelete(WPARAM wParam, LPARAM lParam);
	afx_msg void OnClose();
	afx_msg void OnShowButton();
	afx_msg void OnDeleteButton();
	afx_msg void OnInsertButton();
	afx_msg void OnQuitButton();
	afx_msg void OnSaveButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADDRMAPDLG_H__D6D2281F_2D7F_43AB_AF11_B91551761E60__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -