3#include "GUIPaneBase.h" 
   11        class FL_EXPORT CGUIPaneDialogCustomEmbedded : 
public CGUIPaneBase
 
   14            CGUIPaneDialogCustomEmbedded(CGUIDialogCustomEmbedded* pDlgCustom) 
noexcept;
 
   15            virtual ~CGUIPaneDialogCustomEmbedded();
 
   17            virtual void UpdateFont();
 
   19            DeclareGetClassType();
 
   23            CGUIDialogCustomEmbedded* m_pDlgCustom;
 
   25            friend class CGUIMainFrame;
 
   26            friend class CGUIManager;
 
   27            friend class CGUIMenuItemPaneDialogCustomEmbedded;
 
   30            afx_msg 
int OnCreate(LPCREATESTRUCT lpCreateStruct);
 
   31            afx_msg 
void OnSize(UINT nType, 
int cx, 
int cy);
 
   32            afx_msg BOOL OnEraseBkgnd(CDC* pDC);
 
   33            afx_msg 
void OnDestroy();
 
리소스 뷰에서 만든 다이얼로그를 부모 창(dockable pane 등)의 자식으로 추가할 수 있는 사용자 정의 다이얼로그 클래스.
Definition GUIDialogCustomEmbedded.h:26
Definition D2DObject.h:12