mybar.h
来自「一个多窗口的浏览器的程序benbrowse」· C头文件 代码 · 共 34 行
H
34 行
// MyBar.h: interface for the CMyBar class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYBAR_H__23A7D152_5D7B_4690_8FB2_19113D8BA90A__INCLUDED_)
#define AFX_MYBAR_H__23A7D152_5D7B_4690_8FB2_19113D8BA90A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include ".\sizecontrolbar\scbarg.h"
#ifndef baseCMyBar
#define baseCMyBar CSizingControlBarG
#endif
class CMyBar : public baseCMyBar
{
public:
CMyBar();
virtual ~CMyBar();
public:
// Generated message map functions
protected:
//{{AFX_MSG(CMyBar)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_MYBAR_H__23A7D152_5D7B_4690_8FB2_19113D8BA90A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?