formatbar.h
来自「《AE库通用模块及典型系统开发实例导航》光盘内容分享!」· C头文件 代码 · 共 54 行
H
54 行
#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 + =
减小字号Ctrl + -
显示快捷键?