vcfbuilderhostview.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_VCFBUILDERHOSTVIEW_H__528A8358_7064_4F07_B830_1DA5774F6807__INCLUDED_)#define AFX_VCFBUILDERHOSTVIEW_H__528A8358_7064_4F07_B830_1DA5774F6807__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// VCFBuilderHostView.h : header file///////////////////////////////////////////////////////////////////////////////// VCFBuilderHostView viewclass VCFBuilderHostView : public CView{protected:		DECLARE_DYNCREATE(VCFBuilderHostView)// Attributespublic:	VCFBuilderHostView();           // protected constructor used by dynamic creation// Operationspublic:	void newProject();// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(VCFBuilderHostView)	public:	virtual void OnInitialUpdate();	protected:	virtual void OnDraw(CDC* pDC);      // overridden to draw this view	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);	//}}AFX_VIRTUAL// Implementationprotected:	virtual ~VCFBuilderHostView();#ifdef _DEBUG	virtual void AssertValid() const;	virtual void Dump(CDumpContext& dc) const;#endif	// Generated message map functionsprotected:	//{{AFX_MSG(VCFBuilderHostView)	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);	afx_msg void OnSize(UINT nType, int cx, int cy);	//}}AFX_MSG	DECLARE_MESSAGE_MAP()		//VCFBuilder::MainUIPanel * m_vcfBuilderUIPanel;};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_VCFBUILDERHOSTVIEW_H__528A8358_7064_4F07_B830_1DA5774F6807__INCLUDED_)

⌨️ 快捷键说明

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