DlgPwd.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:1k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGPWD_H__BD980E2B_C1CA_457B_B5F1_355AFB0F5946__INCLUDED_)
  2. #define AFX_DLGPWD_H__BD980E2B_C1CA_457B_B5F1_355AFB0F5946__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgPwd.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgPwd dialog
  11. class CDlgPwd : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgPwd(CWnd* pParent = NULL);   // standard constructor
  16. CString strNo;
  17. // Dialog Data
  18. //{{AFX_DATA(CDlgPwd)
  19. enum { IDD = IDD_PWD_A_DIALOG };
  20. CMyButton m_Btn1;
  21. CMyButton m_Btn2;
  22. CString m_str1;
  23. CString m_str2;
  24. CString m_str3;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CDlgPwd)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CDlgPwd)
  36. virtual BOOL OnInitDialog();
  37. virtual void OnOK();
  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_DLGPWD_H__BD980E2B_C1CA_457B_B5F1_355AFB0F5946__INCLUDED_)