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>
25#include <wx/bmpcbox.h>
26#include <wx/gbsizer.h>
69 DIALOG_WIRE_BUS_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Wire & Bus 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.
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)
virtual void resetDefaults(wxCommandEvent &event)
~DIALOG_WIRE_BUS_PROPERTIES_BASE()
wxStaticText * m_staticTextColor
wxStaticText * m_staticTextWidth
wxStaticText * m_dotSizeUnits
wxButton * m_sdbSizerApply
void _wxFB_resetDefaults(wxCommandEvent &event)
wxStaticText * m_staticTextStyle
wxButton * m_sdbSizerCancel
DIALOG_WIRE_BUS_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Wire & Bus Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticText * m_dotSizeLabel
wxStdDialogButtonSizer * m_sdbSizer
wxTextCtrl * m_dotSizeCtrl
COLOR_SWATCH * m_colorSwatch
wxStaticText * m_staticWidthUnits
wxBitmapComboBox * m_typeCombo
wxStaticText * m_helpLabel1
wxStaticText * m_helpLabel2