12345678910111213141516171819202122232425262728293031 |
- #if !defined(AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_)
- #define AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class ShowPicStatic2 : public CStatic
- {
- public:
- BOOL m_bDisable;
- BOOL m_bStretch;
- BYTE m_nFrameMode;
- Image *m_pImageBk;
- ShowPicStatic2();
- public:
- void ReleaseData();
- void SetPicPath(CString pathname);
- virtual ~ShowPicStatic2();
- protected:
- afx_msg void OnPaint();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
- DECLARE_MESSAGE_MAP()
- };
- #endif // !defined(AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_)
|