2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-05-03 09:13:51 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-01-08 04:05:03 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-06-13 00:32:47 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +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"
|
2017-03-19 01:39:38 +00:00
|
|
|
#include <wx/sizer.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
2020-06-17 20:45:03 +00:00
|
|
|
#include <wx/panel.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2020-06-17 20:45:03 +00:00
|
|
|
#include <wx/string.h>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/statline.h>
|
2023-08-20 16:08:51 +00:00
|
|
|
#include <wx/choice.h>
|
2017-03-19 01:39:38 +00:00
|
|
|
#include <wx/checkbox.h>
|
2023-08-20 16:08:51 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2020-06-17 20:45:03 +00:00
|
|
|
#include <wx/simplebook.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2023-09-04 11:46:52 +00:00
|
|
|
/// Class PANEL_PCB_DISPLAY_OPTIONS_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2023-09-04 11:46:52 +00:00
|
|
|
class PANEL_PCB_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-06-13 00:32:47 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2018-05-14 17:34:18 +00:00
|
|
|
wxBoxSizer* m_galOptionsSizer;
|
2020-06-17 20:45:03 +00:00
|
|
|
wxSimplebook* m_optionsBook;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_annotationsLabel;
|
|
|
|
wxStaticLine* m_staticline1;
|
2023-08-20 16:08:51 +00:00
|
|
|
wxStaticText* m_netNamesLabel;
|
|
|
|
wxChoice* m_ShowNetNamesOption;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxCheckBox* m_OptDisplayPadNumber;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_clearanceLabel;
|
|
|
|
wxStaticLine* m_staticline2;
|
2023-08-20 16:08:51 +00:00
|
|
|
wxStaticText* m_trackClearancesLabel;
|
|
|
|
wxChoice* m_OptDisplayTracksClearance;
|
2018-02-16 16:57:18 +00:00
|
|
|
wxCheckBox* m_OptDisplayPadClearence;
|
2023-08-20 16:08:51 +00:00
|
|
|
wxStaticText* m_staticText4;
|
|
|
|
wxStaticLine* m_staticline4;
|
|
|
|
wxCheckBox* m_checkForceShowFieldsWhenFPSelected;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_crossProbingLabel;
|
|
|
|
wxStaticLine* m_staticline3;
|
2022-01-16 20:29:03 +00:00
|
|
|
wxCheckBox* m_checkCrossProbeOnSelection;
|
2020-06-28 02:48:48 +00:00
|
|
|
wxCheckBox* m_checkCrossProbeCenter;
|
|
|
|
wxCheckBox* m_checkCrossProbeZoom;
|
|
|
|
wxCheckBox* m_checkCrossProbeAutoHighlight;
|
2021-04-08 02:39:30 +00:00
|
|
|
wxCheckBox* m_live3Drefresh;
|
2019-06-13 00:32:47 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2019-06-13 00:32:47 +00:00
|
|
|
|
2023-09-04 11:46:52 +00:00
|
|
|
PANEL_PCB_DISPLAY_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-01-16 20:29:03 +00:00
|
|
|
|
2023-09-04 11:46:52 +00:00
|
|
|
~PANEL_PCB_DISPLAY_OPTIONS_BASE();
|
2019-06-13 00:32:47 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|