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

📄 mapdlg.h

📁 一个完整的数字硬盘录像机系统软件
💻 H
字号:
#if !defined(AFX_MAPDLG_H__2676C9E1_8809_11D5_9F7B_00C02650BB86__INCLUDED_)
#define AFX_MAPDLG_H__2676C9E1_8809_11D5_9F7B_00C02650BB86__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MapDlg.h : header file
//
class CImageObject;
#include "AlarmLamp.h"

/////////////////////////////////////////////////////////////////////////////
// CMapDlg dialog
class CMapDlg : public CDialog
{
// Construction
public:
	CMapDlg(CWnd* pParent = NULL);   // standard constructor
    CImageObject*      m_pMap;
	CArray<CAlarmLamp*,CAlarmLamp*>         m_LampLst;
	CPoint              GetPosPoint(int nIndex);
	CString             GetPosCaption(int nIndex);
	CString             GetPosTxt(int nIndex);
	void                WriteMap(int nIndex,CString sKey,CString sTxt);
	void                GetPosZones(int nIndex,CUIntArray &Zones);
	void                WritePosZones(int nIndex,CUIntArray &Zones);
	int                 GetChunnel(int nIndex);
	void                WriteChunnel(int nIndex,int nChunnel);
	int                 m_nPosNums;
    //CStdioFile         m_TxtFile;
// Dialog Data
	//{{AFX_DATA(CMapDlg)
	enum { IDD = IDD_MAP };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMapDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CMapDlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnPaint();
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	afx_msg void OnReset();
	afx_msg void OnZoneInit();
	afx_msg void OnReset2();
	afx_msg void OnHelp();
	afx_msg void OnDeviceLst();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MAPDLG_H__2676C9E1_8809_11D5_9F7B_00C02650BB86__INCLUDED_)

⌨️ 快捷键说明

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