UserAccountDlg.h
资源名称:warftpd.zip [点击查看]
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // UserAccountDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUserAccountDlg dialog
- class CUserDialog;
- class CUserAccountDlg : public CDialog
- {
- // Construction
- public:
- CUserAccountDlg(CWnd* pParent = NULL); // standard constructor
- BOOL DoChngPwd();
- // Dialog Data
- //{{AFX_DATA(CUserAccountDlg)
- enum { IDD = IDD_UTAB_LOGIN };
- //}}AFX_DATA
- CUserDialog *m_pUserDlg;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserAccountDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CUserAccountDlg)
- afx_msg void OnDisable();
- afx_msg void OnExpire();
- afx_msg void OnPwChange();
- afx_msg void OnPwEmail();
- afx_msg void OnPwNone();
- afx_msg void OnPwNormal();
- afx_msg void OnAdmin();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };