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

📄 tabbarpage.h

📁 TabBars的开源源码
💻 H
字号:
/*********************************************************************
*	Author:		Simon Wang
*	Date:		2001-11-16
*	Contact us:	inte2000@263.net
*	Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
*						http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/
#if !defined(AFX_TABBARPAGE_H__9081772C_2F08_42BD_AE7E_A2310DFC6EB4__INCLUDED_)
#define AFX_TABBARPAGE_H__9081772C_2F08_42BD_AE7E_A2310DFC6EB4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTabBarPage dialog

class CTabBarPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CTabBarPage)

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

// Dialog Data
	//{{AFX_DATA(CTabBarPage)
	enum { IDD = IDD_PROPPAGE_TABBAR };
	CSpinButtonCtrl	m_spinWaxWnd;
	BOOL	m_bRcID;
	BOOL	m_bRcLanguage;
	BOOL	m_bLimitWnd;
	BOOL	m_bRcName;
	BOOL	m_bUseShellMenu;
	BOOL	m_bShowIcon;
	BOOL	m_bRcType;
	int		m_nMaxWnd;
	int		m_nAddMode;
	int		m_nDockPos;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CTabBarPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnCHkID();
	afx_msg void OnCHkLANGUAGE();
	afx_msg void OnChkLimitwnd();
	afx_msg void OnCHkRC();
	afx_msg void OnChkShellmenu();
	afx_msg void OnChkShowicon();
	afx_msg void OnCHkTYPE();
	afx_msg void OnChangeEditMaxwnd();
	afx_msg void OnRadAddb();
	afx_msg void OnRadAddf();
	afx_msg void OnRadBottom();
	afx_msg void OnRadTop();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_TABBARPAGE_H__9081772C_2F08_42BD_AE7E_A2310DFC6EB4__INCLUDED_)

⌨️ 快捷键说明

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