00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #if !defined(AFX_PLUGTOOLBARCONTAINER_H__3CC12D5A_80C7_49BA_8DA4_100B42B367B3__INCLUDED_) 00006 #define AFX_PLUGTOOLBARCONTAINER_H__3CC12D5A_80C7_49BA_8DA4_100B42B367B3__INCLUDED_ 00007 00008 #include "PlugToolBar.h" 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CPlugToolBarContainer : public CWnd 00014 { 00015 friend class CChildView; 00016 friend class CMainFrame; 00017 00018 public: 00019 CPlugToolBarContainer(); 00020 00021 public: 00022 00023 public: 00024 00025 00026 //{{AFX_VIRTUAL(CPlugToolBarContainer) 00027 //}}AFX_VIRTUAL 00028 00029 public: 00030 void SetPlugsFrame (CPlugFrame* pFrame); 00031 BOOL Create (CWnd *pParent); 00032 virtual ~CPlugToolBarContainer(); 00033 00034 00035 protected: 00036 CPlugToolBar m_plugToolBar; 00037 //{{AFX_MSG(CPlugToolBarContainer) 00038 afx_msg void OnSize(UINT nType, int cx, int cy); 00039 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 00040 afx_msg void OnPaint(); 00041 //}}AFX_MSG 00042 DECLARE_MESSAGE_MAP() 00043 }; 00044 00045 //{{AFX_INSERT_LOCATION}//}} 00046 00047 #endif
1.5.6