10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
20#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/checkbox.h>
23#include <wx/spinctrl.h>
24#include <wx/statbox.h>
25#include <wx/radiobox.h>
58 PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 257,534 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE.
wxSpinCtrlDouble * m_spOpacityCtrl
wxStaticLine * m_staticline2
wxCheckBox * m_OptDisplayPolygons
wxStaticText * m_staticTextOpacity
wxCheckBox * m_OptDisplayDCodes
wxCheckBox * m_OptDisplayLines
wxBoxSizer * m_galOptionsSizer
wxCheckBox * m_OptDisplayFlashedItems
wxStaticText * m_staticText3
wxStaticText * m_staticText2
wxCheckBox * m_ShowPageLimitsOpt
wxStaticText * m_staticText1
~PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE()
wxBoxSizer * m_UpperSizer
wxStaticLine * m_staticline1
wxStaticLine * m_staticline3
A wxPanel that is designed to be reset in a standard manner.