1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version 3.9.0 Nov  1 2020)
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/statline.h>
29 #include <wx/dialog.h>
30 
31 ///////////////////////////////////////////////////////////////////////////
32 
33 ///////////////////////////////////////////////////////////////////////////////
34 /// Class DIALOG_IMPORT_SETTINGS_BASE
35 ///////////////////////////////////////////////////////////////////////////////
36 class DIALOG_IMPORT_SETTINGS_BASE : public DIALOG_SHIM
37 {
38 	private:
39 
40 	protected:
41 		wxBoxSizer* m_MainSizer;
42 		wxTextCtrl* m_filePathCtrl;
43 		wxBitmapButton* m_browseButton;
44 		wxButton* m_selectAllButton;
45 		wxStaticLine* m_staticline1;
46 		wxBoxSizer* m_buttonsSizer;
47 		wxStdDialogButtonSizer* m_sdbSizer1;
48 		wxButton* m_sdbSizer1OK;
49 		wxButton* m_sdbSizer1Cancel;
50 
51 		// Virtual event handlers, overide them in your derived class
OnBrowseClicked(wxCommandEvent & event)52 		virtual void OnBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
OnCheckboxClicked(wxCommandEvent & event)53 		virtual void OnCheckboxClicked( wxCommandEvent& event ) { event.Skip(); }
OnSelectAll(wxCommandEvent & event)54 		virtual void OnSelectAll( wxCommandEvent& event ) { event.Skip(); }
55 
56 
57 	public:
58 		wxCheckBox* m_LayersOpt;
59 		wxCheckBox* m_TextAndGraphicsOpt;
60 		wxCheckBox* m_ConstraintsOpt;
61 		wxCheckBox* m_TracksAndViasOpt;
62 		wxCheckBox* m_MaskAndPasteOpt;
63 		wxCheckBox* m_SeveritiesOpt;
64 		wxCheckBox* m_NetclassesOpt;
65 
66 		DIALOG_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 );
67 		~DIALOG_IMPORT_SETTINGS_BASE();
68 
69 };
70 
71