1 ///////////////////////////////////////////////////////////////////////////
2 // C++ code generated with wxFormBuilder (version Dec 30 2017)
3 // http://www.wxformbuilder.org/
4 //
5 // PLEASE DO *NOT* EDIT THIS FILE!
6 ///////////////////////////////////////////////////////////////////////////
7 
8 #ifndef __DIALOG_TRACK_VIA_SIZE_BASE_H__
9 #define __DIALOG_TRACK_VIA_SIZE_BASE_H__
10 
11 #include <wx/artprov.h>
12 #include <wx/xrc/xmlres.h>
13 #include <wx/intl.h>
14 #include "dialog_shim.h"
15 #include <wx/string.h>
16 #include <wx/stattext.h>
17 #include <wx/gdicmn.h>
18 #include <wx/font.h>
19 #include <wx/colour.h>
20 #include <wx/settings.h>
21 #include <wx/textctrl.h>
22 #include <wx/sizer.h>
23 #include <wx/statline.h>
24 #include <wx/button.h>
25 #include <wx/dialog.h>
26 
27 ///////////////////////////////////////////////////////////////////////////
28 
29 
30 ///////////////////////////////////////////////////////////////////////////////
31 /// Class DIALOG_TRACK_VIA_SIZE_BASE
32 ///////////////////////////////////////////////////////////////////////////////
33 class DIALOG_TRACK_VIA_SIZE_BASE : public DIALOG_SHIM
34 {
35 	private:
36 
37 	protected:
38 		wxStaticText* m_trackWidthLabel;
39 		wxTextCtrl* m_trackWidthText;
40 		wxStaticText* m_trackWidthUnits;
41 		wxStaticText* m_viaDiameterLabel;
42 		wxTextCtrl* m_viaDiameterText;
43 		wxStaticText* m_viaDiameterUnits;
44 		wxStaticText* m_viaDrillLabel;
45 		wxTextCtrl* m_viaDrillText;
46 		wxStaticText* m_viaDrillUnits;
47 		wxStaticLine* m_staticline1;
48 		wxStdDialogButtonSizer* m_stdButtons;
49 		wxButton* m_stdButtonsOK;
50 		wxButton* m_stdButtonsCancel;
51 
52 	public:
53 
54 		DIALOG_TRACK_VIA_SIZE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Track Width and Via Size"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
55 		~DIALOG_TRACK_VIA_SIZE_BASE();
56 
57 };
58 
59 #endif //__DIALOG_TRACK_VIA_SIZE_BASE_H__
60