1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version 3.9.0 Aug 10 2021)
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 #include "dialog_shim.h"
14 #include <wx/string.h>
15 #include <wx/stattext.h>
16 #include <wx/gdicmn.h>
17 #include <wx/font.h>
18 #include <wx/colour.h>
19 #include <wx/settings.h>
20 #include <wx/textctrl.h>
21 #include <wx/bmpbuttn.h>
22 #include <wx/bitmap.h>
23 #include <wx/image.h>
24 #include <wx/icon.h>
25 #include <wx/button.h>
26 #include <wx/sizer.h>
27 #include <wx/checkbox.h>
28 #include <wx/dialog.h>
29 
30 ///////////////////////////////////////////////////////////////////////////
31 
32 ///////////////////////////////////////////////////////////////////////////////
33 /// Class DIALOG_SCH_IMPORT_SETTINGS_BASE
34 ///////////////////////////////////////////////////////////////////////////////
35 class DIALOG_SCH_IMPORT_SETTINGS_BASE : public DIALOG_SHIM
36 {
37 	private:
38 
39 	protected:
40 		wxBoxSizer* m_MainSizer;
41 		wxTextCtrl* m_filePathCtrl;
42 		wxBitmapButton* m_browseButton;
43 		wxBoxSizer* m_buttonsSizer;
44 		wxButton* m_selectAllButton;
45 		wxStdDialogButtonSizer* m_sdbSizer1;
46 		wxButton* m_sdbSizer1OK;
47 		wxButton* m_sdbSizer1Cancel;
48 
49 		// Virtual event handlers, override them in your derived class
OnBrowseClicked(wxCommandEvent & event)50 		virtual void OnBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
OnSelectAll(wxCommandEvent & event)51 		virtual void OnSelectAll( wxCommandEvent& event ) { event.Skip(); }
52 
53 
54 	public:
55 		wxCheckBox* m_FormattingOpt;
56 		wxCheckBox* m_FieldNameTemplatesOpt;
57 		wxCheckBox* m_PinMapOpt;
58 		wxCheckBox* m_SeveritiesOpt;
59 		wxCheckBox* m_NetClassesOpt;
60 
61 		DIALOG_SCH_IMPORT_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
62 
63 		~DIALOG_SCH_IMPORT_SETTINGS_BASE();
64 
65 };
66 
67