2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-05-31 02:06:49 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
|
2018-05-14 17:34:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-11-12 12:47:35 +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>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
|
|
|
|
2020-07-21 23:13:43 +00:00
|
|
|
#include "widgets/resettable_panel.h"
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#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>
|
2018-09-04 00:00:17 +00:00
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/gbsizer.h>
|
2021-09-16 17:29:29 +00:00
|
|
|
#include <wx/sizer.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/textctrl.h>
|
2019-11-12 12:47:35 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/radiobut.h>
|
|
|
|
#include <wx/checkbox.h>
|
2021-09-16 17:29:29 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_COMMON_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-07-21 23:13:43 +00:00
|
|
|
class PANEL_COMMON_SETTINGS_BASE : public RESETTABLE_PANEL
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-11-12 12:47:35 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText20;
|
|
|
|
wxStaticLine* m_staticline3;
|
2018-09-04 00:00:17 +00:00
|
|
|
wxChoice* m_antialiasing;
|
2020-09-20 11:57:55 +00:00
|
|
|
wxStaticText* m_antialiasingFallbackLabel;
|
2018-01-04 12:13:00 +00:00
|
|
|
wxChoice* m_antialiasingFallback;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText21;
|
|
|
|
wxStaticLine* m_staticline2;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxTextCtrl* m_textEditorPath;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_textEditorBtn;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxRadioButton* m_defaultPDFViewer;
|
|
|
|
wxRadioButton* m_otherPDFViewer;
|
|
|
|
wxTextCtrl* m_PDFViewerPath;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_pdfViewerBtn;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText22;
|
|
|
|
wxStaticLine* m_staticline1;
|
2021-09-16 22:45:28 +00:00
|
|
|
wxCheckBox* m_checkBoxIconsInMenus;
|
2022-08-21 12:39:55 +00:00
|
|
|
wxCheckBox* m_showScrollbars;
|
2022-09-30 18:32:06 +00:00
|
|
|
wxCheckBox* m_focusFollowSchPcb;
|
2023-05-31 02:06:49 +00:00
|
|
|
wxCheckBox* m_hotkeyFeedback;
|
2021-09-16 17:29:29 +00:00
|
|
|
wxStaticText* m_stIconTheme;
|
|
|
|
wxRadioButton* m_rbIconThemeLight;
|
|
|
|
wxRadioButton* m_rbIconThemeDark;
|
|
|
|
wxRadioButton* m_rbIconThemeAuto;
|
2023-10-22 00:41:02 +00:00
|
|
|
wxStaticText* m_stToolbarIconSize;
|
|
|
|
wxRadioButton* m_rbIconSizeSmall;
|
|
|
|
wxRadioButton* m_rbIconSizeNormal;
|
|
|
|
wxRadioButton* m_rbIconSizeLarge;
|
2023-02-04 16:45:39 +00:00
|
|
|
wxGridBagSizer* m_gbUserInterface;
|
2019-03-22 21:15:26 +00:00
|
|
|
wxStaticText* m_staticTextCanvasScale;
|
|
|
|
wxSpinCtrlDouble* m_canvasScaleCtrl;
|
|
|
|
wxCheckBox* m_canvasScaleAuto;
|
2021-09-16 17:29:29 +00:00
|
|
|
wxCheckBox* m_scaleFonts;
|
|
|
|
wxStaticText* m_fontScalingHelp;
|
2021-11-05 23:35:10 +00:00
|
|
|
wxStaticText* m_highContrastLabel;
|
|
|
|
wxTextCtrl* m_highContrastCtrl;
|
|
|
|
wxStaticText* m_highContrastUnits;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText23;
|
|
|
|
wxStaticLine* m_staticline6;
|
2019-08-15 11:52:38 +00:00
|
|
|
wxCheckBox* m_warpMouseOnMove;
|
2019-07-25 16:48:11 +00:00
|
|
|
wxCheckBox* m_NonImmediateActions;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText24;
|
|
|
|
wxStaticLine* m_staticline5;
|
2021-09-16 17:29:29 +00:00
|
|
|
wxCheckBox* m_cbRememberOpenFiles;
|
|
|
|
wxStaticText* m_staticTextautosave;
|
|
|
|
wxSpinCtrl* m_SaveTime;
|
|
|
|
wxStaticText* m_staticTextFileHistorySize;
|
|
|
|
wxSpinCtrl* m_fileHistorySize;
|
|
|
|
wxStaticText* m_staticTextClear3DCache;
|
|
|
|
wxSpinCtrl* m_Clear3DCacheFilesOlder;
|
|
|
|
wxStaticText* m_staticTextDays;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_staticText25;
|
|
|
|
wxStaticLine* m_staticline4;
|
2020-07-03 13:40:31 +00:00
|
|
|
wxCheckBox* m_cbBackupEnabled;
|
|
|
|
wxCheckBox* m_cbBackupAutosave;
|
|
|
|
wxStaticText* m_staticText9;
|
|
|
|
wxSpinCtrl* m_backupLimitTotalFiles;
|
|
|
|
wxStaticText* m_staticText10;
|
|
|
|
wxSpinCtrl* m_backupLimitDailyFiles;
|
|
|
|
wxStaticText* m_staticText11;
|
|
|
|
wxSpinCtrl* m_backupMinInterval;
|
|
|
|
wxStaticText* m_staticText15;
|
|
|
|
wxStaticText* m_staticText16;
|
|
|
|
wxSpinCtrl* m_backupLimitTotalSize;
|
|
|
|
wxStaticText* m_staticText17;
|
2019-11-12 12:47:35 +00:00
|
|
|
|
2021-12-30 16:36:01 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2018-05-14 17:34:18 +00:00
|
|
|
virtual void OnTextEditorClick( wxCommandEvent& event ) { event.Skip(); }
|
2021-12-30 16:36:01 +00:00
|
|
|
virtual void OnRadioButtonPdfViewer( wxCommandEvent& event ) { event.Skip(); }
|
2018-05-14 17:34:18 +00:00
|
|
|
virtual void OnPDFViewerClick( wxCommandEvent& event ) { event.Skip(); }
|
2019-03-22 21:15:26 +00:00
|
|
|
virtual void OnCanvasScaleAuto( wxCommandEvent& event ) { event.Skip(); }
|
2019-11-12 12:47:35 +00:00
|
|
|
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2019-11-12 12:47:35 +00:00
|
|
|
|
2023-05-10 15:51:03 +00:00
|
|
|
PANEL_COMMON_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 );
|
2021-12-30 16:36:01 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
~PANEL_COMMON_SETTINGS_BASE();
|
2019-11-12 12:47:35 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|