2009-07-08 15:42:45 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-01-04 23:27:32 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version v3.8.0)
|
2009-07-08 15:42:45 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2009-07-08 15:42:45 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-09-06 18:57:04 +00:00
|
|
|
#pragma once
|
2009-07-08 15:42:45 +00:00
|
|
|
|
2013-06-19 16:11:12 +00:00
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2009-07-08 15:42:45 +00:00
|
|
|
#include <wx/intl.h>
|
2013-06-19 16:11:12 +00:00
|
|
|
#include "dialog_shim.h"
|
2009-07-08 15:42:45 +00:00
|
|
|
#include <wx/html/htmlwin.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/sizer.h>
|
2019-09-06 18:57:04 +00:00
|
|
|
#include <wx/button.h>
|
2009-07-08 15:42:45 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_DISPLAY_HTML_TEXT_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2013-06-19 16:11:12 +00:00
|
|
|
class DIALOG_DISPLAY_HTML_TEXT_BASE : public DIALOG_SHIM
|
2009-07-08 15:42:45 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-09-06 18:57:04 +00:00
|
|
|
|
2009-07-08 15:42:45 +00:00
|
|
|
protected:
|
2019-09-06 18:57:04 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
|
2009-07-09 17:02:15 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2013-06-19 16:11:12 +00:00
|
|
|
virtual void OnHTMLLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); }
|
2019-09-06 18:57:04 +00:00
|
|
|
virtual void OnOKButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
2009-07-08 15:42:45 +00:00
|
|
|
public:
|
|
|
|
wxHtmlWindow* m_htmlWindow;
|
2019-09-06 18:57:04 +00:00
|
|
|
|
|
|
|
DIALOG_DISPLAY_HTML_TEXT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2009-07-08 15:42:45 +00:00
|
|
|
~DIALOG_DISPLAY_HTML_TEXT_BASE();
|
2019-09-06 18:57:04 +00:00
|
|
|
|
2009-07-08 15:42:45 +00:00
|
|
|
};
|
|
|
|
|