Leaked source code of windows server 2003
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.

45 lines
1.0 KiB

  1. //--------------------------------------------------------
  2. class CNTBrowsingDialog : public CDialog
  3. {
  4. public:
  5. // construct / deconstruct
  6. CNTBrowsingDialog( UINT nIDTemplate, CWnd* pParentWnd = NULL );
  7. // overrides
  8. virtual void OnOK();
  9. virtual BOOL OnInitDialog();
  10. // Dialog Data
  11. //{{AFX_DATA(CEditOne11MapDlg)
  12. CEdit m_cedit_password;
  13. CEdit m_cedit_accountname;
  14. CString m_sz_accountname;
  15. CStrPassword m_sz_password;
  16. //}}AFX_DATA
  17. // CEdit m_cedit_password;
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CNTBrowsingDialog)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. // Generated message map functions
  27. //{{AFX_MSG(CNTBrowsingDialog)
  28. afx_msg void OnBrowse();
  29. afx_msg void OnChangePassword();
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. CStrPassword m_szOrigPass;
  33. BOOL m_bPassTyped;
  34. };