/////////////////////////////////////////////////////////////////////////// // 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 #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_EDIT_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_EDIT_OPTIONS_BASE : public wxPanel { private: protected: enum { wxID_SEGMENTS45 = 1000 }; wxCheckBox* m_magneticPads; wxCheckBox* m_magneticGraphics; wxCheckBox* m_autoLockPads; wxCheckBox* m_flipLeftRight; wxCheckBox* m_segments45OnlyCtrl; wxStaticText* m_staticTextRotationAngle; wxTextCtrl* m_rotationAngle; wxStaticBoxSizer* m_mouseCmdsWinLin; wxStaticText* m_staticText181; wxStaticBoxSizer* m_mouseCmdsOSX; wxStaticText* m_staticText1811; wxSimplebook* m_optionsBook; wxStaticText* m_staticText2; wxChoice* m_magneticPadChoice; wxStaticText* m_staticText21; wxChoice* m_magneticTrackChoice; wxStaticText* m_staticText211; wxChoice* m_magneticGraphicsChoice; wxCheckBox* m_showSelectedRatsnest; wxCheckBox* m_OptDisplayCurvedRatsnestLines; wxCheckBox* m_Show_Page_Limits; wxStaticText* m_staticText5; wxRadioButton* m_rbTrackDragMove; wxRadioButton* m_rbTrackDrag45; wxRadioButton* m_rbTrackDragFree; public: PANEL_EDIT_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_EDIT_OPTIONS_BASE(); };