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/stattext.h>
18 #include <wx/gdicmn.h>
19 #include <wx/font.h>
20 #include <wx/colour.h>
21 #include <wx/settings.h>
22 #include <wx/textctrl.h>
23 #include <wx/bmpbuttn.h>
24 #include <wx/bitmap.h>
25 #include <wx/image.h>
26 #include <wx/icon.h>
27 #include <wx/button.h>
28 #include <wx/sizer.h>
29 #include <wx/checklst.h>
30 #include <wx/statbox.h>
31 #include <wx/radiobox.h>
32 #include <wx/checkbox.h>
33 #include <wx/panel.h>
34 #include <wx/dialog.h>
35 
36 ///////////////////////////////////////////////////////////////////////////
37 
38 ///////////////////////////////////////////////////////////////////////////////
39 /// Class DIALOG_EXPORT_SVG_BASE
40 ///////////////////////////////////////////////////////////////////////////////
41 class DIALOG_EXPORT_SVG_BASE : public DIALOG_SHIM
42 {
43 	private:
44 
45 	protected:
46 		wxStaticText* m_staticTextDir;
47 		wxTextCtrl* m_outputDirectoryName;
48 		wxBitmapButton* m_browseButton;
49 		wxStaticText* m_staticTextCopperLayers;
50 		wxCheckListBox* m_CopperLayersList;
51 		wxStaticText* m_staticTextTechLayers;
52 		wxCheckListBox* m_TechnicalLayersList;
53 		wxRadioBox* m_ModeColorOption;
54 		wxRadioBox* m_rbSvgPageSizeOpt;
55 		wxCheckBox* m_printMirrorOpt;
56 		wxCheckBox* m_checkboxPagePerLayer;
57 		wxCheckBox* m_checkboxEdgesOnAllPages;
58 		WX_HTML_REPORT_PANEL* m_messagesPanel;
59 		wxStdDialogButtonSizer* m_sdbSizer1;
60 		wxButton* m_sdbSizer1OK;
61 		wxButton* m_sdbSizer1Cancel;
62 
63 		// Virtual event handlers, overide them in your derived class
OnOutputDirectoryBrowseClicked(wxCommandEvent & event)64 		virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
onPagePerLayerClicked(wxCommandEvent & event)65 		virtual void onPagePerLayerClicked( wxCommandEvent& event ) { event.Skip(); }
OnButtonPlot(wxCommandEvent & event)66 		virtual void OnButtonPlot( wxCommandEvent& event ) { event.Skip(); }
67 
68 
69 	public:
70 
71 		DIALOG_EXPORT_SVG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export SVG File"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
72 		~DIALOG_EXPORT_SVG_BASE();
73 
74 };
75 
76