shujukudlg.h

来自「这是一个简单的酒店管理系统」· C头文件 代码 · 共 76 行

H
76
字号
// ShuJuKuDlg.h : header file
//

#if !defined(AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_)
#define AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_

#include <afxdb.h>

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

/////////////////////////////////////////////////////////////////////////////
// CShuJuKuDlg dialog

class CShuJuKuDlg : public CDialog
{
// Construction
public:
	CShuJuKuDlg(CWnd* pParent = NULL);	// standard constructor
	~CShuJuKuDlg();

// Dialog Data
	//{{AFX_DATA(CShuJuKuDlg)
	enum { IDD = IDD_SHUJUKU_DIALOG };
	CComboBox	m_RoomPrice;
	CListCtrl	m_Result;
	CComboBox	m_HotelCity;
	CString	m_CustomerID;
	CString	m_CustomerName;
	CString	m_HotelName;
	CString	m_PriceFrom;
	CString	m_PriceTo;
	CString	m_ShowHouse;
	CString	m_ShowHouse2;
	COleDateTime	m_STime;
	COleDateTime	m_ETime;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	CDatabase dbAgent;
	CString temp;
	CString temp1;

	// Generated message map functions
	//{{AFX_MSG(CShuJuKuDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnChangeCustomerID();
	afx_msg void OnChaXun();
	afx_msg void OnDblclkResult(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void Onquedingfangxing();
	afx_msg void OnSelchangeRoomPrice();
	afx_msg void OnYuDing();
	afx_msg void OnInsertCustomer();
	afx_msg void OnInsertHotel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_)

⌨️ 快捷键说明

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