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

📄 carpropertypage1.h

📁 用VC实现的一个简单的旅行预订系统
💻 H
字号:
// CarPropertyPage1.h : header file
//

#ifndef __CARPROPERTYPAGE1_H__
#define __CARPROPERTYPAGE1_H__
#include "TRS.h"
/////////////////////////////////////////////////////////////////////////////
// CCarPropertyPage1 dialog

class CCarPropertyPage1 : public CPropertyPage
{
	DECLARE_DYNCREATE(CCarPropertyPage1)

// Construction
public:
	CCarPropertyPage1();
	~CCarPropertyPage1();

// Dialog Data
	//{{AFX_DATA(CCarPropertyPage1)
	enum { IDD = IDD_CAR_PROPPAGE1 };
	CListCtrl	m_listCarAM;
	CString	m_strCarLoc;
	CString	m_strNumAvail;
	CString	m_strNum;
	CString	m_strPrice;
	//}}AFX_DATA


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

// Implementation
protected:
	void RefreshData();
	// Generated message map functions
	//{{AFX_MSG(CCarPropertyPage1)
	afx_msg void OnBtnCara();
	afx_msg void OnBtnCarM();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickListCarAm(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CCarPropertyPage2 dialog

class CCarPropertyPage2 : public CPropertyPage
{
	DECLARE_DYNCREATE(CCarPropertyPage2)

// Construction
public:
	CCarPropertyPage2();
	~CCarPropertyPage2();

// Dialog Data
	//{{AFX_DATA(CCarPropertyPage2)
	enum { IDD = IDD_CAR_PROPPAGE2 };
	CListCtrl	m_listCarQR;
	CString	m_strCarLoc;
	CString	m_strPrice;
	CString	m_strCustName;
	CString	m_strCarLocRes;
	CString	m_strNumRes;
	//}}AFX_DATA


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

// Implementation
protected:
	void RefreshData();
	// Generated message map functions
	//{{AFX_MSG(CCarPropertyPage2)
	afx_msg void OnBtnCarq();
	afx_msg void OnBtnCarRes();
	virtual BOOL OnInitDialog();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};



#endif // __CARPROPERTYPAGE1_H__

⌨️ 快捷键说明

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