home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Bas / Détente / WinPenguins / UrlStatic.h < prev    next >
C/C++ Source or Header  |  2001-04-19  |  2KB  |  79 lines

  1. /**
  2.  * $Id: UrlStatic.h,v 1.1 2001/04/19 19:16:15 mvines Exp $
  3.  *
  4.  *  Copyright (C) 2001  Michael Vines
  5.  *
  6.  *  This program is free software; you can redistribute it and/or modify
  7.  *  it under the terms of the GNU General Public License as published by
  8.  *  the Free Software Foundation; either version 2 of the License, or
  9.  *  (at your option) any later version.
  10.  *
  11.  *  This program is distributed in the hope that it will be useful,
  12.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  *  GNU General Public License for more details.
  15.  *
  16.  *  You should have received a copy of the GNU General Public License
  17.  *  along with this program; if not, write to the Free Software
  18.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  *
  20.  *  As a special exception, Michael Vines gives permission to link this program
  21.  *  with the Microsoft Visual C++ Runtime/MFC Environment, and distribute the
  22.  *  resulting executable, without including the source code for the Microsoft 
  23.  *  Visual C++ Runtime/MFC Environment in the source distribution
  24.  */
  25.  
  26. #if !defined(AFX_URLSTATIC_H__7E240B89_C265_4298_87CF_4FB6D8FB612B__INCLUDED_)
  27. #define AFX_URLSTATIC_H__7E240B89_C265_4298_87CF_4FB6D8FB612B__INCLUDED_
  28.  
  29. #if _MSC_VER > 1000
  30. #pragma once
  31. #endif // _MSC_VER > 1000
  32. // UrlStatic.h : header file
  33. //
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. // CUrlStatic window
  37.  
  38. class CUrlStatic : public CStatic
  39. {
  40. // Construction
  41. public:
  42.     CUrlStatic();
  43.  
  44. // Attributes
  45. public:
  46.  
  47. // Operations
  48. public:
  49.  
  50. // Overrides
  51.     // ClassWizard generated virtual function overrides
  52.     //{{AFX_VIRTUAL(CUrlStatic)
  53.     public:
  54.     virtual BOOL Create(CWnd *parent, UINT staticId);
  55.  
  56.     //}}AFX_VIRTUAL
  57.  
  58. // Implementation
  59. public:
  60.     virtual ~CUrlStatic();
  61.  
  62.     // Generated message map functions
  63. protected:
  64.     BOOL m_mouseDown;
  65.     //{{AFX_MSG(CUrlStatic)
  66.     afx_msg void OnPaint();
  67.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  68.     //}}AFX_MSG
  69.  
  70.     DECLARE_MESSAGE_MAP()
  71. };
  72.  
  73. /////////////////////////////////////////////////////////////////////////////
  74.  
  75. //{{AFX_INSERT_LOCATION}}
  76. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  77.  
  78. #endif // !defined(AFX_URLSTATIC_H__7E240B89_C265_4298_87CF_4FB6D8FB612B__INCLUDED_)
  79.