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.
 
wxStaticText * m_helpLabel2
 
wxStaticText * m_staticTextColor
 
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)
 
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_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)