/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version May 6 2016) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_ABOUT_BASE_H__ #define __DIALOG_ABOUT_BASE_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class dialog_about_base /////////////////////////////////////////////////////////////////////////////// class dialog_about_base : public wxDialog { private: protected: wxStaticBitmap* m_bitmapApp; wxStaticText* m_staticTextAppTitle; wxStaticText* m_staticTextCopyright; wxStaticText* m_staticTextBuildVersion; wxStaticText* m_staticTextLibVersion; wxAuiNotebook* m_auiNotebook; wxButton* copyVersionInfo; wxButton* ok; public: dialog_about_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,471 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~dialog_about_base(); }; #endif //__DIALOG_ABOUT_BASE_H__