123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #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 // _MSC_VER > 1000
- // ShowPicStatic2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ShowPicStatic2 window
- class ShowPicStatic2 : public CStatic
- {
- // Construction
- public:
- BOOL m_bDisable;
- BOOL m_bStretch;
- BYTE m_nFrameMode;
- Image *m_pImageBk;
- ShowPicStatic2();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ShowPicStatic2)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void ReleaseData();
- void SetPicPath(CString pathname);
- virtual ~ShowPicStatic2();
- // Generated message map functions
- protected:
- //{{AFX_MSG(ShowPicStatic2)
- afx_msg void OnPaint();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWPICSTATIC2_H__709E221A_857F_48EB_8138_51F738208C88__INCLUDED_)
|