2018-05-14 18:34:18 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-09-12 23:01:23 +01:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
|
2018-05-14 18:34:18 +01:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-08-05 11:29:16 -04:00
|
|
|
#pragma once
|
2018-05-14 18:34:18 +01: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 18:34:18 +01:00
|
|
|
#include <wx/string.h>
|
2020-10-04 17:43:48 +01:00
|
|
|
#include <wx/checkbox.h>
|
2018-05-14 18:34:18 +01:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/textctrl.h>
|
2023-07-10 17:15:37 +01:00
|
|
|
#include <wx/sizer.h>
|
2022-12-05 21:27:00 +03:00
|
|
|
#include <wx/choice.h>
|
2024-09-12 19:33:28 +08:00
|
|
|
#include <wx/radiobox.h>
|
2018-05-14 18:34:18 +01:00
|
|
|
#include <wx/statbox.h>
|
2023-07-10 17:15:37 +01:00
|
|
|
#include <wx/statline.h>
|
2018-05-14 18:34:18 +01:00
|
|
|
#include <wx/panel.h>
|
2023-05-21 00:06:51 +01:00
|
|
|
#include <wx/spinctrl.h>
|
2020-06-17 21:45:03 +01:00
|
|
|
#include <wx/simplebook.h>
|
2018-05-14 18:34:18 +01:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-06-17 21:45:03 +01:00
|
|
|
/// Class PANEL_EDIT_OPTIONS_BASE
|
2018-05-14 18:34:18 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_EDIT_OPTIONS_BASE : public RESETTABLE_PANEL
|
2018-05-14 18:34:18 +01:00
|
|
|
{
|
|
|
|
private:
|
2019-08-05 11:29:16 -04:00
|
|
|
|
2018-05-14 18:34:18 +01:00
|
|
|
protected:
|
2022-10-19 11:32:16 +01:00
|
|
|
wxCheckBox* m_cbConstrainHV45Mode;
|
2022-01-19 13:24:02 +00:00
|
|
|
wxStaticText* m_rotationAngleLabel;
|
|
|
|
wxTextCtrl* m_rotationAngleCtrl;
|
|
|
|
wxStaticText* m_rotationAngleUnits;
|
2022-12-05 21:27:00 +03:00
|
|
|
wxStaticText* m_arcEditModeLabel;
|
|
|
|
wxChoice* m_arcEditMode;
|
2023-07-10 17:15:37 +01:00
|
|
|
wxBoxSizer* m_sizerBoardEdit;
|
|
|
|
wxStaticText* m_trackMouseDragLabel;
|
|
|
|
wxChoice* m_trackMouseDragCtrl;
|
2024-09-12 19:33:28 +08:00
|
|
|
wxRadioBox* m_boardItemsFlip;
|
2023-07-10 17:15:37 +01:00
|
|
|
wxCheckBox* m_allowFreePads;
|
2024-10-05 17:56:59 +01:00
|
|
|
wxCheckBox* m_overrideLocks;
|
2020-12-19 00:19:47 +00:00
|
|
|
wxStaticBoxSizer* m_mouseCmdsWinLin;
|
2020-12-05 16:04:42 +01:00
|
|
|
wxStaticText* m_staticText181;
|
2022-06-16 13:05:48 -04:00
|
|
|
wxRadioBox* m_rbCtrlClickAction;
|
2020-12-19 00:19:47 +00:00
|
|
|
wxStaticBoxSizer* m_mouseCmdsOSX;
|
|
|
|
wxStaticText* m_staticText1811;
|
2022-06-16 13:05:48 -04:00
|
|
|
wxRadioBox* m_rbCtrlClickActionMac;
|
2020-06-17 21:45:03 +01:00
|
|
|
wxSimplebook* m_optionsBook;
|
2022-10-19 11:32:16 +01:00
|
|
|
wxCheckBox* m_magneticPads;
|
|
|
|
wxCheckBox* m_magneticGraphics;
|
2019-01-29 06:04:12 -08:00
|
|
|
wxStaticText* m_staticText2;
|
|
|
|
wxChoice* m_magneticPadChoice;
|
|
|
|
wxStaticText* m_staticText21;
|
|
|
|
wxChoice* m_magneticTrackChoice;
|
|
|
|
wxStaticText* m_staticText211;
|
|
|
|
wxChoice* m_magneticGraphicsChoice;
|
2019-06-12 17:32:47 -07:00
|
|
|
wxCheckBox* m_showSelectedRatsnest;
|
|
|
|
wxCheckBox* m_OptDisplayCurvedRatsnestLines;
|
2023-05-21 00:06:51 +01:00
|
|
|
wxStaticText* m_ratsnestThicknessLabel;
|
|
|
|
wxSpinCtrlDouble* m_ratsnestThickness;
|
2022-10-19 11:32:16 +01:00
|
|
|
wxCheckBox* m_escClearsNetHighlight;
|
2021-04-10 01:20:31 +01:00
|
|
|
wxCheckBox* m_showPageLimits;
|
2022-10-19 11:32:16 +01:00
|
|
|
wxCheckBox* m_cbCourtyardCollisions;
|
2021-04-10 01:20:31 +01:00
|
|
|
wxCheckBox* m_autoRefillZones;
|
2019-08-05 11:29:16 -04:00
|
|
|
|
2018-05-14 18:34:18 +01:00
|
|
|
public:
|
2019-08-05 11:29:16 -04:00
|
|
|
|
2020-06-17 21:45:03 +01: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 );
|
2022-06-16 13:05:48 -04:00
|
|
|
|
2020-06-17 21:45:03 +01:00
|
|
|
~PANEL_EDIT_OPTIONS_BASE();
|
2019-08-05 11:29:16 -04:00
|
|
|
|
2018-05-14 18:34:18 +01:00
|
|
|
};
|
|
|
|
|