2020-01-29 16:33:57 +00:00
///////////////////////////////////////////////////////////////////////////
2023-05-01 12:53:36 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
2020-01-29 16:33:57 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# pragma once
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
class WX_HTML_REPORT_PANEL ;
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/checkbox.h>
2020-01-30 08:22:21 +00:00
# include <wx/gdicmn.h>
2020-01-29 16:33:57 +00:00
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
2020-01-30 08:22:21 +00:00
# include <wx/sizer.h>
2020-01-29 16:33:57 +00:00
# include <wx/statbox.h>
# include <wx/panel.h>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_UPDATE_FROM_PCB_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_UPDATE_FROM_PCB_BASE : public DIALOG_SHIM
{
2020-01-30 08:22:21 +00:00
private :
2020-01-29 16:33:57 +00:00
2020-01-30 08:22:21 +00:00
protected :
2020-07-16 17:31:36 +00:00
wxCheckBox * m_cbRelinkFootprints ;
wxCheckBox * m_cbUpdateReferences ;
2020-03-17 16:08:29 +00:00
wxCheckBox * m_cbUpdateFootprints ;
2020-07-16 17:31:36 +00:00
wxCheckBox * m_cbUpdateValues ;
2020-06-08 18:36:25 +00:00
wxCheckBox * m_cbUpdateNetNames ;
2023-05-01 12:53:36 +00:00
wxCheckBox * m_cbUpdateAttributes ;
2023-07-31 14:38:02 +00:00
wxCheckBox * m_cbUpdateOtherFields ;
2020-01-30 08:22:21 +00:00
WX_HTML_REPORT_PANEL * m_messagePanel ;
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2020-01-29 16:33:57 +00:00
2023-05-01 12:53:36 +00:00
// Virtual event handlers, override them in your derived class
2020-01-30 08:22:21 +00:00
virtual void OnOptionChanged ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnUpdateClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2020-01-29 16:33:57 +00:00
2020-01-30 08:22:21 +00:00
public :
2020-01-29 16:33:57 +00:00
2020-01-30 08:22:21 +00:00
DIALOG_UPDATE_FROM_PCB_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Update Schematic from PCB " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2023-05-01 12:53:36 +00:00
2020-01-30 08:22:21 +00:00
~ DIALOG_UPDATE_FROM_PCB_BASE ( ) ;
2020-01-29 16:33:57 +00:00
} ;