netctldvrlogdlg.h

来自「TM8000硬盘录像机客户端编程文档和Demo源代码」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_NETCTLDVRLOGDLG_H__E5D04A63_1313_403F_B7AC_DA8C169269C3__INCLUDED_)
#define AFX_NETCTLDVRLOGDLG_H__E5D04A63_1313_403F_B7AC_DA8C169269C3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NetCtlDvrLogDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CNetCtlDvrLogDlg dialog

class CNetCtlDvrLogDlg : public CDialog
{
// Construction
public:
	CNetCtlDvrLogDlg(CWnd* pParent = NULL);   // standard constructor
	void SendQueryCommand(unsigned char nType);

// Dialog Data
	//{{AFX_DATA(CNetCtlDvrLogDlg)
	enum { IDD = IDD_NETCTL_DVRLOG_DLG };
	CListCtrl	m_LogList;
	CDateTimeCtrl	m_LogDate;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNetCtlDvrLogDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNetCtlDvrLogDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnBtnGetsyslog();
	afx_msg void OnBtnGetnetlog();
	afx_msg void OnBtnGetalarmlog();
	afx_msg void OnBtnGetoplog();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NETCTLDVRLOGDLG_H__E5D04A63_1313_403F_B7AC_DA8C169269C3__INCLUDED_)

⌨️ 快捷键说明

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