alarminfo.h

来自「一个完整的数字硬盘录像机系统软件」· C头文件 代码 · 共 60 行

H
60
字号
#if !defined(AFX_ALARMINFO_H__090283A6_540F_11D5_9F7A_00C02650BB86__INCLUDED_)
#define AFX_ALARMINFO_H__090283A6_540F_11D5_9F7A_00C02650BB86__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAlarmInfo dialog
class CGridCtrl;
class CAlarmInfo : public CPropertyPage
{
	DECLARE_DYNCREATE(CAlarmInfo)

// Construction
public:
	CAlarmInfo();
	~CAlarmInfo();
    CGridCtrl*        m_pGridCtrl;
    void              UpdateGrid();
    void              OnPrintHeader(WPARAM wParam, LPARAM lParam);
    void              OnPrintFoot(WPARAM wParam, LPARAM lParam);
	CFont *           SetFontType(long nHeight,long nWidth,long nWeight,CString sFontName);

// Dialog Data
	//{{AFX_DATA(CAlarmInfo)
	enum { IDD = IDD_ALARM_INFO };
	CDateTimeCtrl	m_cEndDate;
	CDateTimeCtrl	m_cStartDate;
	CStatic	m_cReportPos;
	COleDateTime	m_EndDate;
	COleDateTime	m_StartDate;
	//}}AFX_DATA
// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CAlarmInfo)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
	//}}AFX_VIRTUAL
// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CAlarmInfo)
	virtual BOOL OnInitDialog();
	afx_msg void OnReset();
	afx_msg void OnCloseupStartDatet(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnCloseupEndDatet(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPrint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ALARMINFO_H__090283A6_540F_11D5_9F7A_00C02650BB86__INCLUDED_)

⌨️ 快捷键说明

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