2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-01-26 16:16:13 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2012-09-07 16:15:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-27 22:28:36 +00:00
|
|
|
#pragma once
|
2012-09-07 16:15:18 +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-06-11 19:58:12 +00:00
|
|
|
class COLOR_SWATCH;
|
2022-01-03 01:20:25 +00:00
|
|
|
class FONT_CHOICE;
|
2021-10-12 20:05:37 +00:00
|
|
|
|
2012-09-07 16:15:18 +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>
|
2020-05-27 22:28:36 +00:00
|
|
|
#include <wx/stc/stc.h>
|
2022-01-25 22:33:37 +00:00
|
|
|
#include <wx/choice.h>
|
2020-06-08 19:41:09 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-08-03 19:28:44 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2014-10-14 20:39:25 +00:00
|
|
|
#include <wx/button.h>
|
2012-09-07 16:15:18 +00:00
|
|
|
#include <wx/sizer.h>
|
2022-01-25 22:33:37 +00:00
|
|
|
#include <wx/textctrl.h>
|
2022-06-11 19:58:12 +00:00
|
|
|
#include <wx/panel.h>
|
2012-09-07 16:15:18 +00:00
|
|
|
#include <wx/checkbox.h>
|
2022-01-03 01:20:25 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2012-09-07 16:15:18 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
/// Class DIALOG_LIB_TEXT_PROPERTIES_BASE
|
2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
class DIALOG_LIB_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
|
2012-09-07 16:15:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
protected:
|
2020-06-08 19:41:09 +00:00
|
|
|
wxStaticText* m_textLabel;
|
2020-05-27 22:28:36 +00:00
|
|
|
wxStyledTextCtrl* m_StyledTextCtrl;
|
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_horizontal;
|
|
|
|
BITMAP_BUTTON* m_vertical;
|
|
|
|
BITMAP_BUTTON* m_separator2;
|
|
|
|
BITMAP_BUTTON* m_bold;
|
|
|
|
BITMAP_BUTTON* m_italic;
|
|
|
|
BITMAP_BUTTON* m_separator3;
|
|
|
|
BITMAP_BUTTON* m_hAlignLeft;
|
|
|
|
BITMAP_BUTTON* m_hAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_hAlignRight;
|
|
|
|
BITMAP_BUTTON* m_separator4;
|
|
|
|
BITMAP_BUTTON* m_vAlignTop;
|
|
|
|
BITMAP_BUTTON* m_vAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_vAlignBottom;
|
|
|
|
BITMAP_BUTTON* m_separator5;
|
2022-01-03 01:20:25 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2022-06-11 19:58:12 +00:00
|
|
|
wxStaticText* m_textColorLabel;
|
|
|
|
wxPanel* m_panelBorderColor1;
|
|
|
|
COLOR_SWATCH* m_textColorSwatch;
|
2022-01-25 22:33:37 +00:00
|
|
|
wxCheckBox* m_privateCheckbox;
|
2024-01-26 16:16:13 +00:00
|
|
|
wxCheckBox* m_commonToAllUnits;
|
|
|
|
wxCheckBox* m_commonToAllBodyStyles;
|
2012-09-07 16:15:18 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizerButtons;
|
|
|
|
wxButton* m_sdbSizerButtonsOK;
|
|
|
|
wxButton* m_sdbSizerButtonsCancel;
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2023-01-08 19:26:10 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2014-10-14 20:39:25 +00:00
|
|
|
virtual void OnCloseDialog( wxCloseEvent& event ) { event.Skip(); }
|
2021-10-12 20:05:37 +00:00
|
|
|
virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
|
2022-01-25 22:33:37 +00:00
|
|
|
virtual void OnSetFocusText( wxFocusEvent& event ) { event.Skip(); }
|
2020-05-27 22:28:36 +00:00
|
|
|
|
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
public:
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2021-09-27 12:24:53 +00:00
|
|
|
DIALOG_LIB_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Item Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2023-01-08 19:26:10 +00:00
|
|
|
|
2021-08-06 19:54:26 +00:00
|
|
|
~DIALOG_LIB_TEXT_PROPERTIES_BASE();
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
};
|
|
|
|
|