2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-12-08 18:08:52 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
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"
|
2021-11-01 11:20:13 +00:00
|
|
|
#include "widgets/resettable_panel.h"
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
2022-03-22 16:49:38 +00:00
|
|
|
#include <wx/stattext.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>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/statline.h>
|
2022-03-22 16:49:38 +00:00
|
|
|
#include <wx/choice.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/sizer.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/checkbox.h>
|
2021-03-12 23:59:17 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/simplebook.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
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-10-25 19:24:00 +00:00
|
|
|
/// Class PANEL_EESCHEMA_EDITING_OPTIONS_BASE
|
2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_EESCHEMA_EDITING_OPTIONS_BASE : public RESETTABLE_PANEL
|
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:
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_editingLabel;
|
|
|
|
wxStaticLine* m_staticline3;
|
2022-03-22 16:49:38 +00:00
|
|
|
wxStaticText* m_staticText24;
|
|
|
|
wxChoice* m_choiceLineMode;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxCheckBox* m_mouseDragIsDrag;
|
2020-10-01 23:53:47 +00:00
|
|
|
wxCheckBox* m_cbAutoStartWires;
|
2022-09-15 14:05:44 +00:00
|
|
|
wxCheckBox* m_escClearsNetHighlight;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText26;
|
|
|
|
wxStaticLine* m_staticline4;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxStaticText* m_borderColorLabel;
|
|
|
|
COLOR_SWATCH* m_borderColorSwatch;
|
|
|
|
wxStaticText* m_backgroundColorLabel;
|
|
|
|
COLOR_SWATCH* m_backgroundColorSwatch;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_selectionLabel;
|
|
|
|
wxStaticLine* m_staticline5;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxCheckBox* m_cbPinSelectionOpt;
|
2021-03-12 23:59:17 +00:00
|
|
|
wxSimplebook* m_leftClickCmdsBook;
|
|
|
|
wxPanel* m_pageWinLin;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_leftClickLabel;
|
|
|
|
wxStaticLine* m_staticline6;
|
|
|
|
wxStaticText* m_hint1;
|
2021-02-23 19:40:22 +00:00
|
|
|
wxStaticText* m_staticText91;
|
|
|
|
wxStaticText* m_staticText101;
|
|
|
|
wxStaticText* m_staticText131;
|
|
|
|
wxStaticText* m_staticText141;
|
|
|
|
wxStaticText* m_staticText151;
|
|
|
|
wxStaticText* m_staticText161;
|
2021-03-12 23:59:17 +00:00
|
|
|
wxPanel* m_pageMac;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_leftClickLabel1;
|
|
|
|
wxStaticLine* m_staticline7;
|
|
|
|
wxStaticText* m_hint2;
|
2021-09-27 20:10:37 +00:00
|
|
|
wxStaticText* m_staticText11;
|
|
|
|
wxStaticText* m_staticText12;
|
2021-02-23 19:40:22 +00:00
|
|
|
wxStaticText* m_staticText9;
|
|
|
|
wxStaticText* m_staticText10;
|
|
|
|
wxStaticText* m_staticText15;
|
|
|
|
wxStaticText* m_staticText16;
|
2021-09-27 20:10:37 +00:00
|
|
|
wxStaticText* m_staticText13;
|
|
|
|
wxStaticText* m_staticText14;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText32;
|
|
|
|
wxStaticLine* m_staticline10;
|
2020-04-02 12:57:07 +00:00
|
|
|
wxCheckBox* m_checkAutoplaceFields;
|
|
|
|
wxCheckBox* m_checkAutoplaceJustify;
|
|
|
|
wxCheckBox* m_checkAutoplaceAlign;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText321;
|
|
|
|
wxStaticLine* m_staticline9;
|
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;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText322;
|
|
|
|
wxStaticLine* m_staticline8;
|
2019-05-15 11:02:30 +00:00
|
|
|
wxCheckBox* m_footprintPreview;
|
2023-09-25 22:57:30 +00:00
|
|
|
wxCheckBox* m_neverShowRescue;
|
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
|
|
|
|
2023-01-08 19:26:10 +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 );
|
2022-03-22 16:49:38 +00:00
|
|
|
|
2020-10-25 19:24:00 +00:00
|
|
|
~PANEL_EESCHEMA_EDITING_OPTIONS_BASE();
|
2020-01-04 23:27:32 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|