2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-05-23 15:50:08 +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-12-19 11:41:51 +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>
|
2020-04-02 12:57:07 +00:00
|
|
|
#include "widgets/color_swatch.h"
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
2020-10-04 16:43:48 +00:00
|
|
|
#include <wx/checkbox.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/sizer.h>
|
2018-09-04 00:00:17 +00:00
|
|
|
#include <wx/statbox.h>
|
2020-10-04 16:43:48 +00:00
|
|
|
#include <wx/stattext.h>
|
2020-04-02 12:57:07 +00:00
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/spinctrl.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-10-25 19:24:00 +00:00
|
|
|
/// Class PANEL_EESCHEMA_EDITING_OPTIONS_BASE
|
2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-10-25 19:24:00 +00:00
|
|
|
class PANEL_EESCHEMA_EDITING_OPTIONS_BASE : public wxPanel
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-01-04 23:27:32 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2020-04-02 12:57:07 +00:00
|
|
|
wxCheckBox* m_checkHVOrientation;
|
|
|
|
wxCheckBox* m_mouseDragIsDrag;
|
2020-10-01 23:53:47 +00:00
|
|
|
wxCheckBox* m_cbAutoStartWires;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxStaticText* m_borderColorLabel;
|
|
|
|
COLOR_SWATCH* m_borderColorSwatch;
|
|
|
|
wxStaticText* m_backgroundColorLabel;
|
|
|
|
COLOR_SWATCH* m_backgroundColorSwatch;
|
|
|
|
wxCheckBox* m_cbPinSelectionOpt;
|
|
|
|
wxCheckBox* m_checkAutoplaceFields;
|
|
|
|
wxCheckBox* m_checkAutoplaceJustify;
|
|
|
|
wxCheckBox* m_checkAutoplaceAlign;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxStaticText* m_hPitchLabel;
|
|
|
|
wxTextCtrl* m_hPitchCtrl;
|
|
|
|
wxStaticText* m_hPitchUnits;
|
|
|
|
wxStaticText* m_vPitchLabel;
|
|
|
|
wxTextCtrl* m_vPitchCtrl;
|
|
|
|
wxStaticText* m_vPitchUnits;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxStaticText* m_labelIncrementLabel;
|
|
|
|
wxSpinCtrl* m_spinLabelRepeatStep;
|
2019-05-15 11:02:30 +00:00
|
|
|
wxCheckBox* m_footprintPreview;
|
2019-10-24 17:07:01 +00:00
|
|
|
wxCheckBox* m_navigatorStaysOpen;
|
2020-01-04 23:27:32 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2020-01-04 23:27:32 +00:00
|
|
|
|
2020-10-25 19:24:00 +00:00
|
|
|
PANEL_EESCHEMA_EDITING_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_EESCHEMA_EDITING_OPTIONS_BASE();
|
2020-01-04 23:27:32 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|