Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
818 B

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