www.pudn.com > CraftFTP_gb.rar > ContainView.h
#if !defined(AFX_CONTAINVIEW_H__95DAE0A2_ADF5_4041_A741_9F54FA3B3AEE__INCLUDED_)
#define AFX_CONTAINVIEW_H__95DAE0A2_ADF5_4041_A741_9F54FA3B3AEE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ContainView.h : header file
//
#include "TaskListCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// CContainView view
class CContainView : public CView
{
public:
CContainView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CContainView)
// Attributes
public:
CTaskListCtrl m_TaskListCtrl;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CContainView)
public:
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CContainView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CContainView)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnSetFocus(CWnd* pOldWnd);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONTAINVIEW_H__95DAE0A2_ADF5_4041_A741_9F54FA3B3AEE__INCLUDED_)