ShowPicStatic2.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_)
  2. #define AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowPicStatic2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowPicStatic2 window
  10. class ShowPicStatic2 : public CStatic
  11. {
  12. // Construction
  13. public:
  14. BOOL m_bDisable;
  15. BOOL m_bStretch;
  16. BYTE m_nFrameMode;
  17. Image *m_pImageBk;
  18. ShowPicStatic2();
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(ShowPicStatic2)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. void ReleaseData();
  30. void SetPicPath(CString pathname);
  31. virtual ~ShowPicStatic2();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(ShowPicStatic2)
  35. afx_msg void OnPaint();
  36. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  37. afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_)