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.

52 lines
1.2 KiB

  1. // ObjectProps.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CObjectProps form view
  5. #ifndef __AFXEXT_H__
  6. #include <afxext.h>
  7. #endif
  8. class CObjectProps : public CFormView
  9. {
  10. protected:
  11. CObjectProps(); // protected constructor used by dynamic creation
  12. DECLARE_DYNCREATE(CObjectProps)
  13. // Form Data
  14. public:
  15. //{{AFX_DATA(CObjectProps)
  16. enum { IDD = IDD_SCHEMA };
  17. // NOTE: the ClassWizard will add data members here
  18. //}}AFX_DATA
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CObjectProps)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. virtual ~CObjectProps();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. // Generated message map functions
  37. //{{AFX_MSG(CObjectProps)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////