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

📄 qxbview.h

📁 这是一套学校设备管理系统的源码 里面有树形结构使用的很棒的方法
💻 H
字号:
// qxbView.h : interface of the CQxbView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_QXBVIEW_H__0278284C_BA99_11D6_8F14_5254ABD11B62__INCLUDED_)
#define AFX_QXBVIEW_H__0278284C_BA99_11D6_8F14_5254ABD11B62__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CQxbView : public CView
{
protected: // create from serialization only
	CQxbView();
	DECLARE_DYNCREATE(CQxbView)

// Attributes
public:
	CQxbDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CQxbView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CQxbView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CQxbView)
	afx_msg void Onbzbzsy();
	afx_msg void Onbzcggl();
	afx_msg void Onbzdbgl();
	afx_msg void Onbzjcdwgl();
	afx_msg void Onbzpbgl();
	afx_msg void Onbzsbjfpgl();
	afx_msg void Onbzyqsbgl();
	afx_msg void Onbzzxgl();
	afx_msg void Oncgglcx();
	afx_msg void Oncgglxg();
	afx_msg void Oncgjhglcx();
	afx_msg void Oncgjhglsc();
	afx_msg void Oncgjhglxg();
	afx_msg void Oncgjhglxz();
	afx_msg void Ondbglcx();
	afx_msg void Ondbglsc();
	afx_msg void Ondbglxg();
	afx_msg void Ondbglxz();
	afx_msg void Onfpglcx();
	afx_msg void Onfpglsc();
	afx_msg void Onfpglxg();
	afx_msg void Onfpglxz();
	afx_msg void Onjcdwglcx();
	afx_msg void Onjcdwglsc();
	afx_msg void Onjcdwglxg();
	afx_msg void Onjcdwglxz();
	afx_msg void Onpbglcx();
	afx_msg void Onpbglsc();
	afx_msg void Onpbglxg();
	afx_msg void Onpbglxz();
	afx_msg void Onsbglcx();
	afx_msg void Onsbglsp();
	afx_msg void Onyqsbglcx();
	afx_msg void Onzxglcx();
	afx_msg void Onzxglsc();
	afx_msg void Onzxglxg();
	afx_msg void Onzxglxz();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in qxbView.cpp
inline CQxbDoc* CQxbView::GetDocument()
   { return (CQxbDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_QXBVIEW_H__0278284C_BA99_11D6_8F14_5254ABD11B62__INCLUDED_)

⌨️ 快捷键说明

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