2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2021-12-15 18:02:01 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.0)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2019-05-07 09:06:04 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-05-07 09:06:04 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +00:00
|
|
|
|
2014-04-24 18:54:49 +00:00
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/intl.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/statbmp.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/button.h>
|
2020-10-10 16:38:04 +00:00
|
|
|
#include <wx/notebook.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2017-08-18 06:06:45 +00:00
|
|
|
/// Class DIALOG_ABOUT_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-05-07 09:06:04 +00:00
|
|
|
class DIALOG_ABOUT_BASE : public wxDialog
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-05-07 09:06:04 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
|
|
|
wxStaticBitmap* m_bitmapApp;
|
|
|
|
wxStaticText* m_staticTextAppTitle;
|
|
|
|
wxStaticText* m_staticTextCopyright;
|
|
|
|
wxStaticText* m_staticTextBuildVersion;
|
|
|
|
wxStaticText* m_staticTextLibVersion;
|
2017-08-18 06:06:45 +00:00
|
|
|
wxButton* m_btCopyVersionInfo;
|
2020-02-21 02:17:32 +00:00
|
|
|
wxButton* m_btReportBug;
|
2021-12-15 18:02:01 +00:00
|
|
|
wxButton* m_btDonate;
|
2020-10-10 16:38:04 +00:00
|
|
|
wxNotebook* m_notebook;
|
2017-08-18 06:06:45 +00:00
|
|
|
wxButton* m_btOk;
|
2019-05-07 09:06:04 +00:00
|
|
|
|
2021-12-15 18:02:01 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2017-08-18 06:06:45 +00:00
|
|
|
virtual void onCopyVersionInfo( wxCommandEvent& event ) { event.Skip(); }
|
2020-02-21 02:17:32 +00:00
|
|
|
virtual void onReportBug( wxCommandEvent& event ) { event.Skip(); }
|
2021-12-15 18:02:01 +00:00
|
|
|
virtual void onDonateClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-10-10 16:38:04 +00:00
|
|
|
virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
|
2019-05-07 09:06:04 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2019-05-07 09:06:04 +00:00
|
|
|
|
2020-03-28 09:28:57 +00:00
|
|
|
DIALOG_ABOUT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 570,500 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2021-12-15 18:02:01 +00:00
|
|
|
|
2017-08-18 06:06:45 +00:00
|
|
|
~DIALOG_ABOUT_BASE();
|
2019-05-07 09:06:04 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|