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.

52 lines
1.3 KiB

  1. #if !defined(AFX_COMPPWDAGETESTDLG_H__00CBAFC0_30C5_11D3_8AE6_00A0C9AFE114__INCLUDED_)
  2. #define AFX_COMPPWDAGETESTDLG_H__00CBAFC0_30C5_11D3_8AE6_00A0C9AFE114__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CompPwdAgeTestDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCompPwdAgeTestDlg dialog
  10. class CCompPwdAgeTestDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CCompPwdAgeTestDlg)
  13. // Construction
  14. public:
  15. CCompPwdAgeTestDlg();
  16. ~CCompPwdAgeTestDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CCompPwdAgeTestDlg)
  19. enum { IDD = IDD_COMP_PWDAGE_TEST };
  20. CString m_Computer;
  21. CString m_Domain;
  22. CString m_Filename;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CCompPwdAgeTestDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CCompPwdAgeTestDlg)
  34. afx_msg void OnExport();
  35. afx_msg void OnGetPwdAge();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_COMPPWDAGETESTDLG_H__00CBAFC0_30C5_11D3_8AE6_00A0C9AFE114__INCLUDED_)