📄 linkagealarmset.h
字号:
#if !defined(AFX_LINKAGEALARMSET_H__5E8E0261_4521_11D5_9F7A_00C02650BB86__INCLUDED_)
#define AFX_LINKAGEALARMSET_H__5E8E0261_4521_11D5_9F7A_00C02650BB86__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LinkageAlarmSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLinkageAlarmSet dialog
class CLinkageAlarmSet : public CPropertyPage
{
DECLARE_DYNCREATE(CLinkageAlarmSet)
// Construction
public:
CLinkageAlarmSet();
~CLinkageAlarmSet();
//attrib
public:
int m_nCurChunnel;
void UpdateSet();
void SetBindChannel(int nAddress,int nChannel);
void SetBindSecondary(int nAddress,int nSecondary);
void SetRecStop(int nAddress,int nWay);
// Dialog Data
//{{AFX_DATA(CLinkageAlarmSet)
enum { IDD = IDD_ALARM_SET };
CComboBox m_cChunnelBox;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CLinkageAlarmSet)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLinkageAlarmSet)
virtual BOOL OnInitDialog();
afx_msg void OnSecondaryOutSet();
afx_msg void OnZoneSet();
afx_msg void OnCloseupChunnelBox();
afx_msg void OnSave();
afx_msg void OnCloseupBindChannel1();
afx_msg void OnCloseupBindChannel2();
afx_msg void OnCloseupBindChannel3();
afx_msg void OnCloseupBindChannel4();
afx_msg void OnCloseupBindChannel5();
afx_msg void OnCloseupBindChannel6();
afx_msg void OnCloseupBindChannel7();
afx_msg void OnCloseupBindChannel8();
afx_msg void OnCloseupBindChannel9();
afx_msg void OnCloseupBindChannel10();
afx_msg void OnCloseupBindChannel11();
afx_msg void OnCloseupBindChannel12();
afx_msg void OnCloseupBindChannel13();
afx_msg void OnCloseupBindChannel14();
afx_msg void OnCloseupBindChannel15();
afx_msg void OnCloseupBindChannel16();
afx_msg void OnCloseupBindSecondary1();
afx_msg void OnCloseupBindSecondary2();
afx_msg void OnCloseupBindSecondary3();
afx_msg void OnCloseupBindSecondary4();
afx_msg void OnCloseupBindSecondary5();
afx_msg void OnCloseupBindSecondary6();
afx_msg void OnCloseupBindSecondary7();
afx_msg void OnCloseupBindSecondary8();
afx_msg void OnCloseupBindSecondary9();
afx_msg void OnCloseupBindSecondary10();
afx_msg void OnCloseupBindSecondary11();
afx_msg void OnCloseupBindSecondary12();
afx_msg void OnCloseupBindSecondary13();
afx_msg void OnCloseupBindSecondary14();
afx_msg void OnCloseupBindSecondary15();
afx_msg void OnCloseupBindSecondary16();
afx_msg void OnCloseupRecStop1();
afx_msg void OnCloseupRecStop2();
afx_msg void OnCloseupRecStop3();
afx_msg void OnCloseupRecStop4();
afx_msg void OnCloseupRecStop5();
afx_msg void OnCloseupRecStop6();
afx_msg void OnCloseupRecStop7();
afx_msg void OnCloseupRecStop8();
afx_msg void OnCloseupRecStop9();
afx_msg void OnCloseupRecStop10();
afx_msg void OnCloseupRecStop11();
afx_msg void OnCloseupRecStop12();
afx_msg void OnCloseupRecStop13();
afx_msg void OnCloseupRecStop14();
afx_msg void OnCloseupRecStop15();
afx_msg void OnCloseupRecStop16();
//}}AFX_MSG
afx_msg void OnAppendButton(UINT);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LINKAGEALARMSET_H__5E8E0261_4521_11D5_9F7A_00C02650BB86__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -