/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class WX_HTML_REPORT_BOX; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_NOTEBOOK1 1000 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_DRC_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_DRC_BASE : public DIALOG_SHIM { private: wxPanel* m_panelUnconnectedItems; protected: wxCheckBox* m_cbRefillZones; wxCheckBox* m_cbReportAllTrackErrors; wxCheckBox* m_cbTestFootprints; wxSimplebook* m_runningResultsBook; wxPanel* running; wxNotebook* m_runningNotebook; wxPanel* m_panelMessages; WX_HTML_REPORT_BOX* m_messages; wxGauge* m_gauge; wxPanel* results; wxNotebook* m_Notebook; wxPanel* m_panelViolations; wxDataViewCtrl* m_markerDataView; wxDataViewCtrl* m_unconnectedDataView; wxPanel* m_panelFootprintWarnings; wxDataViewCtrl* m_footprintsDataView; wxStaticText* m_showLabel; wxCheckBox* m_showAll; wxCheckBox* m_showErrors; NUMBER_BADGE* m_errorsBadge; wxCheckBox* m_showWarnings; NUMBER_BADGE* m_warningsBadge; wxCheckBox* m_showExclusions; NUMBER_BADGE* m_exclusionsBadge; wxButton* m_saveReport; wxStaticLine* m_staticline1; wxBoxSizer* m_sizerButtons; wxButton* m_DeleteCurrentMarkerButton; wxButton* m_DeleteAllMarkersButton; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); } virtual void OnClose( wxCloseEvent& event ) { event.Skip(); } virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); } virtual void OnChangingNotebookPage( wxNotebookEvent& event ) { event.Skip(); } virtual void OnDRCItemDClick( wxDataViewEvent& event ) { event.Skip(); } virtual void OnDRCItemRClick( wxDataViewEvent& event ) { event.Skip(); } virtual void OnDRCItemSelected( wxDataViewEvent& event ) { event.Skip(); } virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnRunDRCClick( wxCommandEvent& event ) { event.Skip(); } public: 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(); };