2012-10-14 18:57:11 +02:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-09-19 19:04:18 +02:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
|
2012-10-14 18:57:11 +02:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-04-23 13:15:02 -07:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2012-10-14 18:57:11 +02:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-02-23 09:33:59 +01:00
|
|
|
#pragma once
|
2012-10-14 18:57:11 +02:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2015-05-26 09:59:01 -04:00
|
|
|
#include <wx/intl.h>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
|
|
|
|
2023-09-11 19:09:55 -04:00
|
|
|
#include "widgets/html_window.h"
|
2012-10-14 18:57:11 +02:00
|
|
|
#include "dialog_shim.h"
|
2022-04-18 18:30:33 +01:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
2012-10-14 18:57:11 +02:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2013-05-29 14:03:03 +02:00
|
|
|
#include <wx/textctrl.h>
|
2021-09-26 18:38:53 +01:00
|
|
|
#include <wx/bmpbuttn.h>
|
2019-02-23 09:33:59 +01:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2012-10-14 18:57:11 +02:00
|
|
|
#include <wx/button.h>
|
2015-05-16 11:20:26 +02:00
|
|
|
#include <wx/sizer.h>
|
2022-04-18 18:30:33 +01:00
|
|
|
#include <wx/notebook.h>
|
|
|
|
#include <wx/html/htmlwin.h>
|
2012-10-14 18:57:11 +02:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
#include <wx/scrolwin.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/statbmp.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_TEMPLATE_SELECTOR_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_TEMPLATE_SELECTOR_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
protected:
|
2013-05-29 14:03:03 +02:00
|
|
|
wxStaticText* m_staticTextTpath;
|
2015-05-16 11:20:26 +02:00
|
|
|
wxTextCtrl* m_tcTemplatePath;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_browseButton;
|
|
|
|
STD_BITMAP_BUTTON* m_reloadButton;
|
2022-04-18 18:30:33 +01:00
|
|
|
wxNotebook* m_notebook;
|
|
|
|
HTML_WINDOW* m_htmlWin;
|
2013-05-29 14:03:03 +02:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2022-12-13 20:47:28 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2015-05-16 11:20:26 +02:00
|
|
|
virtual void onDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
|
2021-09-26 18:38:53 +01:00
|
|
|
virtual void onReload( wxCommandEvent& event ) { event.Skip(); }
|
2022-04-18 18:30:33 +01:00
|
|
|
virtual void OnPageChange( wxNotebookEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnHtmlLinkActivated( wxHtmlLinkEvent& event ) { event.Skip(); }
|
2019-02-23 09:33:59 +01:00
|
|
|
|
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
public:
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2024-09-19 19:04:18 +02:00
|
|
|
DIALOG_TEMPLATE_SELECTOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Project Template Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 600,499 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
~DIALOG_TEMPLATE_SELECTOR_BASE();
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class TEMPLATE_SELECTION_PANEL_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-02-23 09:33:59 +01:00
|
|
|
class TEMPLATE_SELECTION_PANEL_BASE : public wxPanel
|
2012-10-14 18:57:11 +02:00
|
|
|
{
|
|
|
|
private:
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
protected:
|
2024-09-19 19:04:18 +02:00
|
|
|
wxBoxSizer* m_SizerChoice;
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
public:
|
|
|
|
wxBoxSizer* m_SizerBase;
|
2015-05-16 11:20:26 +02:00
|
|
|
wxScrolledWindow* m_scrolledWindow;
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2024-09-19 19:04:18 +02:00
|
|
|
TEMPLATE_SELECTION_PANEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 258,140 ), long style = wxTAB_TRAVERSAL|wxBORDER_NONE, const wxString& name = wxEmptyString );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
~TEMPLATE_SELECTION_PANEL_BASE();
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class TEMPLATE_WIDGET_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-02-23 09:33:59 +01:00
|
|
|
class TEMPLATE_WIDGET_BASE : public wxPanel
|
2012-10-14 18:57:11 +02:00
|
|
|
{
|
|
|
|
private:
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
protected:
|
|
|
|
wxStaticBitmap* m_bitmapIcon;
|
|
|
|
wxStaticText* m_staticTitle;
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
public:
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2021-09-26 18:38:53 +01:00
|
|
|
TEMPLATE_WIDGET_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 108,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
~TEMPLATE_WIDGET_BASE();
|
2019-02-23 09:33:59 +01:00
|
|
|
|
2012-10-14 18:57:11 +02:00
|
|
|
};
|
|
|
|
|