2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-02-24 23:17:30 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-04-23 16:20:50 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-03-26 02:38:18 +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>
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
2018-01-30 14:13:34 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2020-02-24 23:17:30 +00:00
|
|
|
#include <wx/dataview.h>
|
2018-01-30 14:13:34 +00:00
|
|
|
#include <wx/panel.h>
|
2020-02-27 22:00:14 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/notebook.h>
|
2020-02-28 00:05:40 +00:00
|
|
|
#include <wx/statbmp.h>
|
2020-02-27 22:00:14 +00:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/statline.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-02-27 22:00:14 +00:00
|
|
|
#define ID_NOTEBOOK1 1000
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-03-16 11:05:01 +00:00
|
|
|
/// Class DIALOG_DRC_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-03-16 11:05:01 +00:00
|
|
|
class DIALOG_DRC_BASE : public DIALOG_SHIM
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-03-28 19:30:51 +00:00
|
|
|
wxPanel* m_panelUnconnectedItems;
|
2019-03-26 02:38:18 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2020-02-24 23:17:30 +00:00
|
|
|
wxStaticText* m_MinWidthLabel;
|
|
|
|
wxStaticText* m_MinWidthUnits;
|
|
|
|
wxStaticText* m_ViaMinLabel;
|
|
|
|
wxStaticText* m_ViaMinUnits;
|
|
|
|
wxStaticText* m_uViaMinLabel;
|
|
|
|
wxStaticText* m_uViaMinUnits;
|
2018-02-10 20:17:11 +00:00
|
|
|
wxCheckBox* m_cbRefillZones;
|
2018-03-20 02:54:16 +00:00
|
|
|
wxCheckBox* m_cbReportAllTrackErrors;
|
2019-03-19 16:46:46 +00:00
|
|
|
wxCheckBox* m_cbReportTracksToZonesErrors;
|
2019-03-28 19:30:51 +00:00
|
|
|
wxCheckBox* m_cbTestFootprints;
|
2018-01-30 14:13:34 +00:00
|
|
|
wxTextCtrl* m_Messages;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxNotebook* m_Notebook;
|
2019-03-28 19:30:51 +00:00
|
|
|
wxPanel* m_panelViolations;
|
2020-02-24 23:17:30 +00:00
|
|
|
wxDataViewCtrl* m_markerDataView;
|
|
|
|
wxDataViewCtrl* m_unconnectedDataView;
|
2019-03-28 19:30:51 +00:00
|
|
|
wxPanel* m_panelFootprintWarnings;
|
2020-02-24 23:17:30 +00:00
|
|
|
wxDataViewCtrl* m_footprintsDataView;
|
2020-02-27 22:00:14 +00:00
|
|
|
wxStaticText* m_showLabel;
|
|
|
|
wxCheckBox* m_showAll;
|
|
|
|
wxCheckBox* m_showErrors;
|
2020-02-28 00:05:40 +00:00
|
|
|
wxStaticBitmap* m_errorsBadge;
|
2020-02-27 22:00:14 +00:00
|
|
|
wxCheckBox* m_showWarnings;
|
2020-02-28 00:05:40 +00:00
|
|
|
wxStaticBitmap* m_warningsBadge;
|
|
|
|
wxCheckBox* m_showExclusions;
|
|
|
|
wxStaticBitmap* m_exclusionsBadge;
|
2020-02-27 22:00:14 +00:00
|
|
|
wxButton* m_saveReport;
|
|
|
|
wxStaticLine* m_staticline1;
|
2018-01-30 14:13:34 +00:00
|
|
|
wxBoxSizer* m_sizerButtons;
|
|
|
|
wxButton* m_DeleteCurrentMarkerButton;
|
|
|
|
wxButton* m_DeleteAllMarkersButton;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2019-03-26 02:38:18 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2016-04-15 18:15:22 +00:00
|
|
|
virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); }
|
2020-02-24 23:17:30 +00:00
|
|
|
virtual void OnChangingNotebookPage( wxNotebookEvent& event ) { event.Skip(); }
|
2020-02-25 12:17:13 +00:00
|
|
|
virtual void OnDRCItemDClick( wxDataViewEvent& event ) { event.Skip(); }
|
2020-02-28 00:05:40 +00:00
|
|
|
virtual void OnDRCItemRClick( wxDataViewEvent& event ) { event.Skip(); }
|
2020-02-24 23:17:30 +00:00
|
|
|
virtual void OnDRCItemSelected( wxDataViewEvent& event ) { event.Skip(); }
|
2020-02-27 22:00:14 +00:00
|
|
|
virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); }
|
2018-01-30 14:13:34 +00:00
|
|
|
virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-02-24 23:17:30 +00:00
|
|
|
virtual void OnRunDRCClick( wxCommandEvent& event ) { event.Skip(); }
|
2019-03-26 02:38:18 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2020-02-24 23:17:30 +00:00
|
|
|
wxTextCtrl* m_MinWidthCtrl;
|
|
|
|
wxTextCtrl* m_ViaMinCtrl;
|
|
|
|
wxTextCtrl* m_uViaMinCtrl;
|
2019-03-26 02:38:18 +00:00
|
|
|
|
2020-03-16 11:05:01 +00:00
|
|
|
DIALOG_DRC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("DRC Control"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
|
|
~DIALOG_DRC_BASE();
|
2019-03-26 02:38:18 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|