108 lines
3.1 KiB
C++
108 lines
3.1 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
#include <wx/artprov.h>
|
|
#include <wx/xrc/xmlres.h>
|
|
#include <wx/intl.h>
|
|
class BITMAP_BUTTON;
|
|
class COLOR_SWATCH;
|
|
class FONT_CHOICE;
|
|
|
|
#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>
|
|
#include <wx/stc/stc.h>
|
|
#include <wx/choice.h>
|
|
#include <wx/bmpbuttn.h>
|
|
#include <wx/bitmap.h>
|
|
#include <wx/image.h>
|
|
#include <wx/icon.h>
|
|
#include <wx/button.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/hyperlink.h>
|
|
#include <wx/textctrl.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/panel.h>
|
|
#include <wx/bmpcbox.h>
|
|
#include <wx/gbsizer.h>
|
|
#include <wx/statline.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class DIALOG_TEXT_PROPERTIES_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class DIALOG_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
enum
|
|
{
|
|
wxID_SIZE = 1000
|
|
};
|
|
|
|
wxGridBagSizer* m_textEntrySizer;
|
|
wxStaticText* m_textLabel;
|
|
wxStyledTextCtrl* m_textCtrl;
|
|
wxStaticText* m_fontLabel;
|
|
FONT_CHOICE* m_fontCtrl;
|
|
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_spin4;
|
|
BITMAP_BUTTON* m_spin5;
|
|
BITMAP_BUTTON* m_separator3;
|
|
wxHyperlinkCtrl* m_syntaxHelp;
|
|
wxStaticText* m_textSizeLabel;
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
wxStaticText* m_textSizeUnits;
|
|
wxCheckBox* m_borderCheckbox;
|
|
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;
|
|
wxStaticLine* m_staticline;
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
wxButton* m_sdbSizer1OK;
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
|
|
virtual void OnFormattingHelp( wxHyperlinkEvent& event ) { event.Skip(); }
|
|
virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void onFillChecked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
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();
|
|
|
|
};
|
|
|