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

📄 fullscreenbar.h

📁 本程序是VC为平台开发的股票资讯系统
💻 H
字号:
#if !defined(AFX_FULLSCREENBAR_H__E7728A9B_E543_11D4_B45A_00104B1269BD__INCLUDED_)
#define AFX_FULLSCREENBAR_H__E7728A9B_E543_11D4_B45A_00104B1269BD__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFullScreenBar window

class CFullScreenBar : public CToolBar
{
// Construction
public:
	CFullScreenBar();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFullScreenBar)
	//}}AFX_VIRTUAL

// Implementation
public:
	BOOL Create(CWnd* pParentWnd, UINT nIDCommand, 
		UINT nIDWndText, UINT nIDButtonText, CSize m_sizeButton, 
		UINT nIDColdImage, UINT nIDHotImage = NULL);
	virtual ~CFullScreenBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(CFullScreenBar)
	afx_msg void OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR* lpncsp);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_FULLSCREENBAR_H__E7728A9B_E543_11D4_B45A_00104B1269BD__INCLUDED_)

⌨️ 快捷键说明

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