UserAccountDlg.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // UserAccountDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CUserAccountDlg dialog
  5. class CUserDialog;
  6. class CUserAccountDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CUserAccountDlg(CWnd* pParent = NULL);   // standard constructor
  11. BOOL DoChngPwd();
  12. // Dialog Data
  13. //{{AFX_DATA(CUserAccountDlg)
  14. enum { IDD = IDD_UTAB_LOGIN };
  15. //}}AFX_DATA
  16. CUserDialog *m_pUserDlg;
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CUserAccountDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CUserAccountDlg)
  27. afx_msg void OnDisable();
  28. afx_msg void OnExpire();
  29. afx_msg void OnPwChange();
  30. afx_msg void OnPwEmail();
  31. afx_msg void OnPwNone();
  32. afx_msg void OnPwNormal();
  33. afx_msg void OnAdmin();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };