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

📄 chapter14view.h

📁 第14章 MFC文件操作.rar 第14章 MFC文件操作.rar 第14章 MFC文件操作.rar
💻 H
字号:
// Chapter14View.h : interface of the CChapter14View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_Chapter14VIEW_H__9B8B5AC3_9154_41B7_8F06_89784DA95237__INCLUDED_)
#define AFX_Chapter14VIEW_H__9B8B5AC3_9154_41B7_8F06_89784DA95237__INCLUDED_

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


class CChapter14View : public CListView
{
protected: // create from serialization only
	CChapter14View();
	DECLARE_DYNCREATE(CChapter14View)

// Attributes
public:
	CChapter14Doc* GetDocument();

// Operations
public:

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

// Implementation
public:
	//该函数用来生成标准的文件字段
	CString MakeStr(CString& str, short size);
	virtual ~CChapter14View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CChapter14View)
	afx_msg void OnCFile();
	afx_msg void OnCFileFind();
	afx_msg void OnCSdioFile();
	afx_msg void Onshelloperation();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in Chapter14View.cpp
inline CChapter14Doc* CChapter14View::GetDocument()
   { return (CChapter14Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_Chapter14VIEW_H__9B8B5AC3_9154_41B7_8F06_89784DA95237__INCLUDED_)

⌨️ 快捷键说明

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