2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2025-01-01 12:51:58 -08:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
|
2013-05-25 23:36:44 -05:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2019-05-07 10:06:04 +01:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-05-07 10:06:04 +01:00
|
|
|
#pragma once
|
2013-05-25 23:36:44 -05:00
|
|
|
|
2014-04-24 20:54:49 +02:00
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2013-05-25 23:36:44 -05: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 12:38:04 -04:00
|
|
|
#include <wx/notebook.h>
|
2013-05-25 23:36:44 -05:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2017-08-18 08:06:45 +02:00
|
|
|
/// Class DIALOG_ABOUT_BASE
|
2013-05-25 23:36:44 -05:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-05-07 10:06:04 +01:00
|
|
|
class DIALOG_ABOUT_BASE : public wxDialog
|
2013-05-25 23:36:44 -05:00
|
|
|
{
|
|
|
|
private:
|
2019-05-07 10:06:04 +01:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
protected:
|
|
|
|
wxStaticBitmap* m_bitmapApp;
|
|
|
|
wxStaticText* m_staticTextAppTitle;
|
|
|
|
wxStaticText* m_staticTextBuildVersion;
|
|
|
|
wxStaticText* m_staticTextLibVersion;
|
2017-08-18 08:06:45 +02:00
|
|
|
wxButton* m_btCopyVersionInfo;
|
2020-02-20 21:17:32 -05:00
|
|
|
wxButton* m_btReportBug;
|
2021-12-15 10:02:01 -08:00
|
|
|
wxButton* m_btDonate;
|
2020-10-10 12:38:04 -04:00
|
|
|
wxNotebook* m_notebook;
|
2017-08-18 08:06:45 +02:00
|
|
|
wxButton* m_btOk;
|
2019-05-07 10:06:04 +01:00
|
|
|
|
2021-12-15 10:02:01 -08:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2017-08-18 08:06:45 +02:00
|
|
|
virtual void onCopyVersionInfo( wxCommandEvent& event ) { event.Skip(); }
|
2020-02-20 21:17:32 -05:00
|
|
|
virtual void onReportBug( wxCommandEvent& event ) { event.Skip(); }
|
2021-12-15 10:02:01 -08:00
|
|
|
virtual void onDonateClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-10-10 12:38:04 -04:00
|
|
|
virtual void OnNotebookPageChanged( wxNotebookEvent& event ) { event.Skip(); }
|
2019-05-07 10:06:04 +01:00
|
|
|
|
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
public:
|
2019-05-07 10:06:04 +01:00
|
|
|
|
2020-03-28 10:28:57 +01: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 10:02:01 -08:00
|
|
|
|
2017-08-18 08:06:45 +02:00
|
|
|
~DIALOG_ABOUT_BASE();
|
2019-05-07 10:06:04 +01:00
|
|
|
|
2013-05-25 23:36:44 -05:00
|
|
|
};
|
|
|
|
|