10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/settings.h>
21#include <wx/stattext.h>
22#include <wx/statline.h>
23#include <wx/radiobox.h>
24#include <wx/checkbox.h>
25#include <wx/simplebook.h>
62 PANEL_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 );
Class PANEL_DISPLAY_OPTIONS_BASE.
wxRadioBox * m_ShowNetNamesOption
wxCheckBox * m_checkCrossProbeOnSelection
wxCheckBox * m_live3Drefresh
wxCheckBox * m_checkCrossProbeCenter
wxStaticText * m_annotationsLabel
wxStaticText * m_crossProbingLabel
wxCheckBox * m_checkCrossProbeZoom
wxBoxSizer * m_galOptionsSizer
wxStaticLine * m_staticline2
wxStaticLine * m_staticline3
wxCheckBox * m_checkCrossProbeAutoHighlight
wxCheckBox * m_OptDisplayPadClearence
wxSimplebook * m_optionsBook
wxStaticLine * m_staticline1
PANEL_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)
wxStaticText * m_clearanceLabel
wxCheckBox * m_OptDisplayPadNumber
~PANEL_DISPLAY_OPTIONS_BASE()
wxRadioBox * m_OptDisplayTracksClearance
A wxPanel that is designed to be reset in a standard manner.