www.pudn.com > PBMS.rar > ReturnTimeDlg.h


#if !defined(AFX_RETURNTIMEDLG_H__CFEEB3C9_867C_4F44_B585_0EEF0E6BBEB1__INCLUDED_) 
#define AFX_RETURNTIMEDLG_H__CFEEB3C9_867C_4F44_B585_0EEF0E6BBEB1__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ReturnTimeDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CReturnTimeDlg dialog 
 
class CReturnTimeDlg : public CDialog 
{ 
// Construction 
public: 
	CReturnTimeDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CReturnTimeDlg) 
	enum { IDD = IDD_RETURNTIME }; 
	CTime	m_returnTime;				//不仅是还书时间,而且还可用作续借时间 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CReturnTimeDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CReturnTimeDlg) 
	virtual void OnOK(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RETURNTIMEDLG_H__CFEEB3C9_867C_4F44_B585_0EEF0E6BBEB1__INCLUDED_)