1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Oct 26 2018)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO *NOT* EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7 
8 #pragma once
9 
10 #include <wx/artprov.h>
11 #include <wx/xrc/xmlres.h>
12 #include <wx/intl.h>
13 class WX_HTML_REPORT_PANEL;
14 
15 #include "dialog_shim.h"
16 #include <wx/string.h>
17 #include <wx/checkbox.h>
18 #include <wx/gdicmn.h>
19 #include <wx/font.h>
20 #include <wx/colour.h>
21 #include <wx/settings.h>
22 #include <wx/sizer.h>
23 #include <wx/statbox.h>
24 #include <wx/panel.h>
25 #include <wx/button.h>
26 #include <wx/dialog.h>
27 
28 ///////////////////////////////////////////////////////////////////////////
29 
30 ///////////////////////////////////////////////////////////////////////////////
31 /// Class DIALOG_UPDATE_PCB_BASE
32 ///////////////////////////////////////////////////////////////////////////////
33 class DIALOG_UPDATE_PCB_BASE : public DIALOG_SHIM
34 {
35 	private:
36 
37 	protected:
38 		wxCheckBox* m_cbRelinkFootprints;
39 		wxCheckBox* m_cbDeleteExtraFootprints;
40 		wxCheckBox* m_cbUpdateFootprints;
41 		WX_HTML_REPORT_PANEL* m_messagePanel;
42 		wxStdDialogButtonSizer* m_sdbSizer1;
43 		wxButton* m_sdbSizer1OK;
44 		wxButton* m_sdbSizer1Cancel;
45 
46 		// Virtual event handlers, overide them in your derived class
OnOptionChanged(wxCommandEvent & event)47 		virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
OnUpdateClick(wxCommandEvent & event)48 		virtual void OnUpdateClick( wxCommandEvent& event ) { event.Skip(); }
49 
50 
51 	public:
52 
53 		DIALOG_UPDATE_PCB_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Update PCB from Schematic"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
54 		~DIALOG_UPDATE_PCB_BASE();
55 
56 };
57 
58