#if !defined(AFX_ERO_STAT_HPP__DF0D3851_6662_11D1_B657_006097828C2B__INCLUDED_) #define AFX_ERO_STAT_HPP__DF0D3851_6662_11D1_B657_006097828C2B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif /* _MSC_VER >= 1000*/ /* ErO_Stat.hpp : header file*/ /**/ /*///////////////////////////////////////////////////////////////////////////*/ typedef enum ErO_eStaticType { ERO_STATIC_TYPE__UNKNOWN = 0, ERO_STATIC_TYPE__MODULE, ERO_STATIC_TYPE__ACTION, ERO_STATIC_TYPE__DEBUG, ERO_STATIC_TYPE__SCRIPT, ERO_STATIC_TYPE__ADDITIONNAL, /*Always at last position !!*/ ERO_STATIC_TYPE__NUMBER_OF_TYPES } ErO_tdeStaticType; /*///////////////////////////////////////////////////////////////////////////*/ /* ErO_StaticForMoreInfos window*/ class ErO_StaticForMoreInfos : public CStatic { /* Construction*/ public: ErO_StaticForMoreInfos(); /* Attributes*/ public: private: ErO_tdeStaticType m_pri_tdeType; /* Operations*/ public: void m_pub_fn_vSetType(ErO_tdeStaticType _tdeType); /* Overrides*/ /* ClassWizard generated virtual function overrides*/ /*{{AFX_VIRTUAL(ErO_StaticForMoreInfos)*/ /*}}AFX_VIRTUAL*/ /* Implementation*/ public: virtual ~ErO_StaticForMoreInfos(); /* Generated message map functions*/ protected: /*{{AFX_MSG(ErO_StaticForMoreInfos)*/ afx_msg void OnMouseMove(UINT nFlags, CPoint point); /*}}AFX_MSG*/ DECLARE_MESSAGE_MAP() }; /*///////////////////////////////////////////////////////////////////////////*/ /*{{AFX_INSERT_LOCATION}}*/ /* Microsoft Developer Studio will insert additional declarations immediately before the previous line.*/ #endif /* !defined(AFX_ERO_STAT_HPP__DF0D3851_6662_11D1_B657_006097828C2B__INCLUDED_)*/