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

📄 buttonpage.h

📁 这些源代码
💻 H
字号:
#if !defined(AFX_BUTTONPAGE_H__DF1AAFA8_6B8B_11D4_85D1_00A0CC253EAC__INCLUDED_)
#define AFX_BUTTONPAGE_H__DF1AAFA8_6B8B_11D4_85D1_00A0CC253EAC__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CButtonPage dialog

class CButtonPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CButtonPage)

// Construction
public:
	CButtonPage();
	~CButtonPage();

// Dialog Data
	//{{AFX_DATA(CButtonPage)
	enum { IDD = IDD_PROPPAGE_BUTTONDLG };
	CButton	m_UncheckButton;
	CButton	m_CheckSample;
	CButton	m_GroupSample;
	CButton	m_StyleButton;
	CStatic	m_ButtonButtonLed;
	CStatic	m_CheckBoxLed;
	CStatic	m_RadioLedRed;
	CStatic	m_RadioLedYellow;
	CStatic	m_RadioLedGreen;
	int		m_nRadioButton;
	int		m_nRadioTool;
	BOOL	m_bFlat;
	BOOL	m_bIcon;
	BOOL	m_bMultiline;
	BOOL	m_bBitmap;
	BOOL	m_bCheckBoxButton;
	BOOL	m_bText;
	BOOL	m_bEnable;
	BOOL	m_bGroupBitmap;
	BOOL	m_bGroupFlat;
	BOOL	m_bGroupIcon;
	BOOL	m_bGroupText;
	int		m_CheckState;
	BOOL	m_bButtonCheckStyle;
	BOOL	m_bButtonRadioStyle;
	BOOL	m_bButtonPushStyle;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CButtonPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnRadiotool();
	afx_msg void OnRadioButton();
	afx_msg void OnButtonbutton();
	afx_msg void OnCheckboxbutton();
	afx_msg void OnButtonflat();
	afx_msg void OnButtonicon();
	afx_msg void OnButtonmultiline();
	afx_msg void OnButtonbitmap();
	afx_msg void OnButtontext();
	afx_msg void OnButtonenable();
	afx_msg void OnGroupicon();
	afx_msg void OnGroupbitmap();
	afx_msg void OnGroupflat();
	afx_msg void OnGrouptext();
	afx_msg void OnUncheckedradio();
	afx_msg void OnCheckradio();
	afx_msg void OnIndetermradio();
	afx_msg void OnChecksample();
	afx_msg void OnButtonradiostyle();
	afx_msg void OnButtoncheckstyle();
	afx_msg void OnButtonpushstyle();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	CBitmap	m_bmpRedOn;
	CBitmap	m_bmpRedOff;
	CBitmap	m_bmpGreenOn;
	CBitmap	m_bmpGreenOff;
	CBitmap	m_bmpYellowOn;
	CBitmap	m_bmpYellowOff;
	CBitmap	m_bmpDudleyPC;
	HICON	m_icoMainframeLarge;
	HICON	m_icoMainframeSmall;
};

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

#endif // !defined(AFX_BUTTONPAGE_H__DF1AAFA8_6B8B_11D4_85D1_00A0CC253EAC__INCLUDED_)

⌨️ 快捷键说明

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