47 lines
1.2 KiB
C++
47 lines
1.2 KiB
C++
#if !defined(AFX_TASKMNGFRAME_H__796414E4_E1CB_41A6_9B04_91553F3E285E__INCLUDED_)
|
|
#define AFX_TASKMNGFRAME_H__796414E4_E1CB_41A6_9B04_91553F3E285E__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// taskmngframe.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CTaskMngFrame frame
|
|
|
|
class CTaskMngFrame : public CMDIChildWnd
|
|
{
|
|
DECLARE_DYNCREATE(CTaskMngFrame)
|
|
protected:
|
|
CTaskMngFrame(); // protected constructor used by dynamic creation
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CTaskMngFrame)
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
virtual ~CTaskMngFrame();
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CTaskMngFrame)
|
|
// NOTE - the ClassWizard will add and remove member functions here.
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_TASKMNGFRAME_H__796414E4_E1CB_41A6_9B04_91553F3E285E__INCLUDED_)
|