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.

55 lines
1.4 KiB

  1. // GetPropTestDlg.h : header file
  2. //
  3. #if !defined(AFX_GETPROPTESTDLG_H__B68553D4_1D10_11D3_8C81_0090270D48D1__INCLUDED_)
  4. #define AFX_GETPROPTESTDLG_H__B68553D4_1D10_11D3_8C81_0090270D48D1__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGetPropTestDlg dialog
  10. class CGetPropTestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CGetPropTestDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CGetPropTestDlg)
  17. enum { IDD = IDD_GETPROPTEST_DIALOG };
  18. CString m_strClass;
  19. CString m_strSource;
  20. CString m_strTarget;
  21. CString m_strTargetDomain;
  22. CString m_strSourceDomain;
  23. CString m_strCont;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CGetPropTestDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. // Generated message map functions
  34. //{{AFX_MSG(CGetPropTestDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_GETPROPTESTDLG_H__B68553D4_1D10_11D3_8C81_0090270D48D1__INCLUDED_)