optionbar.h

来自「很珍贵得视频编辑器原码及CODEC。需要安装下列CODEC.可播放多种格式的视频」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_OPTIONBAR_H__10F59B7D_64C7_4FFF_93EC_BC7DBDE1A6DC__INCLUDED_)
#define AFX_OPTIONBAR_H__10F59B7D_64C7_4FFF_93EC_BC7DBDE1A6DC__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// COptionBar window

class COptionBar : public CDialogBar
{
// Construction
public:
	COptionBar();

// Attributes
public:

	int			m_nSearchWidth;
	int			m_nSmoothTab;
	int			m_nEdge;

// Operations
public:

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

// Implementation
public:
	void UpdateData(BOOL bSet);

	virtual ~COptionBar();

	// Generated message map functions
protected:
	//{{AFX_MSG(COptionBar)
		// 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_OPTIONBAR_H__10F59B7D_64C7_4FFF_93EC_BC7DBDE1A6DC__INCLUDED_)

⌨️ 快捷键说明

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