/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 30 2017) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __PANEL_EESCHEMA_SETTINGS_BASE_H__ #define __PANEL_EESCHEMA_SETTINGS_BASE_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_EESCHEMA_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_EESCHEMA_SETTINGS_BASE : public wxPanel { DECLARE_EVENT_TABLE() private: // Private event handlers void _wxFB_OnChooseUnits( wxCommandEvent& event ){ OnChooseUnits( event ); } protected: wxStaticText* m_staticText2; wxChoice* m_choiceUnits; wxStaticText* m_textSizeLabel; wxTextCtrl* m_textSizeCtrl; wxStaticText* m_textSizeUnits; wxStaticText* m_hPitchLabel; wxTextCtrl* m_hPitchCtrl; wxStaticText* m_hPitchUnits; wxStaticText* m_vPitchLabel; wxTextCtrl* m_vPitchCtrl; wxStaticText* m_vPitchUnits; wxStaticText* m_staticText16; wxSpinCtrl* m_spinRepeatLabel; wxStaticText* m_staticText161; wxChoice* m_choiceMouseAction; wxCheckBox* m_checkHVOrientation; wxCheckBox* m_moveWarpsCursor; wxCheckBox* m_moveTakesCursorAsOrigin; wxCheckBox* m_checkAutoplaceFields; wxCheckBox* m_checkAutoplaceJustify; wxCheckBox* m_checkAutoplaceAlign; wxCheckBox* m_footprintPreview; // Virtual event handlers, overide them in your derived class virtual void OnChooseUnits( wxCommandEvent& event ) { event.Skip(); } public: PANEL_EESCHEMA_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL ); ~PANEL_EESCHEMA_SETTINGS_BASE(); }; #endif //__PANEL_EESCHEMA_SETTINGS_BASE_H__