📄 formatbar.h
字号:
#if !defined(AFX_FORMATBAR_H__1BC1A47F_07F2_4A10_8AB8_6522B495C663__INCLUDED_)
#define AFX_FORMATBAR_H__1BC1A47F_07F2_4A10_8AB8_6522B495C663__INCLUDED_
#include "FontComboBox.h" // Added by ClassView
#include "SizeComboBox.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormatBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFormatBar window
class CFormatBar : public CToolBar
{
// Construction
public:
CFormatBar();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormatBar)
//}}AFX_VIRTUAL
// Implementation
public:
CSizeComboBox m_cbSize;
CFontComboBox m_cbFont;
BOOL InitData(CView * pView);
virtual ~CFormatBar();
// Generated message map functions
protected:
//{{AFX_MSG(CFormatBar)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMATBAR_H__1BC1A47F_07F2_4A10_8AB8_6522B495C663__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -