📄 exceptioncfg.h
字号:
#if !defined(AFX_EXCEPTIONCFG_H__FCB850D3_33C4_49B1_92DF_AE4139888310__INCLUDED_)
#define AFX_EXCEPTIONCFG_H__FCB850D3_33C4_49B1_92DF_AE4139888310__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExceptionCFG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExceptionCFG dialog
class CExceptionCFG : public CDialog
{
// Construction
public:
CExceptionCFG(CWnd* pParent = NULL); // standard constructor
LONG m_lServerID;
DWORD m_dwAlarmOutNum;
NET_DVR_EXCEPTION m_ExceptionInfo;
BOOL m_bSetPara;
BOOL m_bConnectServer;
int m_SelType;
void EnableControl(BOOL bEnable);
// Dialog Data
//{{AFX_DATA(CExceptionCFG)
enum { IDD = IDD_SUBDLG_EXCEPTION };
CComboBox m_ExceptionCtrl;
BOOL m_bHandleType1;
BOOL m_bHandleType2;
BOOL m_bHandleType3;
BOOL m_bHandleType4;
BOOL m_bAlarmOut1;
BOOL m_bAlarmOut2;
BOOL m_bAlarmOut3;
BOOL m_bAlarmOut4;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExceptionCFG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExceptionCFG)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnChkalarmout4();
afx_msg void OnSelchangeComboexception();
afx_msg void OnButexit();
afx_msg void OnButok();
afx_msg void OnChkhandle4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXCEPTIONCFG_H__FCB850D3_33C4_49B1_92DF_AE4139888310__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -