10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/infobar.h>
21#include <wx/settings.h>
23#include <wx/checkbox.h>
25#include <wx/stattext.h>
26#include <wx/textctrl.h>
28#include <wx/bmpcbox.h>
29#include <wx/gbsizer.h>
31#include <wx/radiobut.h>
32#include <wx/statbox.h>
33#include <wx/simplebook.h>
104 virtual void OnCheckBox( wxCommandEvent& event ) {
event.Skip(); }
112 DIALOG_SHAPE_PROPERTIES_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"%s 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.
void _wxFB_onFillChoice(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
~DIALOG_SHAPE_PROPERTIES_BASE()
wxStaticText * m_borderStyleLabel
wxButton * m_sdbSizerCancel
wxCheckBox * m_borderCheckbox
wxCheckBox * m_checkApplyToAllUnits
wxRadioButton * m_rbFillOutline
wxSimplebook * m_fillBook
wxTextCtrl * m_borderWidthCtrl
wxPanel * m_schematicPage
COLOR_SWATCH * m_fillColorSwatch
wxBitmapComboBox * m_borderStyleCombo
wxStaticText * m_borderWidthUnits
virtual void onBorderChecked(wxCommandEvent &event)
@ FILLED_WITH_BG_BODYCOLOR
virtual void OnCheckBox(wxCommandEvent &event)
wxStaticText * m_fillColorLabel
wxRadioButton * m_rbFillBackground
COLOR_SWATCH * m_borderColorSwatch
wxBoxSizer * m_symbolEditorSizer
void _wxFB_onBorderChecked(wxCommandEvent &event)
wxCheckBox * m_cbExcludeFromBoard
wxStaticText * m_helpLabel1
wxCheckBox * m_cbExcludeFromSim
wxStaticText * m_borderWidthLabel
wxPanel * m_panelFillColor
virtual void onFillRadioButton(wxCommandEvent &event)
wxGridBagSizer * m_fillSizer
void _wxFB_OnCheckBox(wxCommandEvent &event)
wxStaticText * m_helpLabel2
wxGridBagSizer * m_borderSizer
wxCheckBox * m_privateCheckbox
void _wxFB_onFillRadioButton(wxCommandEvent &event)
wxPanel * m_panelBorderColor
virtual void onFillChoice(wxCommandEvent &event)
wxStaticText * m_borderColorLabel
wxBoxSizer * m_ruleAreaSizer
COLOR_SWATCH * m_customColorSwatch
wxPanel * m_symbolEditorPage
wxCheckBox * m_cbExcludeFromBom
wxRadioButton * m_rbFillNone
wxRadioButton * m_rbFillCustom
wxCheckBox * m_checkApplyToAllBodyStyles
wxStaticText * m_fillLabel
DIALOG_SHAPE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("%s Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
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)
A modified version of the wxInfoBar class that allows us to: