finddialog.h

来自「一个客房管理系统」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_FINDDIALOG_H__ABC33B47_0315_40C0_B1FE_FAEC1E4D53F0__INCLUDED_)
#define AFX_FINDDIALOG_H__ABC33B47_0315_40C0_B1FE_FAEC1E4D53F0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FindDialog.h : header file
//
#include "RoomSet.h"
/////////////////////////////////////////////////////////////////////////////
// CFindDialog dialog

class CFindDialog : public CDialog
{
// Construction
public:
    CDatabase m_db;
	CRoomSet m_pset;
	CFindDialog(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CFindDialog)
	enum { IDD = IDD_FIND };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFindDialog)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFindDialog)
	afx_msg void OnAskmoney();
	afx_msg void OnAskguest();
	afx_msg void OnSeeopin();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FINDDIALOG_H__ABC33B47_0315_40C0_B1FE_FAEC1E4D53F0__INCLUDED_)

⌨️ 快捷键说明

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