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 helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class DIALOG_WIRE_BUS_PROPERTIES_BASE.
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
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