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

📄 guibaroffice.h

📁 界面开发
💻 H
字号:
#pragma once
#include "guiofficebar.h"
#include "GuiWorkPanel.h"
#include "GuiLabelButton.h"
#include "GuiImageLinkButton.h"
#include "GuiContainer.h"

class CGuiBarOffice :	public CGuiOfficeBar
{
public:
	CGuiBarOffice(void);
	virtual ~CGuiBarOffice(void);
	CGuiWorkPanel m_wndPanel;
	CGuiContainer m_ctClassView;
	CGuiLabelButton m_ArrLabels[10];
	CGuiImageLinkButton m_ArrLinks[10];
	CTreeCtrl*	m_TreeGaleria;
	void OnNuevoDoc();
	void OnNuevoWeb();
	void OnOpenDoc();
	virtual void OnBack();
	virtual void OnForWard();
	virtual void OnMenu();
	void UpdateChilds();
protected:
	//{{AFX_MSG(CMyBar)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	afx_msg void OnWindowPosChanged(WINDOWPOS* lpwndpos);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnTimer(UINT nIDEvent);
};

⌨️ 快捷键说明

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