⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 propoptions.h

📁 WinCE下绝好的工具条软件
💻 H
字号:
#if !defined(AFX_PROPOPTIONS_H__76AD4464_15B3_4C1F_9772_57856E6D65FB__INCLUDED_)
#define AFX_PROPOPTIONS_H__76AD4464_15B3_4C1F_9772_57856E6D65FB__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPropOptions dialog

class CPropOptions : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropOptions)

// Construction
public:
	BOOL initialized;
	void resetItems();
	void OnChk2002Fonts();
	CPropOptions();
	~CPropOptions();

	LPWISBAR_SETUP_STRUCT	m_pOpt;

// Dialog Data
	//{{AFX_DATA(CPropOptions)
	enum { IDD = IDD_PROP_OPTIONS };
	CButton	m_tapAppointment;
	CButton	m_btn3dbutton;
	CButton	m_btnTHMUTE;
	CEdit	m_edtStartMenu;
	CButton	m_btnStartMenu;
	CButton	m_btnToday;
	CButton	m_btnSmartMinimize;
	CButton	m_btnHidea;
	CButton m_2002Fonts;
	CButton m_btnDithered;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CPropOptions)
	afx_msg void OnApplynow();
	virtual BOOL OnInitDialog();
	afx_msg void OnbtnSmartMinimize();
	afx_msg void OnbtnHidea();
	afx_msg void OnbtnToday();
	afx_msg void OnbtnWvol();
	afx_msg void OnChkStartmenu();
	afx_msg void OnChangeEditStartmenu();
	afx_msg void OnChkThmute();
	afx_msg void OnChk3dbuttons();
	afx_msg void OnDither();
	afx_msg void OnChkTapAppoint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_PROPOPTIONS_H__76AD4464_15B3_4C1F_9772_57856E6D65FB__INCLUDED_)

⌨️ 快捷键说明

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