2019-03-31 09:37:57 +00:00
///////////////////////////////////////////////////////////////////////////
2019-06-01 16:49:33 +00:00
// C++ code generated with wxFormBuilder (version Apr 23 2019)
2019-03-31 09:37:57 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
2019-06-01 16:49:33 +00:00
# pragma once
2019-03-31 09:37:57 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
class DRCLISTBOX ;
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/checkbox.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/sizer.h>
# include <wx/stattext.h>
# include <wx/listbox.h>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
# define ID_CLEANUP_ITEMS_LIST 1000
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_CLEANUP_TRACKS_AND_VIAS_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_CLEANUP_TRACKS_AND_VIAS_BASE : public DIALOG_SHIM
{
private :
2019-06-01 16:49:33 +00:00
2019-03-31 09:37:57 +00:00
protected :
wxCheckBox * m_cleanShortCircuitOpt ;
wxCheckBox * m_cleanViasOpt ;
wxCheckBox * m_mergeSegmOpt ;
wxCheckBox * m_deleteUnconnectedOpt ;
2019-06-01 16:49:33 +00:00
wxCheckBox * m_deleteTracksInPadsOpt ;
2019-03-31 09:37:57 +00:00
wxStaticText * staticChangesLabel ;
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2019-06-01 16:49:33 +00:00
2019-03-31 09:37:57 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnCheckBox ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnLeftDClickItem ( wxMouseEvent & event ) { event . Skip ( ) ; }
virtual void OnSelectItem ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnRightUpItem ( wxMouseEvent & event ) { event . Skip ( ) ; }
2019-06-01 16:49:33 +00:00
2019-03-31 09:37:57 +00:00
public :
DRCLISTBOX * m_ItemsListBox ;
2019-06-01 16:49:33 +00:00
DIALOG_CLEANUP_TRACKS_AND_VIAS_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Cleanup Tracks and Vias " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2019-03-31 09:37:57 +00:00
~ DIALOG_CLEANUP_TRACKS_AND_VIAS_BASE ( ) ;
2019-06-01 16:49:33 +00:00
2019-03-31 09:37:57 +00:00
} ;