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

Ftp客户端

开发平台:

Visual C++

  1. // PasswordDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CPasswordDlg dialog
  5. class CPasswordDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CPasswordDlg(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CPasswordDlg)
  12. enum { IDD = IDD_PASSWORD };
  13. CString m_Pw1;
  14. CString m_Pw2;
  15. //}}AFX_DATA
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CPasswordDlg)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. // Generated message map functions
  25. //{{AFX_MSG(CPasswordDlg)
  26. virtual void OnOK();
  27. virtual void OnCancel();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };