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

📄 vc13view.h

📁 Visual C++ 6.0编程基础与范例
💻 H
字号:
// vc13View.h : interface of the CVc13View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_VC13VIEW_H__B6CAF66C_90A3_11D3_9FEE_E64A3EC4EF35__INCLUDED_)
#define AFX_VC13VIEW_H__B6CAF66C_90A3_11D3_9FEE_E64A3EC4EF35__INCLUDED_

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

class CVc13Set;

class CVc13View : public CRecordView
{
protected: // create from serialization only
	CVc13View();
	DECLARE_DYNCREATE(CVc13View)

public:
	//{{AFX_DATA(CVc13View)
	enum { IDD = IDD_VC13_FORM };
	CVc13Set* m_pSet;
	CString	m_xm;
	CString	m_dz;
	CString	m_bg;
	CString	m_jt;
	//}}AFX_DATA

// Attributes
public:
	CVc13Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVc13View)
	public:
	virtual CRecordset* OnGetRecordset();
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	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 ~CVc13View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CVc13View)
	afx_msg void OnRecDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in vc13View.cpp
inline CVc13Doc* CVc13View::GetDocument()
   { return (CVc13Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_VC13VIEW_H__B6CAF66C_90A3_11D3_9FEE_E64A3EC4EF35__INCLUDED_)

⌨️ 快捷键说明

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