KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_gerbview_excellon_settings_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.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/statline.h>
21#include <wx/radiobut.h>
22#include <wx/gbsizer.h>
23#include <wx/sizer.h>
24#include <wx/choice.h>
25#include <wx/panel.h>
26
28
33{
34 private:
35
36 protected:
37 wxStaticText* m_fileFormatLabel;
38 wxStaticLine* m_staticline1;
39 wxStaticText* m_fileFormatHelp;
40 wxStaticText* unitsLabel;
41 wxRadioButton* m_rbInches;
42 wxRadioButton* m_rbMM;
43 wxStaticText* zeroFormatLabel;
44 wxRadioButton* m_rbTZ;
45 wxRadioButton* m_rbLZ;
46 wxStaticText* m_coordinatesLabel;
47 wxStaticLine* m_staticline2;
48 wxStaticText* m_coordsFormatHelp;
49 wxStaticText* m_hint1;
50 wxStaticText* m_staticTextUnitsmm;
52 wxStaticText* m_staticText8;
54 wxStaticText* m_staticTextUnitsInch;
56 wxStaticText* m_staticText9;
58 wxStaticText* m_hint2;
59
60 // Virtual event handlers, override them in your derived class
61 virtual void onUnitsChange( wxCommandEvent& event ) { event.Skip(); }
62
63
64 public:
65
66 PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
67
69
70};
71
const char * name
Definition: DXF_plotter.cpp:62
Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE.
A wxPanel that is designed to be reset in a standard manner.