10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
20#include <wx/stattext.h>
23#include <wx/settings.h>
25#include <wx/bmpbuttn.h>
31#include <wx/statline.h>
33#include <wx/checkbox.h>
34#include <wx/gbsizer.h>
35#include <wx/simplebook.h>
76 virtual void OnGridSize( wxSizeEvent& event ) {
event.Skip(); }
83 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.
wxStaticText * m_trackClearancesLabel
wxCheckBox * m_checkCrossProbeOnSelection
wxCheckBox * m_live3Drefresh
wxStaticText * m_layerNamesLabel
wxCheckBox * m_checkCrossProbeCenter
wxStaticText * m_annotationsLabel
wxStaticText * m_crossProbingLabel
virtual void OnAddLayerItem(wxCommandEvent &event)
wxCheckBox * m_checkCrossProbeZoom
wxBoxSizer * m_galOptionsSizer
wxStaticLine * m_staticline2
wxStaticLine * m_staticline3
wxCheckBox * m_checkCrossProbeAutoHighlight
virtual void OnDeleteLayerItem(wxCommandEvent &event)
wxChoice * m_OptDisplayTracksClearance
wxStaticText * m_staticText4
wxCheckBox * m_OptDisplayPadClearence
STD_BITMAP_BUTTON * m_bpAddLayer
wxSimplebook * m_optionsBook
wxStaticLine * m_staticline1
WX_GRID * m_layerNameitemsGrid
virtual void onLayerChange(wxGridEvent &event)
wxStaticText * m_clearanceLabel
wxStaticLine * m_staticline4
wxChoice * m_ShowNetNamesOption
virtual void OnGridSize(wxSizeEvent &event)
wxCheckBox * m_OptDisplayPadNumber
wxStaticText * m_netNamesLabel
~PANEL_DISPLAY_OPTIONS_BASE()
STD_BITMAP_BUTTON * m_bpDeleteLayer
wxCheckBox * m_checkForceShowFieldsWhenFPSelected
A wxPanel that is designed to be reset in a standard manner.