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

📄 旅店管理系统3view.h

📁 vc编写的小型旅馆管理系统
💻 H
字号:
// 旅店管理系统3View.h : interface of the CMy3View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_3VIEW_H__1952E65B_8EB9_4C66_BAFE_C47093D16763__INCLUDED_)
#define AFX_3VIEW_H__1952E65B_8EB9_4C66_BAFE_C47093D16763__INCLUDED_

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

class CMy3Set;

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

public:
	//{{AFX_DATA(CMy3View)
	enum { IDD = IDD_MY3_FORM };
	CMy3Set* m_pSet;
	long	m_y_fjh;
	CString	m_y_yhm;
	CString	m_y_dz;
	CString	m_y_ID;
	CString	m_y_rq;
	long	m_r_fjh;
	long	m_j_fjh;
	long	m_c_fjh;
	CString	m_c_yhm;
	CString	m_y_dhhm;
	CString	m_c_dhhm;
	CString	m_c_dz;
	CString	m_c_ID;
	CString	m_c_rq;
	CString	m_c_zt;
	CString	m_r_jg;
	CString	m_c_jg;
	//}}AFX_DATA

// Attributes
public:
	CMy3Doc* GetDocument();

// Operations
public:

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMy3View)
	afx_msg void OnButton1();
	afx_msg void Onruzhu();
	afx_msg void Onjiezhang();
	afx_msg void On_p();
	afx_msg void On_n();
	afx_msg void On_xg();
	afx_msg void Onshuaxin();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in 旅店管理系统3View.cpp
inline CMy3Doc* CMy3View::GetDocument()
   { return (CMy3Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_3VIEW_H__1952E65B_8EB9_4C66_BAFE_C47093D16763__INCLUDED_)

⌨️ 快捷键说明

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