/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.0-4761b0c5) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "widgets/color_swatch.h" #include "widgets/resettable_panel.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_EESCHEMA_EDITING_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_EESCHEMA_EDITING_OPTIONS_BASE : public RESETTABLE_PANEL { private: protected: wxStaticText* m_staticText24; wxChoice* m_choiceLineMode; wxCheckBox* m_mouseDragIsDrag; wxCheckBox* m_cbAutoStartWires; wxCheckBox* m_escClearsNetHighlight; wxStaticText* m_borderColorLabel; COLOR_SWATCH* m_borderColorSwatch; wxStaticText* m_backgroundColorLabel; COLOR_SWATCH* m_backgroundColorSwatch; wxCheckBox* m_cbPinSelectionOpt; wxSimplebook* m_leftClickCmdsBook; wxPanel* m_pageWinLin; wxStaticText* m_staticText8; wxStaticLine* m_staticline1; wxStaticText* m_staticText91; wxStaticText* m_staticText101; wxStaticText* m_staticText131; wxStaticText* m_staticText141; wxStaticText* m_staticText151; wxStaticText* m_staticText161; wxPanel* m_pageMac; wxStaticText* m_staticText81; wxStaticLine* m_staticline2; wxStaticText* m_staticText11; wxStaticText* m_staticText12; wxStaticText* m_staticText9; wxStaticText* m_staticText10; wxStaticText* m_staticText15; wxStaticText* m_staticText16; wxStaticText* m_staticText13; wxStaticText* m_staticText14; wxCheckBox* m_checkAutoplaceFields; wxCheckBox* m_checkAutoplaceJustify; wxCheckBox* m_checkAutoplaceAlign; wxStaticText* m_hPitchLabel; wxTextCtrl* m_hPitchCtrl; wxStaticText* m_hPitchUnits; wxStaticText* m_vPitchLabel; wxTextCtrl* m_vPitchCtrl; wxStaticText* m_vPitchUnits; wxStaticText* m_labelIncrementLabel; wxSpinCtrl* m_spinLabelRepeatStep; wxCheckBox* m_footprintPreview; public: PANEL_EESCHEMA_EDITING_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 652,466 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_EESCHEMA_EDITING_OPTIONS_BASE(); };