2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2021-10-12 20:05:37 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
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-03 01:20:25 +00:00
|
|
|
class FONT_CHOICE;
|
2021-10-12 20:05:37 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2019-07-09 11:19:27 +00:00
|
|
|
#include <wx/stc/stc.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>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/sizer.h>
|
2022-01-03 01:20:25 +00:00
|
|
|
#include <wx/hyperlink.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/gbsizer.h>
|
2021-10-12 20:05:37 +00:00
|
|
|
#include <wx/statline.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:
|
|
|
|
enum
|
|
|
|
{
|
2021-10-12 20:05:37 +00:00
|
|
|
wxID_SIZE = 1000
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
2020-01-08 19:07:55 +00:00
|
|
|
|
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-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;
|
|
|
|
BITMAP_BUTTON* m_spin0;
|
|
|
|
BITMAP_BUTTON* m_spin1;
|
|
|
|
BITMAP_BUTTON* m_spin2;
|
|
|
|
BITMAP_BUTTON* m_spin3;
|
|
|
|
BITMAP_BUTTON* m_separator3;
|
|
|
|
wxHyperlinkCtrl* m_syntaxHelp;
|
2022-01-03 01:20:25 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2021-10-12 20:05:37 +00:00
|
|
|
wxStaticLine* m_staticline;
|
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
|
|
|
|
2021-10-12 20:05:37 +00:00
|
|
|
// Virtual event handlers, overide 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(); }
|
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
|
|
|
|
2021-10-12 20:05:37 +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 );
|
|
|
|
~DIALOG_TEXT_PROPERTIES_BASE();
|
2020-01-08 19:07:55 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|