www.pudn.com > chenjing.rar > CheckProofDlg.h, change:2003-06-17,size:1415b
#if !defined(AFX_CHECKPROOFDLG_H__E4ECD975_8AFA_4295_87A5_D947B37290E0__INCLUDED_)
#define AFX_CHECKPROOFDLG_H__E4ECD975_8AFA_4295_87A5_D947B37290E0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CheckProofDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCheckProofDlg dialog
class CCheckProofDlg : public CDialog
{
// Construction
public:
CDatabase m_database;
CCheckProofDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCheckProofDlg)
enum { IDD = IDD_DIALOG_CHECKPROOF };
CListCtrl m_ctrList;
CString m_strProofID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCheckProofDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCheckProofDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButtonCheckProof();
afx_msg void OnButtonBack();
afx_msg void OnClose();
afx_msg void OnButtonShowAll();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHECKPROOFDLG_H__E4ECD975_8AFA_4295_87A5_D947B37290E0__INCLUDED_)