2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2021-10-01 11:11:03 +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-08-05 15:29:16 +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>
|
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>
|
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>
|
2021-01-19 13:16:26 +00:00
|
|
|
#include <wx/sizer.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/statbox.h>
|
2020-12-19 00:19:47 +00:00
|
|
|
#include <wx/statline.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
2020-06-17 20:45:03 +00:00
|
|
|
#include <wx/choice.h>
|
2020-06-21 19:39:27 +00:00
|
|
|
#include <wx/radiobut.h>
|
2020-06-17 20:45:03 +00:00
|
|
|
#include <wx/simplebook.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-06-17 20:45:03 +00:00
|
|
|
/// Class PANEL_EDIT_OPTIONS_BASE
|
2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_EDIT_OPTIONS_BASE : public RESETTABLE_PANEL
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-08-05 15:29:16 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2020-12-19 00:19:47 +00:00
|
|
|
wxCheckBox* m_magneticPads;
|
|
|
|
wxCheckBox* m_magneticGraphics;
|
|
|
|
wxCheckBox* m_flipLeftRight;
|
2022-01-19 13:24:02 +00:00
|
|
|
wxStaticText* m_rotationAngleLabel;
|
|
|
|
wxTextCtrl* m_rotationAngleCtrl;
|
|
|
|
wxStaticText* m_rotationAngleUnits;
|
2021-04-10 00:20:31 +00:00
|
|
|
wxCheckBox* m_allowFreePads;
|
2020-12-19 00:19:47 +00:00
|
|
|
wxStaticBoxSizer* m_mouseCmdsWinLin;
|
2020-12-05 15:04:42 +00:00
|
|
|
wxStaticText* m_staticText181;
|
2020-12-19 00:19:47 +00:00
|
|
|
wxStaticBoxSizer* m_mouseCmdsOSX;
|
|
|
|
wxStaticText* m_staticText1811;
|
2020-06-17 20:45:03 +00:00
|
|
|
wxSimplebook* m_optionsBook;
|
2021-10-01 11:11:03 +00:00
|
|
|
wxCheckBox* m_cbFpGraphic45Mode;
|
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;
|
2019-06-13 00:32:47 +00:00
|
|
|
wxCheckBox* m_showSelectedRatsnest;
|
|
|
|
wxCheckBox* m_OptDisplayCurvedRatsnestLines;
|
2020-06-21 19:39:27 +00:00
|
|
|
wxStaticText* m_staticText5;
|
|
|
|
wxRadioButton* m_rbTrackDragMove;
|
|
|
|
wxRadioButton* m_rbTrackDrag45;
|
|
|
|
wxRadioButton* m_rbTrackDragFree;
|
2021-10-01 11:11:03 +00:00
|
|
|
wxCheckBox* m_cbPcbGraphic45Mode;
|
2021-04-10 00:20:31 +00:00
|
|
|
wxCheckBox* m_showPageLimits;
|
|
|
|
wxCheckBox* m_autoRefillZones;
|
2019-08-05 15:29:16 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2019-08-05 15:29:16 +00:00
|
|
|
|
2020-06-17 20:45:03 +00:00
|
|
|
PANEL_EDIT_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_EDIT_OPTIONS_BASE();
|
2019-08-05 15:29:16 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|