00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #if !defined(AFX_PLUGFRAME_H__2F18C148_2AB2_4A87_B684_E36868D557F3__INCLUDED_) 00006 #define AFX_PLUGFRAME_H__2F18C148_2AB2_4A87_B684_E36868D557F3__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif 00011 00012 class CPlugFrame : public CWnd 00013 { 00014 00015 public: 00016 CPlugFrame(); 00017 00018 public: 00019 00020 public: 00021 00022 00023 //{{AFX_VIRTUAL(CPlugFrame) 00024 //}}AFX_VIRTUAL 00025 00026 public: 00027 00028 void SetPluginWindow (HWND hWnd); 00029 00030 void SetFrameName (LPCTSTR pszName); 00031 BOOL Create (CWnd* pParent); 00032 virtual ~CPlugFrame(); 00033 00034 00035 protected: 00036 CFont m_font; 00037 COLORREF m_clrBkCaption, m_clrCaptionText; 00038 void SetupPluginRect(); 00039 int m_dyCaption; 00040 HWND m_wndPlugin; 00041 CString m_strFrameName; 00042 //{{AFX_MSG(CPlugFrame) 00043 afx_msg void OnPaint(); 00044 afx_msg void OnSize(UINT nType, int cx, int cy); 00045 afx_msg void OnSetFocus(CWnd* pOldWnd); 00046 //}}AFX_MSG 00047 DECLARE_MESSAGE_MAP() 00048 }; 00049 00050 //{{AFX_INSERT_LOCATION}//}} 00051 00052 #endif
1.5.6