2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-02-09 17:18:56 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
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>
|
2022-01-07 00:47:23 +00:00
|
|
|
class FONT_CHOICE;
|
|
|
|
|
2021-11-01 11:20:13 +00:00
|
|
|
#include "widgets/resettable_panel.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>
|
2022-01-07 00:47:23 +00:00
|
|
|
#include <wx/stattext.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/statline.h>
|
2022-01-07 00:47:23 +00:00
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/checkbox.h>
|
2019-11-20 19:54:33 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2021-09-15 20:03:07 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL
|
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;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_appearanceLabel;
|
|
|
|
wxStaticLine* m_staticline1;
|
2022-01-07 00:47:23 +00:00
|
|
|
wxStaticText* m_defaultFontLabel;
|
|
|
|
FONT_CHOICE* m_defaultFontCtrl;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxCheckBox* m_checkShowHiddenPins;
|
2020-04-18 15:36:29 +00:00
|
|
|
wxCheckBox* m_checkShowHiddenFields;
|
2021-11-05 21:16:26 +00:00
|
|
|
wxCheckBox* m_checkShowERCErrors;
|
|
|
|
wxCheckBox* m_checkShowERCWarnings;
|
|
|
|
wxCheckBox* m_checkShowERCExclusions;
|
2023-02-09 17:18:56 +00:00
|
|
|
wxCheckBox* m_checkShowOPVoltages;
|
|
|
|
wxCheckBox* m_checkShowOPCurrents;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxCheckBox* m_checkPageLimits;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_selectionLabel;
|
|
|
|
wxStaticLine* m_staticline2;
|
2019-11-21 15:48:44 +00:00
|
|
|
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;
|
2021-09-15 20:03:07 +00:00
|
|
|
wxStaticText* m_highlightWidthLabel;
|
|
|
|
wxSpinCtrlDouble* m_highlightWidthCtrl;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_crossprobeLabel;
|
|
|
|
wxStaticLine* m_staticline3;
|
2022-01-16 20:29:03 +00:00
|
|
|
wxCheckBox* m_checkCrossProbeOnSelection;
|
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 );
|
2022-07-01 23:45:19 +00:00
|
|
|
|
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
|
|
|
};
|
|
|
|
|