3#include "GUIWndCtrlBase.h" 
    9        class FL_EXPORT CGUIStaticText : 
public CStatic, 
public CGUIWndCtrlBase
 
   13            virtual ~CGUIStaticText();
 
   16            virtual void SetAlignment(Gdiplus::StringAlignment align);
 
   17            virtual void SetLineAlignment(Gdiplus::StringAlignment align);
 
   20            virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) 
override;
 
   21            virtual void DrawBackground(CDC* pDC, CRect& rect);
 
   22            virtual void DrawText(CDC* pDC);
 
   28            Gdiplus::StringFormat m_stringAlign;
 
   35            afx_msg 
int OnCreate(LPCREATESTRUCT lpCreateStruct);
 
   36            afx_msg BOOL OnEraseBkgnd(CDC* pDC);
 
   37            afx_msg 
void OnEnable(BOOL bEnable);
 
   38            afx_msg 
void OnLButtonDown(UINT nFlags, CPoint point);
 
Definition D2DObject.h:12