10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   19#include <wx/stattext.h> 
   22#include <wx/settings.h> 
   23#include <wx/statline.h> 
   24#include <wx/checkbox.h> 
   26#include <wx/spinctrl.h> 
   27#include <wx/gbsizer.h> 
   82        PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID 
id = wxID_ANY, 
const wxPoint& pos = wxDefaultPosition, 
const wxSize& size = wxSize( -1,-1 ), 
long style = wxTAB_TRAVERSAL, 
const wxString& 
name = wxEmptyString );
 
 
wxCheckBox * m_checkCrossProbeCenter
 
wxCheckBox * m_checkCrossProbeZoom
 
wxStaticText * m_collisionMarkerWidthLabel
 
~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE()
 
wxStaticText * m_highlightWidthLabel
 
wxSpinCtrlDouble * m_highlightWidthCtrl
 
wxStaticText * m_appearanceLabel
 
wxCheckBox * m_cbMarkSimExclusions
 
PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
wxCheckBox * m_checkShowHiddenPins
 
wxSpinCtrlDouble * m_colHighlightThickness
 
wxCheckBox * m_checkShowOPCurrents
 
wxCheckBox * m_checkShowOPVoltages
 
wxCheckBox * m_checkSelDrawChildItems
 
wxStaticText * m_colorHighlightLabel
 
wxCheckBox * m_checkShowERCExclusions
 
wxStaticText * m_crossprobeLabel
 
FONT_CHOICE * m_defaultFontCtrl
 
wxCheckBox * m_checkShowERCWarnings
 
wxStaticText * m_defaultFontLabel
 
wxCheckBox * m_checkShowDirectiveLabels
 
wxCheckBox * m_checkShowERCErrors
 
wxStaticText * m_highlightColorNote
 
wxStaticLine * m_staticline2
 
wxCheckBox * m_checkShowHiddenFields
 
wxStaticText * m_selectionLabel
 
wxCheckBox * m_checkPageLimits
 
wxSpinCtrlDouble * m_collisionMarkerWidthCtrl
 
wxCheckBox * m_checkCrossProbeAutoHighlight
 
wxSpinCtrlDouble * m_colHighlightTransparency
 
wxStaticText * m_selWidthLabel
 
wxCheckBox * m_checkShowPinAltModeIcons
 
wxCheckBox * m_highlightNetclassColors
 
wxSpinCtrlDouble * m_selWidthCtrl
 
wxStaticLine * m_staticline1
 
wxCheckBox * m_checkCrossProbeFlash
 
wxCheckBox * m_checkCrossProbeOnSelection
 
wxStaticText * m_colHighlightLabel2
 
wxCheckBox * m_checkSelFillShapes
 
wxStaticLine * m_staticline3
 
wxBoxSizer * m_galOptionsSizer
 
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)