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_FDCBUTTON_H__C2538FC4_5714_4E65_9C53_6C451678AB50__INCLUDED_) 00007 #define AFX_FDCBUTTON_H__C2538FC4_5714_4E65_9C53_6C451678AB50__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #pragma warning (push, 3) 00014 #include "FDMCustomized/FDMCustomized_lib/FDMCustomizations.h" 00015 #include "Wnd_Banner.h" 00016 #include "FDCButton.h" 00017 #pragma warning (pop) 00018 00019 class CFDCButton : public CWnd 00020 { 00021 00022 public: 00023 CFDCButton(); 00024 00025 public: 00026 00027 public: 00028 00029 //{{AFX_VIRTUAL(CFDCButton) 00030 //}}AFX_VIRTUAL 00031 00032 public: 00033 vmsFDMCustomizations* m_pCusts; 00034 void Create (CWnd* pWndParent); 00035 virtual ~CFDCButton(); 00036 00037 protected: 00038 CImageList m_FDCImage; 00039 CToolBar m_tbFDC; 00040 void SetupButton(); 00041 //{{AFX_MSG(CFDCButton) 00042 afx_msg void OnSize(UINT nType, int cx, int cy); 00043 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 00044 afx_msg void OnFDC(); 00045 //}}AFX_MSG 00046 DECLARE_MESSAGE_MAP() 00047 }; 00048 00049 //{{AFX_INSERT_LOCATION}//}} 00050 00051 #endif
1.5.6