This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
@@ -0,0 +1,35 @@
// 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