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