www.pudn.com > StuMis.rar > EditDlg.h
#if !defined(AFX_EDITDLG_H__04C58C5A_8C21_435E_A636_441D7B0E1E3B__INCLUDED_)
#define AFX_EDITDLG_H__04C58C5A_8C21_435E_A636_441D7B0E1E3B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditDlg dialog
class CEditDlg : public CPropertyPage
{
DECLARE_DYNCREATE(CEditDlg)
// Construction
public:
void UpdatexjList();
void UpdatecfList();
void UpdatemList();
CEditDlg();
~CEditDlg();
// Dialog Data
//{{AFX_DATA(CEditDlg)
enum { IDD = IDD_EDITDLG };
CListCtrl m_xjlist;
CListCtrl m_mlist;
CListCtrl m_cflist;
CString m_in_id;
CString m_out_name;
COleDateTime m_out_birthday;
CString m_out_class;
CString m_out_department;
CString m_out_native_place;
int m_out_sex;
CString m_s_class;
CString m_s_department;
CString m_out_id;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CEditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEditDlg)
virtual BOOL OnInitDialog();
afx_msg void OnXSearch();
afx_msg void OnEdit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITDLG_H__04C58C5A_8C21_435E_A636_441D7B0E1E3B__INCLUDED_)