www.pudn.com > PBMS.rar > LibDlg.h
#if !defined(AFX_LIBDLG_H__78D60EA3_5413_403D_8447_A6DE682611AE__INCLUDED_)
#define AFX_LIBDLG_H__78D60EA3_5413_403D_8447_A6DE682611AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LibDlg.h : header file
//
#include "PBMSView.h"
/////////////////////////////////////////////////////////////////////////////
// CLibDlg dialog
class CLibDlg : public CDialog
{
// Construction
public:
CLibDlg(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CLibDlg)
// Dialog Data
//{{AFX_DATA(CLibDlg)
enum { IDD = IDD_LIB_INFO };
BOOL m_bHasHoliday;
CTime m_HolidayBegin;
CTime m_HolidayEnd;
int m_reborrowCount;
int m_BorrowTime;
int m_ID;
CString m_szName;
int m_ReborrowTime;
int m_MaxBookCount;
//}}AFX_DATA
public:
LIBINFO m_curLibInfo; //当前图书馆信息
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLibDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLibDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButtonSave();
afx_msg void OnCheckHasholiday();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LIBDLG_H__78D60EA3_5413_403D_8447_A6DE682611AE__INCLUDED_)