ButtonNew.cpp 644 B

123456789101112131415161718192021222324252627282930313233
  1. // ButtonNew.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "newclient.h"
  5. #include "ButtonNew.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CButtonNew
  13. CButtonNew::CButtonNew()
  14. {
  15. }
  16. CButtonNew::~CButtonNew()
  17. {
  18. }
  19. BEGIN_MESSAGE_MAP(CButtonNew, CButton)
  20. //{{AFX_MSG_MAP(CButtonNew)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()
  24. /////////////////////////////////////////////////////////////////////////////
  25. // CButtonNew message handlers