/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_CONSTRAINTS_REPORTER_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_CONSTRAINTS_REPORTER_BASE : public DIALOG_SHIM { private: protected: wxNotebook* m_notebook; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; public: DIALOG_CONSTRAINTS_REPORTER_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Constraints Resolution Report"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_CONSTRAINTS_REPORTER_BASE(); };