p51_03_4view.h

来自「这个课程设计创建了在磁盘上存储某单位所有职工基本信息的系统。实现了添加」· C头文件 代码 · 共 73 行

H
73
字号
// p51_03_4View.h : interface of the CP51_03_4View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_P51_03_4VIEW_H__81EF03D7_03E3_4F50_A488_5ED462DE7F7B__INCLUDED_)
#define AFX_P51_03_4VIEW_H__81EF03D7_03E3_4F50_A488_5ED462DE7F7B__INCLUDED_

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


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

// Attributes
public:
	CP51_03_4Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CP51_03_4View)
	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:
	virtual ~CP51_03_4View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CP51_03_4View)
	afx_msg void OnMenuSearch();
	afx_msg void OnViewAll();
	afx_msg void OnMenuViewold();
	afx_msg void OnMenuUnmarrige();
	afx_msg void OnMenuViewpost();
	afx_msg void OnMenuViewyoung();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in p51_03_4View.cpp
inline CP51_03_4Doc* CP51_03_4View::GetDocument()
   { return (CP51_03_4Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_P51_03_4VIEW_H__81EF03D7_03E3_4F50_A488_5ED462DE7F7B__INCLUDED_)

⌨️ 快捷键说明

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