📄 propdispitems.h
字号:
#if !defined(AFX_PROPDISPITEMS_H__67FE93BB_64FB_44B2_A5E6_C637E6274E9A__INCLUDED_)
#define AFX_PROPDISPITEMS_H__67FE93BB_64FB_44B2_A5E6_C637E6274E9A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropDispItems.h : 僿僢僟乕 僼傽僀儖
//
/////////////////////////////////////////////////////////////////////////////
// CPropDispItems 僟僀傾儘僌
class CPropDispItems : public CPropertyPage
{
DECLARE_DYNCREATE(CPropDispItems)
// 僐儞僗僩儔僋僔儑儞
public:
void resetItems();
CPropDispItems();
~CPropDispItems();
LPWISBAR_SETUP_STRUCT m_pOpt;
// 僟僀傾儘僌 僨乕僞
//{{AFX_DATA(CPropDispItems)
enum { IDD = IDD_PROP_ITEMS };
CButton m_btnAMPM;
CButton m_btnAlways;
CButton m_btnNo3D;
CButton m_btnStartup;
CButton m_btnDateFnt;
CButton m_btnSmallCr;
CButton m_btnSmall;
CButton m_btnDate;
CButton m_btnApplyNow;
CButton m_btnTitleFnt;
CButton m_btnClockFnt;
CButton m_btnTitle;
CButton m_btnTaskIcon;
CButton m_btnClock;
//}}AFX_DATA
// 僆乕僶乕儔僀僪
// ClassWizard 偼壖憐娭悢偺僆乕僶乕儔僀僪傪惗惉偟傑偡丅
//{{AFX_VIRTUAL(CPropDispItems)
public:
virtual BOOL OnApply();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 僒億乕僩
//}}AFX_VIRTUAL
// 僀儞僾儕儊儞僥乕僔儑儞
protected:
void SelectColor( COLORREF& cr );
// 惗惉偝傟偨儊僢僙乕僕 儅僢僾娭悢
//{{AFX_MSG(CPropDispItems)
afx_msg void OnApplynow();
virtual BOOL OnInitDialog();
afx_msg void OnSelTitle();
afx_msg void OnSelClock();
afx_msg void OnChkTitle();
afx_msg void OnChkClock();
afx_msg void OnCrClock();
afx_msg void OnCrTitle();
afx_msg void OnChkDate();
afx_msg void OnSelDate();
afx_msg void OnCrDate();
afx_msg void OnChkSmall();
afx_msg void OnCrSmall();
afx_msg void OnChkTaskicon();
afx_msg void OnStartup();
afx_msg void OnChkNo3d();
afx_msg void OnCrBat();
afx_msg void OnChkAlways();
afx_msg void OnChkAmpm();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
BOOL RegisterStartup( BOOL bReg = TRUE );
BOOL GetStartupPath( LPTSTR lpPath );
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ 偼慜峴偺捈慜偵捛壛偺愰尵傪憓擖偟傑偡丅
#endif // !defined(AFX_PROPDISPITEMS_H__67FE93BB_64FB_44B2_A5E6_C637E6274E9A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -