configpage4.h

来自「MPEG4网络视频服务器客户端图象监控软件」· C头文件 代码 · 共 88 行

H
88
字号
/********************************************************************
	created:	2002/10/21
	created:	21:10:2002   11:33
	filename: 	e:\modify\1012\DvsUser\ConfigPage4.h
	file path:	e:\modify\1012\DvsUser
	file base:	ConfigPage4
	file ext:	h
	author:		Sun_J
	
	purpose:	
*********************************************************************/

#if !defined(AFX_CONFIGPAGE4_H__BFD0DEE5_EC35_4AB0_BE47_33F9902EB19D__INCLUDED_)
#define AFX_CONFIGPAGE4_H__BFD0DEE5_EC35_4AB0_BE47_33F9902EB19D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CConfigPage4 dialog

class CConfigPage4 : public CPropertyPage
{
	DECLARE_DYNCREATE(CConfigPage4)

// Construction
public:
	CConfigPage4();
	~CConfigPage4();

private:
	VOID		InitControl();
	VOID		SetControl();
	VOID		SetStaticText(INT idx);
	VOID		EnableControl(BOOL bEnable);
	static BOOL CALLBACK EnumControlProc(HWND, LPARAM);

	HICON		m_hAlertOn;
	HICON		m_hAlertOff;

	HICON		m_hVideo;
	CImageList	videoImage;
// Dialog Data
	//{{AFX_DATA(CConfigPage4)
	enum { IDD = IDD_DLG_CONFIG4 };
	CStatic	m_staticVideo;
	CSliderCtrl	m_sliderVideo;
	CComboBoxEx	m_comboVideo;
	CComboBox	m_comboEnd;
	CComboBox	m_comboTime;
	CComboBox	m_comboStart;
	CStatic	m_staticBmp;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CConfigPage4)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CConfigPage4)
	virtual BOOL OnInitDialog();
	afx_msg void OnAlertOn();
	afx_msg void OnAlertOff();
	afx_msg void OnBtnSetalert();
	afx_msg void OnBtnRecycle();
	afx_msg void OnPaint();
	afx_msg void OnSelchangeViewCombo();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	afx_msg void OnBtnVideo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_CONFIGPAGE4_H__BFD0DEE5_EC35_4AB0_BE47_33F9902EB19D__INCLUDED_)

⌨️ 快捷键说明

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