126 virtual uint32_t GetResourceID()
const;
129 DeclareGetClassType();
132 DECLARE_MESSAGE_MAP()
133 afx_msg
void OnPaint();
134 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
135 virtual BOOL OnInitDialog()
override;
136 virtual BOOL PreTranslateMessage(MSG* pMsg)
override;
139 uint32_t m_u32ResourceID;
141 COLORREF m_crClientFillColor;
144 std::vector<CWnd*>& m_vctChildWnd;
Top-level base class of FLImaging.
Definition FLBase.h:36
FLImaging module execution result object.
Definition ResultsDef.h:1514
A custom dialog class that can be linked to a dialog created in the resource view.
Definition GUIDialogCustom.h:25