2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-02-13 16:58:35 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2019-05-21 02:52:39 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-01-08 19:07:55 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2021-10-12 20:05:37 +00:00
|
|
|
class BITMAP_BUTTON;
|
2022-01-25 22:33:37 +00:00
|
|
|
class COLOR_SWATCH;
|
2022-01-03 01:20:25 +00:00
|
|
|
class FONT_CHOICE;
|
2022-08-28 22:25:01 +00:00
|
|
|
class WX_COMBOBOX;
|
2022-03-29 19:41:03 +00:00
|
|
|
class WX_INFOBAR;
|
2021-10-12 20:05:37 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
#include "dialog_shim.h"
|
2022-03-29 19:41:03 +00:00
|
|
|
#include <wx/infobar.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2022-03-29 19:41:03 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
2019-07-09 11:19:27 +00:00
|
|
|
#include <wx/stc/stc.h>
|
2022-05-14 13:52:53 +00:00
|
|
|
#include <wx/hyperlink.h>
|
|
|
|
#include <wx/sizer.h>
|
2023-04-09 11:14:21 +00:00
|
|
|
#include <wx/checkbox.h>
|
2022-01-03 01:20:25 +00:00
|
|
|
#include <wx/choice.h>
|
2021-10-12 20:05:37 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
2022-08-27 18:14:57 +00:00
|
|
|
#include <wx/textctrl.h>
|
2022-01-25 22:33:37 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bmpcbox.h>
|
2022-01-03 01:20:25 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-10-12 20:05:37 +00:00
|
|
|
/// Class DIALOG_TEXT_PROPERTIES_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-10-12 20:05:37 +00:00
|
|
|
class DIALOG_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-01-08 19:07:55 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2022-03-29 19:41:03 +00:00
|
|
|
WX_INFOBAR* m_infoBar;
|
2022-01-03 01:20:25 +00:00
|
|
|
wxGridBagSizer* m_textEntrySizer;
|
2021-10-12 20:05:37 +00:00
|
|
|
wxStaticText* m_textLabel;
|
|
|
|
wxStyledTextCtrl* m_textCtrl;
|
2022-05-14 13:52:53 +00:00
|
|
|
wxHyperlinkCtrl* m_syntaxHelp;
|
2023-04-09 11:14:21 +00:00
|
|
|
wxCheckBox* m_excludeFromSim;
|
2022-01-03 01:20:25 +00:00
|
|
|
wxStaticText* m_fontLabel;
|
|
|
|
FONT_CHOICE* m_fontCtrl;
|
2021-10-12 20:05:37 +00:00
|
|
|
BITMAP_BUTTON* m_separator1;
|
|
|
|
BITMAP_BUTTON* m_bold;
|
|
|
|
BITMAP_BUTTON* m_italic;
|
|
|
|
BITMAP_BUTTON* m_separator2;
|
2022-09-02 18:15:40 +00:00
|
|
|
BITMAP_BUTTON* m_hAlignLeft;
|
|
|
|
BITMAP_BUTTON* m_hAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_hAlignRight;
|
2021-10-12 20:05:37 +00:00
|
|
|
BITMAP_BUTTON* m_separator3;
|
2022-09-02 18:15:40 +00:00
|
|
|
BITMAP_BUTTON* m_vAlignTop;
|
|
|
|
BITMAP_BUTTON* m_vAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_vAlignBottom;
|
|
|
|
BITMAP_BUTTON* m_separator4;
|
|
|
|
BITMAP_BUTTON* m_horizontal;
|
|
|
|
BITMAP_BUTTON* m_vertical;
|
|
|
|
BITMAP_BUTTON* m_separator5;
|
2022-01-03 01:20:25 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2022-03-31 18:43:08 +00:00
|
|
|
wxStaticText* m_textColorLabel;
|
|
|
|
wxPanel* m_panelBorderColor1;
|
|
|
|
COLOR_SWATCH* m_textColorSwatch;
|
2022-01-31 19:11:21 +00:00
|
|
|
wxCheckBox* m_borderCheckbox;
|
2022-01-25 22:33:37 +00:00
|
|
|
wxStaticText* m_borderWidthLabel;
|
|
|
|
wxTextCtrl* m_borderWidthCtrl;
|
|
|
|
wxStaticText* m_borderWidthUnits;
|
|
|
|
wxStaticText* m_borderColorLabel;
|
|
|
|
wxPanel* m_panelBorderColor;
|
|
|
|
COLOR_SWATCH* m_borderColorSwatch;
|
|
|
|
wxStaticText* m_borderStyleLabel;
|
|
|
|
wxBitmapComboBox* m_borderStyleCombo;
|
|
|
|
wxCheckBox* m_filledCtrl;
|
|
|
|
wxStaticText* m_fillColorLabel;
|
|
|
|
wxPanel* m_panelFillColor;
|
|
|
|
COLOR_SWATCH* m_fillColorSwatch;
|
2022-08-27 18:14:57 +00:00
|
|
|
wxCheckBox* m_hyperlinkCb;
|
2022-08-28 22:25:01 +00:00
|
|
|
WX_COMBOBOX* m_hyperlinkCombo;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2020-01-08 19:07:55 +00:00
|
|
|
|
2022-05-14 13:52:53 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2021-11-27 09:08:30 +00:00
|
|
|
virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
|
2020-05-08 21:16:27 +00:00
|
|
|
virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
|
2022-01-31 19:11:21 +00:00
|
|
|
virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void onFillChecked( wxCommandEvent& event ) { event.Skip(); }
|
2022-08-27 18:14:57 +00:00
|
|
|
virtual void onHyperlinkChecked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void onHyperlinkCombo( wxCommandEvent& event ) { event.Skip(); }
|
2022-08-28 11:04:23 +00:00
|
|
|
virtual void onHyperlinkText( wxCommandEvent& event ) { event.Skip(); }
|
2020-01-08 19:07:55 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2020-01-08 19:07:55 +00:00
|
|
|
|
2022-08-27 18:14:57 +00:00
|
|
|
DIALOG_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-05-14 13:52:53 +00:00
|
|
|
|
2021-10-12 20:05:37 +00:00
|
|
|
~DIALOG_TEXT_PROPERTIES_BASE();
|
2020-01-08 19:07:55 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|