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.

33 lines
612 B

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