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.

58 lines
1.4 KiB

  1. #if !defined(AFX_TRUSTTST_H__C8366FEA_6C33_4C3D_9DC1_3DF296106948__INCLUDED_)
  2. #define AFX_TRUSTTST_H__C8366FEA_6C33_4C3D_9DC1_3DF296106948__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TrustTst.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTrustTst dialog
  10. class CTrustTst : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CTrustTst)
  13. // Construction
  14. public:
  15. CTrustTst();
  16. ~CTrustTst();
  17. // Dialog Data
  18. //{{AFX_DATA(CTrustTst)
  19. enum { IDD = IDD_TRUST };
  20. CString m_Trusted;
  21. CString m_Trusting;
  22. CString m_CredTrustedAccount;
  23. CString m_CredTrustedDomain;
  24. CString m_CredTrustedPassword;
  25. CString m_CredTrustingAccount;
  26. CString m_CredTrustingDomain;
  27. CString m_CredTrustingPassword;
  28. BOOL m_Bidirectional;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CTrustTst)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CTrustTst)
  40. afx_msg void OnCreateTrust();
  41. afx_msg void OnCreateWithCreds();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_TRUSTTST_H__C8366FEA_6C33_4C3D_9DC1_3DF296106948__INCLUDED_)