2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-03-10 18:46:57 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2018-05-14 17:34:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-10-21 18:03:54 +00:00
|
|
|
#pragma once
|
2018-05-14 17:34:18 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-09-04 00:00:17 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
2020-03-13 09:53:44 +00:00
|
|
|
#include <wx/checkbox.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-09-09 23:04:42 +00:00
|
|
|
#include <wx/statbox.h>
|
2020-03-13 09:53:44 +00:00
|
|
|
#include <wx/stattext.h>
|
2019-11-20 19:54:33 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-10-21 18:03:54 +00:00
|
|
|
class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE : public wxPanel
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-10-21 18:03:54 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2018-09-04 00:00:17 +00:00
|
|
|
wxBoxSizer* m_galOptionsSizer;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxCheckBox* m_checkShowHiddenPins;
|
2020-04-18 15:36:29 +00:00
|
|
|
wxCheckBox* m_checkShowHiddenFields;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxCheckBox* m_checkPageLimits;
|
2019-11-21 15:48:44 +00:00
|
|
|
wxCheckBox* m_checkSelTextBox;
|
|
|
|
wxCheckBox* m_checkSelDrawChildItems;
|
|
|
|
wxCheckBox* m_checkSelFillShapes;
|
2019-11-20 19:54:33 +00:00
|
|
|
wxStaticText* m_selWidthLabel;
|
|
|
|
wxSpinCtrlDouble* m_selWidthCtrl;
|
2019-12-11 20:49:58 +00:00
|
|
|
wxStaticText* m_highlightColorNote;
|
2020-06-28 02:48:48 +00:00
|
|
|
wxCheckBox* m_checkCrossProbeCenter;
|
|
|
|
wxCheckBox* m_checkCrossProbeZoom;
|
|
|
|
wxCheckBox* m_checkCrossProbeAutoHighlight;
|
2019-10-21 18:03:54 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2019-10-21 18:03:54 +00:00
|
|
|
|
|
|
|
PANEL_EESCHEMA_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 );
|
2018-05-14 17:34:18 +00:00
|
|
|
~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE();
|
2019-10-21 18:03:54 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|