Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

36 lines
729 B
C++

// taskmngframe.cpp : implementation file
//
#include "stdafx.h"
#include "geomative.h"
#include "taskmngframe.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CTaskMngFrame
IMPLEMENT_DYNCREATE(CTaskMngFrame, CMDIChildWnd)
CTaskMngFrame::CTaskMngFrame()
{
}
CTaskMngFrame::~CTaskMngFrame()
{
}
BEGIN_MESSAGE_MAP(CTaskMngFrame, CMDIChildWnd)
//{{AFX_MSG_MAP(CTaskMngFrame)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CTaskMngFrame message handlers