2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2019-01-29 14:04:12 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Jan 17 2019)
|
2018-05-14 17:34:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-01-29 14:04:12 +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>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/radiobox.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
2019-01-29 14:04:12 +00:00
|
|
|
#include <wx/choice.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_PCBNEW_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-01-29 14:04:12 +00:00
|
|
|
class PANEL_PCBNEW_SETTINGS_BASE : public wxPanel
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-01-29 14:04:12 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
wxID_POLAR_CTRL = 1000,
|
|
|
|
wxID_UNITS,
|
|
|
|
wxID_SEGMENTS45,
|
|
|
|
wxID_DRC_ONOFF,
|
|
|
|
wxID_TRACK_AUTODEL,
|
|
|
|
wxID_TRACKS45
|
|
|
|
};
|
2019-01-29 14:04:12 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
wxRadioBox* m_PolarDisplay;
|
|
|
|
wxRadioBox* m_UnitsSelection;
|
|
|
|
wxCheckBox* m_Show_Page_Limits;
|
|
|
|
wxCheckBox* m_Segments_45_Only_Ctrl;
|
|
|
|
wxCheckBox* m_UseEditKeyForWidth;
|
|
|
|
wxCheckBox* m_dragSelects;
|
|
|
|
wxStaticText* m_staticTextRotationAngle;
|
|
|
|
wxTextCtrl* m_RotationAngle;
|
2019-01-29 14:04:12 +00:00
|
|
|
wxStaticText* m_staticText2;
|
|
|
|
wxChoice* m_magneticPadChoice;
|
|
|
|
wxStaticText* m_staticText21;
|
|
|
|
wxChoice* m_magneticTrackChoice;
|
|
|
|
wxStaticText* m_staticText211;
|
|
|
|
wxChoice* m_magneticGraphicsChoice;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxCheckBox* m_DrcOn;
|
|
|
|
wxCheckBox* m_TrackAutodel;
|
|
|
|
wxCheckBox* m_Track_45_Only_Ctrl;
|
|
|
|
wxCheckBox* m_Track_DoubleSegm_Ctrl;
|
2019-01-29 14:04:12 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2019-01-29 14:04:12 +00:00
|
|
|
|
|
|
|
PANEL_PCBNEW_SETTINGS_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_PCBNEW_SETTINGS_BASE();
|
2019-01-29 14:04:12 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|