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

📄 flowchartlabel.h

📁 CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d
💻 H
字号:
#if !defined(AFX_FLOWCHARTLABEL_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_)
#define AFX_FLOWCHARTLABEL_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_

#include "DiagramEditor/DiagramEntity.h"
#include "LabelPropertyDialog.h"

class CFlowchartLabel : public CDiagramEntity
{

public:
// Construction/initialization/destruction
	CFlowchartLabel();
	virtual ~CFlowchartLabel();
	virtual CDiagramEntity* Clone();
	static	CDiagramEntity* CreateFromString( const CString& str );

// Overrides
	virtual void Draw( CDC* dc, CRect rect );

private:
// Private data
	CLabelPropertyDialog	m_dlg;

};

#endif // !defined(AFX_FLOWCHARTLABEL_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_)

⌨️ 快捷键说明

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