📄 configpage1.h
字号:
/********************************************************************
created: 2002/08/07
created: 7:8:2002 7:48
filename: E:\WORK\0806\DvsUser\ConfigPage1.h
file path: E:\WORK\0806\DvsUser
file base: ConfigPage1
file ext: h
author: Sun_J
purpose:
*********************************************************************/
#if !defined(AFX_CONFIGPAGE1_H__1A252DE9_3D04_40C3_8E5A_68D4E23A22B6__INCLUDED_)
#define AFX_CONFIGPAGE1_H__1A252DE9_3D04_40C3_8E5A_68D4E23A22B6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConfigPage1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConfigPage1 dialog
class CConfigPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CConfigPage1)
// Construction
public:
CConfigPage1();
~CConfigPage1();
VOID SetStaticColor(COLORREF crNormal, COLORREF crAlert);
COLORREF m_crNormal;
COLORREF m_crAlert;
// Dialog Data
//{{AFX_DATA(CConfigPage1)
enum { IDD = IDD_DLG_CONFIG1 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CConfigPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConfigPage1)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnConfigAlterColor();
afx_msg void OnConfigNormalColor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONFIGPAGE1_H__1A252DE9_3D04_40C3_8E5A_68D4E23A22B6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -