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:1631
CGUIDialogCustom(const CGUIDialogCustom &rhs)
Copy constructor by reference.
CGUIDialogCustom(const CGUIDialogCustom *pRhs)
Copy constructor by pointer.
virtual ~CGUIDialogCustom()
Default destructor.
virtual const CResult Assign(const CGUIDialogCustom *pRhs)
Copies the dialog object.
virtual uint32_t GetResourceID() const
Returns the resource ID.
virtual const CResult Assign(const CGUIDialogCustom &rhs)
Copies the dialog object.
CGUIDialogCustom(UINT nIDTemplate, CWnd *pParent=nullptr)
Constructs a CGUIDialogCustom object.
CGUIDialogCustom(LPCTSTR lpszTemplateName, CWnd *pParentWnd=nullptr)
Constructs a CGUIDialogCustom object.
CGUIDialogCustom()
Default constructor.
Definition D2DObject.h:12