📄 setsurveillance.h
字号:
#if !defined(AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_)
#define AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetSurveillance.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetSurveillance dialog
class CSetSurveillance : public CDialog
{
// Construction
public:
CSetSurveillance(CWnd* pParent = NULL); // standard constructor
BOOL m_bSaveflag; //add by zxy 2004/05/20
void F_IniTreeall();
void F_Save();
void Exchange(int num1, int num2);
// Dialog Data
//{{AFX_DATA(CSetSurveillance)
enum { IDD = IDD_DLG_SETREMOTE };
CTreeCtrl m_treesel;
CTreeCtrl m_treeall;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetSurveillance)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetSurveillance)
afx_msg void OnButtonchoose();
afx_msg void OnButtondown();
afx_msg void OnButtonunchoose();
afx_msg void OnButtonup();
afx_msg void OnLogin();
afx_msg void OnLogout();
afx_msg void OnServercfg();
afx_msg void OnDblclkTree2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkTree1(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
afx_msg void OnServerstate();
afx_msg void OnSetremoteok();
virtual void OnCancel();
afx_msg void OnKeyclick();
afx_msg void OnRemotelog();
afx_msg void OnDeleteitemTree1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDeleteitemTree2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton1();
afx_msg void OnChecktime();
afx_msg void OnReboot();
afx_msg void OnRemoteupgrade();
afx_msg void OnFormatdisk();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETSURVEILLANCE_H__A9548D37_38BA_454A_8392_B22D77FC3FD9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -