📄 configpage4.h
字号:
/********************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -