DeleteDlg.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
- #if !defined(AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_)
- #define AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DeleteDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDeleteDlg dialog
- class CDeleteDlg : public CDialog
- {
- // Construction
- public:
- bool m_flag;
- CDeleteDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDeleteDlg)
- enum { IDD = IDD_DETELE_PERSON };
- CString m_number;
- CString m_name;
- CString m_age;
- CString m_sex;
- CString m_department;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDeleteDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDeleteDlg)
- virtual void OnOK();
- afx_msg void OnDeleteSearch();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_)