10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/textctrl.h>
57 DIALOG_JUNCTION_PROPS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Junction Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
A simple color swatch of the kind used to set layer colors.
Class DIALOG_JUNCTION_PROPS_BASE.
wxStaticText * m_helpLabel2
wxStaticText * m_staticTextColor
wxStaticText * m_helpLabel1
wxStaticText * m_staticTextDiameter
wxTextCtrl * m_textCtrlDiameter
virtual void resetDefaults(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
wxStaticText * m_staticTextDiameterUnits
~DIALOG_JUNCTION_PROPS_BASE()
COLOR_SWATCH * m_colorSwatch
wxButton * m_sdbSizerApply
wxStdDialogButtonSizer * m_sdbSizer
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...