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.

107 lines
2.6 KiB

  1. // ObjectProps.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "viewex.h"
  5. #include "objprops.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CObjectProps
  13. IMPLEMENT_DYNCREATE(CObjectProps, CFormView)
  14. /***********************************************************
  15. Function:
  16. Arguments:
  17. Return:
  18. Purpose:
  19. Author(s):
  20. Revision:
  21. Date:
  22. ***********************************************************/
  23. CObjectProps::CObjectProps()
  24. : CFormView(CObjectProps::IDD)
  25. {
  26. //{{AFX_DATA_INIT(CObjectProps)
  27. // NOTE: the ClassWizard will add member initialization here
  28. //}}AFX_DATA_INIT
  29. }
  30. /***********************************************************
  31. Function:
  32. Arguments:
  33. Return:
  34. Purpose:
  35. Author(s):
  36. Revision:
  37. Date:
  38. ***********************************************************/
  39. CObjectProps::~CObjectProps()
  40. {
  41. }
  42. /***********************************************************
  43. Function:
  44. Arguments:
  45. Return:
  46. Purpose:
  47. Author(s):
  48. Revision:
  49. Date:
  50. ***********************************************************/
  51. void CObjectProps::DoDataExchange(CDataExchange* pDX)
  52. {
  53. CFormView::DoDataExchange(pDX);
  54. //{{AFX_DATA_MAP(CObjectProps)
  55. // NOTE: the ClassWizard will add DDX and DDV calls here
  56. //}}AFX_DATA_MAP
  57. }
  58. BEGIN_MESSAGE_MAP(CObjectProps, CFormView)
  59. //{{AFX_MSG_MAP(CObjectProps)
  60. // NOTE - the ClassWizard will add and remove mapping macros here.
  61. //}}AFX_MSG_MAP
  62. END_MESSAGE_MAP()
  63. /////////////////////////////////////////////////////////////////////////////
  64. // CObjectProps diagnostics
  65. #ifdef _DEBUG
  66. /***********************************************************
  67. Function:
  68. Arguments:
  69. Return:
  70. Purpose:
  71. Author(s):
  72. Revision:
  73. Date:
  74. ***********************************************************/
  75. void CObjectProps::AssertValid() const
  76. {
  77. CFormView::AssertValid();
  78. }
  79. /***********************************************************
  80. Function:
  81. Arguments:
  82. Return:
  83. Purpose:
  84. Author(s):
  85. Revision:
  86. Date:
  87. ***********************************************************/
  88. void CObjectProps::Dump(CDumpContext& dc) const
  89. {
  90. CFormView::Dump(dc);
  91. }
  92. #endif //_DEBUG
  93. /////////////////////////////////////////////////////////////////////////////
  94. // CObjectProps message handlers