www.pudn.com > PBMS.rar > ReturnDlg.h
#if !defined(AFX_RETURNDLG_H__B230029A_E13D_4ECC_85DF_62488A6AB40D__INCLUDED_)
#define AFX_RETURNDLG_H__B230029A_E13D_4ECC_85DF_62488A6AB40D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReturnDlg.h : header file
//
#include "PBMSView.h"
/////////////////////////////////////////////////////////////////////////////
// CReturnDlg dialog
class CReturnDlg : public CDialog
{
// Construction
public:
CReturnDlg(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CReturnDlg)
// Dialog Data
//{{AFX_DATA(CReturnDlg)
enum { IDD = IDD_BOOK_RETURN };
CButtonST m_btnDel;
CListCtrl m_listReturn;
//}}AFX_DATA
public:
void MyEnableCtrl(BOOL enable = TRUE);
void RefreshColumnData();
void SetColumnName();
CArray m_userBooks;//用户书籍对列
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReturnDlg)
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(CReturnDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnButtonDel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void AlignControls();
void SizeAllColumn();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RETURNDLG_H__B230029A_E13D_4ECC_85DF_62488A6AB40D__INCLUDED_)