3#include "GUIViewBase.h" 
   10        class FL_EXPORT CGUIFormViewBase : 
public CFormView, 
public CGUIViewBase
 
   12            DECLARE_DYNAMIC(CGUIFormViewBase)
 
   17            CGUIFormViewBase(LPCTSTR lpszTemplateName);
 
   18            CGUIFormViewBase(UINT nIDTemplate);
 
   21            virtual ~CGUIFormViewBase();
 
   27            COLORREF m_crClientFillColor;
 
   31            virtual 
void UpdateTheme();
 
   32            virtual 
void OnDraw(CDC* pDC);
 
   33            afx_msg 
void OnDestroy();
 
   34            afx_msg 
int OnCreate(LPCREATESTRUCT lpCreateStruct);
 
   35            virtual 
void OnInitialUpdate();
 
   36            virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
 
   37            afx_msg BOOL OnEraseBkgnd(CDC* pDC);
 
Definition D2DObject.h:12