XIUGMMDLG.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

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