zoomrect.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #if !defined(AFX_ZOOMRECT_H__CCBDFADF_E296_11D0_AD57_00C04FC2A136__INCLUDED_)
  2. #define AFX_ZOOMRECT_H__CCBDFADF_E296_11D0_AD57_00C04FC2A136__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ZoomRect.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CZoomRect window
  10. class CZoomRect : public CWnd
  11. {
  12. // Construction
  13. public:
  14. CZoomRect();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CZoomRect)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. void SetLocation(int nLeft, int nTop, int nRight, int nBottom);
  26. virtual ~CZoomRect();
  27. // Generated message map functions
  28. protected:
  29. CRect m_rcOutter;
  30. int m_nBorderWidth;
  31. //{{AFX_MSG(CZoomRect)
  32. afx_msg void OnPaint();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_ZOOMRECT_H__CCBDFADF_E296_11D0_AD57_00C04FC2A136__INCLUDED_)