📄 propicons2.h
字号:
#if !defined(AFX_PROPICONS2_H__442A3926_36D6_4ACA_A831_CBB0E87BB07E__INCLUDED_)
#define AFX_PROPICONS2_H__442A3926_36D6_4ACA_A831_CBB0E87BB07E__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// PropIcons2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropIcons2 dialog
class CPropIcons2 : public CPropertyPage
{
DECLARE_DYNCREATE(CPropIcons2)
// Construction
public:
BOOL OnApply();
CPropIcons2();
~CPropIcons2();
LPWISBAR_SETUP_STRUCT m_pOpt;
// Dialog Data
//{{AFX_DATA(CPropIcons2)
enum { IDD = IDD_ICONS };
CButton m_btnSystem;
CButton m_btnConnection;
CButton m_btnTapOK;
CButton m_btnVolume;
CButton m_btnClose2;
CButton m_btnToday;
CButton m_btnNotify;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropIcons2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropIcons2)
afx_msg void OnChkNotify();
afx_msg void OnBtnApply();
afx_msg void OnChkToday();
afx_msg void OnChkClose2();
afx_msg void OnChkVolume();
afx_msg void OnChkTap2();
afx_msg void OnConnection();
afx_msg void OnSystem();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL OnInitDialog();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPICONS2_H__442A3926_36D6_4ACA_A831_CBB0E87BB07E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -