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

📄 alarm_controllerdlg.h

📁 在监控行业中比较流行的智敏报警盒
💻 H
字号:
// Alarm_ControllerDlg.h : header file
//

#if !defined(AFX_ALARM_CONTROLLERDLG_H__189A66DD_318F_4268_B1E4_1E4BFB3CDD1C__INCLUDED_)
#define AFX_ALARM_CONTROLLERDLG_H__189A66DD_318F_4268_B1E4_1E4BFB3CDD1C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ComAlarmBox.h"

/////////////////////////////////////////////////////////////////////////////
// CAlarm_ControllerDlg dialog

class CAlarm_ControllerDlg : public CDialog
{
// Construction
public:
	CAlarm_ControllerDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CAlarm_ControllerDlg)
	enum { IDD = IDD_ALARM_CONTROLLER_DIALOG };
	CListBox	m_CtlErrorList;
	CString	m_StrAlarm;
	CString	m_StrOut;
	CString	m_StrInfo;
	int		m_nPort;
	BOOL	m_bRound;
	UINT	m_UTotal;
	//}}AFX_DATA

	CComAlarmBox m_pci16pr;
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAlarm_ControllerDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;
//    CRW_COM m_MyCom;
    void StartOut(int nNo) ;
    void OutChannel(int nNo,BOOL bflags) ;

	// Generated message map functions
	//{{AFX_MSG(CAlarm_ControllerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDestroy();
	afx_msg void OnCheck33();
	afx_msg void OnCheck34();
	afx_msg void OnCheck35();
	afx_msg void OnCheck36();
	afx_msg void OnCheck37();
	afx_msg void OnCheck38();
	afx_msg void OnCheck39();
	afx_msg void OnCheck40();
	afx_msg void OnCheck41();
	afx_msg void OnCheck42();
	afx_msg void OnCheck43();
	afx_msg void OnCheck44();
	afx_msg void OnCheck45();
	afx_msg void OnCheck46();
	afx_msg void OnCheck47();
	afx_msg void OnCheck48();
	afx_msg void OnCheck49();
	afx_msg void OnCheck50();
	afx_msg void OnCheck51();
	afx_msg void OnCheck52();
	afx_msg void OnCheck53();
	afx_msg void OnCheck54();
	afx_msg void OnCheck55();
	afx_msg void OnCheck56();
	afx_msg void OnCheck57();
	afx_msg void OnCheck58();
	afx_msg void OnCheck59();
	afx_msg void OnCheck60();
	afx_msg void OnCheck61();
	afx_msg void OnCheck62();
	afx_msg void OnCheck63();
	afx_msg void OnCheck64();
	afx_msg void OnCloseupCombo1();
	afx_msg void OnSelchangeCombo1();
	afx_msg void OnCheckRound();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ALARM_CONTROLLERDLG_H__189A66DD_318F_4268_B1E4_1E4BFB3CDD1C__INCLUDED_)

⌨️ 快捷键说明

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