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

📄 xindowview.h

📁 我们使用Windows资源管理器[Exporlor]时
💻 H
字号:
// XindowView.h : interface of the CXindowView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_XINDOWVIEW_H__8918C245_28B9_48F9_BFED_03BD68FED29F__INCLUDED_)
#define AFX_XINDOWVIEW_H__8918C245_28B9_48F9_BFED_03BD68FED29F__INCLUDED_

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

#include "XindowForm.h"
#include "XindowList.h"
#include "XindowDoc.h"

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

// Attributes
public:
	CXindowDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CXindowView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	CXindowList * m_pList;
	CXindowForm * m_pForm;

	virtual ~CXindowView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	BOOL m_bFormShow;
	CView* okCreateView(CRuntimeClass *pViewClass, int nCtrlID);

	//{{AFX_MSG(CXindowView)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in XindowView.cpp
inline CXindowDoc* CXindowView::GetDocument()
   { return (CXindowDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_XINDOWVIEW_H__8918C245_28B9_48F9_BFED_03BD68FED29F__INCLUDED_)

⌨️ 快捷键说明

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