DeleteDlg.h
上传用户:tyjx315
上传日期:2015-01-18
资源大小:1685k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_)
  2. #define AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DeleteDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDeleteDlg dialog
  10. class CDeleteDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. bool m_flag;
  15. CDeleteDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDeleteDlg)
  18. enum { IDD = IDD_DETELE_PERSON };
  19. CString m_number;
  20. CString m_name;
  21. CString m_age;
  22. CString m_sex;
  23. CString m_department;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CDeleteDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CDeleteDlg)
  35. virtual void OnOK();
  36. afx_msg void OnDeleteSearch();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_DELETEDLG_H__2405A9F7_DD62_4364_8E51_DD536D01D488__INCLUDED_)