10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/stattext.h>
23#include <wx/settings.h>
24#include <wx/stc/stc.h>
26#include <wx/bmpbuttn.h>
32#include <wx/textctrl.h>
34#include <wx/checkbox.h>
35#include <wx/gbsizer.h>
36#include <wx/statline.h>
90 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 );
A simple color swatch of the kind used to set layer colors.
Class DIALOG_LIB_TEXT_PROPERTIES_BASE.
virtual void OnCloseDialog(wxCloseEvent &event)
wxStyledTextCtrl * m_StyledTextCtrl
BITMAP_BUTTON * m_hAlignLeft
wxCheckBox * m_privateCheckbox
BITMAP_BUTTON * m_hAlignCenter
BITMAP_BUTTON * m_hAlignRight
BITMAP_BUTTON * m_vAlignTop
BITMAP_BUTTON * m_separator2
wxButton * m_sdbSizerButtonsOK
BITMAP_BUTTON * m_separator4
wxPanel * m_panelBorderColor1
~DIALOG_LIB_TEXT_PROPERTIES_BASE()
wxStaticText * m_fontLabel
wxCheckBox * m_CommonConvert
wxStdDialogButtonSizer * m_sdbSizerButtons
BITMAP_BUTTON * m_vAlignCenter
BITMAP_BUTTON * m_vAlignBottom
wxStaticText * m_textLabel
wxCheckBox * m_CommonUnit
wxStaticText * m_textSizeLabel
wxTextCtrl * m_textSizeCtrl
COLOR_SWATCH * m_textColorSwatch
wxStaticText * m_textSizeUnits
BITMAP_BUTTON * m_vertical
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)
BITMAP_BUTTON * m_separator5
wxStaticLine * m_staticline2
virtual void OnSetFocusText(wxFocusEvent &event)
BITMAP_BUTTON * m_horizontal
wxStaticText * m_textColorLabel
BITMAP_BUTTON * m_separator1
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
wxButton * m_sdbSizerButtonsCancel
BITMAP_BUTTON * m_separator3
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...