//*********************************************************************** // // AboutDlg.h // //*********************************************************************** class CAboutDialog : public CDialog { private: CRect m_rect; public: CAboutDialog (CWnd* pParentWnd = NULL) : CDialog (IDD_ABOUTDLG, pParentWnd) {} virtual BOOL OnInitDialog (); protected: afx_msg void OnPaint (); DECLARE_MESSAGE_MAP () };