/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "widgets/resettable_panel.h" #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL { private: protected: wxBoxSizer* m_UpperSizer; wxBoxSizer* m_galOptionsSizer; wxStaticText* m_staticText1; wxStaticLine* m_staticline1; wxCheckBox* m_OptDisplayDCodes; wxCheckBox* m_ShowPageLimitsOpt; wxStaticText* m_staticText2; wxStaticLine* m_staticline2; wxCheckBox* m_OptDisplayFlashedItems; wxCheckBox* m_OptDisplayLines; wxCheckBox* m_OptDisplayPolygons; wxStaticText* m_staticText3; wxStaticLine* m_staticline3; wxRadioBox* m_PageSize; public: PANEL_GERBVIEW_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 ); ~PANEL_GERBVIEW_DISPLAY_OPTIONS_BASE(); };