10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
20#include <wx/stattext.h>
24#include <wx/settings.h>
25#include <wx/textctrl.h>
26#include <wx/stc/stc.h>
27#include <wx/bmpbuttn.h>
34#include <wx/checkbox.h>
36#include <wx/gbsizer.h>
103 DIALOG_FIELD_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_FIELD_PROPERTIES_BASE.
wxCheckBox * m_nameVisible
STD_BITMAP_BUTTON * m_TextValueSelectButton
BITMAP_BUTTON * m_separator5
BITMAP_BUTTON * m_separator2
wxStaticText * m_unitLabel
BITMAP_BUTTON * m_hAlignLeft
wxStaticText * m_fontLabel
virtual void OnSetFocusText(wxFocusEvent &event)
wxStaticText * m_yPosLabel
BITMAP_BUTTON * m_hAlignCenter
BITMAP_BUTTON * m_vAlignCenter
BITMAP_BUTTON * m_vertical
wxStaticText * m_textSizeUnits
BITMAP_BUTTON * m_vAlignBottom
BITMAP_BUTTON * m_horizontal
BITMAP_BUTTON * m_separator1
wxStyledTextCtrl * m_StyledTextCtrl
BITMAP_BUTTON * m_hAlignRight
virtual void OnCloseDialog(wxCloseEvent &event)
wxButton * m_sdbSizerButtonsOK
~DIALOG_FIELD_PROPERTIES_BASE()
wxCheckBox * m_cbAllowAutoPlace
COLOR_SWATCH * m_textColorSwatch
wxStaticText * m_textSizeLabel
wxStaticText * m_xPosUnits
BITMAP_BUTTON * m_separator3
wxStaticText * m_textLabel
wxStdDialogButtonSizer * m_sdbSizerButtons
wxStaticText * m_yPosUnits
BITMAP_BUTTON * m_vAlignTop
wxCheckBox * m_commonToAllUnits
wxStaticText * m_xPosLabel
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
wxButton * m_sdbSizerButtonsCancel
wxTextCtrl * m_textSizeCtrl
virtual void OnTextValueSelectButtonClick(wxCommandEvent &event)
wxCheckBox * m_commonToAllBodyStyles
wxStaticText * m_textColorLabel
BITMAP_BUTTON * m_separator4
wxPanel * m_panelBorderColor1
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...