Psw.h 1.2 KB

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