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 #include "widgets/resettable_panel.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/radiobox.h>
21 #include <wx/sizer.h>
22 #include <wx/statbox.h>
23 #include <wx/statline.h>
24 #include <wx/choice.h>
25 #include <wx/panel.h>
26 
27 ///////////////////////////////////////////////////////////////////////////
28 
29 
30 ///////////////////////////////////////////////////////////////////////////////
31 /// Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE
32 ///////////////////////////////////////////////////////////////////////////////
33 class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE : public RESETTABLE_PANEL
34 {
35 	private:
36 
37 	protected:
38 		wxStaticText* m_staticText11;
39 		wxRadioBox* m_rbUnits;
40 		wxRadioBox* m_rbZeroFormat;
41 		wxStaticLine* m_staticline1;
42 		wxStaticText* m_staticText6;
43 		wxStaticText* m_staticText10;
44 		wxStaticText* m_staticText7;
45 		wxStaticText* m_staticTextUnitsmm;
46 		wxChoice* m_choiceIntegerMM;
47 		wxStaticText* m_staticText8;
48 		wxChoice* m_choiceMantissaMM;
49 		wxStaticText* m_staticTextUnitsInch;
50 		wxChoice* m_choiceIntegerInch;
51 		wxStaticText* m_staticText9;
52 		wxChoice* m_choiceMantissaInch;
53 
54 		// Virtual event handlers, overide them in your derived class
onUnitsChange(wxCommandEvent & event)55 		virtual void onUnitsChange( wxCommandEvent& event ) { event.Skip(); }
56 
57 
58 	public:
59 
60 		PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 440,336 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
61 		~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE();
62 
63 };
64 
65