2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
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
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
#ifndef __PANEL_PCBNEW_DISPLAY_OPTIONS_BASE_H__
|
|
|
|
#define __PANEL_PCBNEW_DISPLAY_OPTIONS_BASE_H__
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.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>
|
2017-03-19 01:39:38 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/radiobox.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2017-03-19 01:39:38 +00:00
|
|
|
#include <wx/checkbox.h>
|
2018-01-08 04:05:03 +00:00
|
|
|
#include <wx/statbox.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
/// Class PANEL_PCBNEW_DISPLAY_OPTIONS_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
class PANEL_PCBNEW_DISPLAY_OPTIONS_BASE : public wxPanel
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
enum
|
|
|
|
{
|
2016-05-10 20:47:37 +00:00
|
|
|
ID_SHOW_CLEARANCE = 1000
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
wxBoxSizer* m_galOptionsSizer;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxRadioBox* m_ShowNetNamesOption;
|
|
|
|
wxCheckBox* m_OptDisplayPadNumber;
|
|
|
|
wxCheckBox* m_OptDisplayPadNoConn;
|
2018-02-16 16:57:18 +00:00
|
|
|
wxRadioBox* m_OptDisplayTracksClearance;
|
|
|
|
wxCheckBox* m_OptDisplayPadClearence;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
public:
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
PANEL_PCBNEW_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL );
|
|
|
|
~PANEL_PCBNEW_DISPLAY_OPTIONS_BASE();
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
};
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
#endif //__PANEL_PCBNEW_DISPLAY_OPTIONS_BASE_H__
|