00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_CLIENTAREAWND_H__9802A8EE_E0EC_48CD_AB34_6BE9737F8E21__INCLUDED_) 00007 #define AFX_CLIENTAREAWND_H__9802A8EE_E0EC_48CD_AB34_6BE9737F8E21__INCLUDED_ 00008 00009 #include "WndSplitter.h" 00010 #include "PlugToolBarContainer.h" 00011 #include "PlugFrame.h" 00012 #include "PluginFrame2.h" 00013 00014 #if _MSC_VER > 1000 00015 #pragma once 00016 #endif 00017 00018 class CClientAreaWnd : public CWnd 00019 { 00020 friend class CChildView; 00021 friend class CMainFrame; 00022 00023 public: 00024 CClientAreaWnd(); 00025 00026 public: 00027 00028 public: 00029 00030 00031 //{{AFX_VIRTUAL(CClientAreaWnd) 00032 //}}AFX_VIRTUAL 00033 00034 public: 00035 00036 void SaveState(); 00037 00038 BOOL m_bShowSWBar; 00039 00040 BOOL Create (CWnd *pParent); 00041 virtual ~CClientAreaWnd(); 00042 00043 00044 protected: 00045 CPluginFrame2 m_plugs2; 00046 00047 //{{AFX_MSG(CClientAreaWnd) 00048 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 00049 afx_msg void OnSize(UINT nType, int cx, int cy); 00050 afx_msg void OnSetFocus(CWnd* pOldWnd); 00051 afx_msg BOOL OnEraseBkgnd(CDC* pDC); 00052 //}}AFX_MSG 00053 DECLARE_MESSAGE_MAP() 00054 }; 00055 00056 //{{AFX_INSERT_LOCATION}//}} 00057 00058 #endif
1.5.6