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.

43 lines
1.0 KiB

  1. // brwsctrs.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "DPH_TEST.h"
  5. #include "brwsctrs.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char BASED_CODE THIS_FILE[] = __FILE__;
  9. #endif
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CBrowseCountersDlg dialog
  12. CBrowseCountersDlg::CBrowseCountersDlg(CWnd* pParent /*=NULL*/)
  13. : CDialog(CBrowseCountersDlg::IDD, pParent)
  14. {
  15. //{{AFX_DATA_INIT(CBrowseCountersDlg)
  16. // NOTE: the ClassWizard will add member initialization here
  17. //}}AFX_DATA_INIT
  18. }
  19. void CBrowseCountersDlg::DoDataExchange(CDataExchange* pDX)
  20. {
  21. CDialog::DoDataExchange(pDX);
  22. //{{AFX_DATA_MAP(CBrowseCountersDlg)
  23. // NOTE: the ClassWizard will add DDX and DDV calls here
  24. //}}AFX_DATA_MAP
  25. }
  26. BEGIN_MESSAGE_MAP(CBrowseCountersDlg, CDialog)
  27. //{{AFX_MSG_MAP(CBrowseCountersDlg)
  28. // NOTE: the ClassWizard will add message map macros here
  29. //}}AFX_MSG_MAP
  30. END_MESSAGE_MAP()
  31. /////////////////////////////////////////////////////////////////////////////
  32. // CBrowseCountersDlg message handlers