Windows NT 4.0 source code leak
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.

56 lines
1.2 KiB

4 years ago
  1. // mainfrm.cpp : implementation of the CMainFrame class
  2. //
  3. #include "stdafx.h"
  4. #include "dbwin32.h"
  5. #include "mainfrm.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char BASED_CODE THIS_FILE[] = __FILE__;
  9. #endif
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMainFrame
  12. IMPLEMENT_DYNAMIC(CMainFrame, CMDIFrameWnd)
  13. BEGIN_MESSAGE_MAP(CMainFrame, CMDIFrameWnd)
  14. //{{AFX_MSG_MAP(CMainFrame)
  15. // NOTE - the ClassWizard will add and remove mapping macros here.
  16. // DO NOT EDIT what you see in these blocks of generated code !
  17. //}}AFX_MSG_MAP
  18. END_MESSAGE_MAP()
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CMainFrame construction/destruction
  21. CMainFrame::CMainFrame()
  22. {
  23. // TODO: add member initialization code here
  24. }
  25. CMainFrame::~CMainFrame()
  26. {
  27. }
  28. /////////////////////////////////////////////////////////////////////////////
  29. // CMainFrame diagnostics
  30. #ifdef _DEBUG
  31. void CMainFrame::AssertValid() const
  32. {
  33. CMDIFrameWnd::AssertValid();
  34. }
  35. void CMainFrame::Dump(CDumpContext& dc) const
  36. {
  37. CMDIFrameWnd::Dump(dc);
  38. }
  39. #endif //_DEBUG
  40. /////////////////////////////////////////////////////////////////////////////
  41. // CMainFrame message handlers