/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_PCBNEW_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_PCBNEW_SETTINGS_BASE : public wxPanel { private: protected: enum { wxID_POLAR_CTRL = 1000, wxID_UNITS, wxID_SEGMENTS45 }; wxRadioBox* m_PolarDisplay; wxRadioBox* m_UnitsSelection; wxCheckBox* m_Segments_45_Only_Ctrl; wxCheckBox* m_FlipLeftRight; wxStaticText* m_staticTextRotationAngle; wxTextCtrl* m_RotationAngle; wxStaticText* m_staticText2; wxChoice* m_magneticPadChoice; wxStaticText* m_staticText21; wxChoice* m_magneticTrackChoice; wxStaticText* m_staticText211; wxChoice* m_magneticGraphicsChoice; wxCheckBox* m_showGlobalRatsnest; wxCheckBox* m_showSelectedRatsnest; wxCheckBox* m_OptDisplayCurvedRatsnestLines; wxCheckBox* m_Show_Page_Limits; public: PANEL_PCBNEW_SETTINGS_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_PCBNEW_SETTINGS_BASE(); };