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.0.0-0-g0efcecf)
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/radiobox.h>
22#include <wx/sizer.h>
23#include <wx/choice.h>
24#include <wx/panel.h>
25
27
28
33{
34 private:
35
36 protected:
37 wxStaticText* m_fileFormatLabel;
38 wxStaticLine* m_staticline1;
39 wxStaticText* m_fileFormatHelp;
40 wxRadioBox* m_rbUnits;
41 wxRadioBox* m_rbZeroFormat;
42 wxStaticText* m_coordinatesLabel;
43 wxStaticLine* m_staticline2;
44 wxStaticText* m_coordsFormatHelp;
45 wxStaticText* m_hint1;
46 wxStaticText* m_staticTextUnitsmm;
48 wxStaticText* m_staticText8;
50 wxStaticText* m_staticTextUnitsInch;
52 wxStaticText* m_staticText9;
54 wxStaticText* m_hint2;
55
56 // Virtual event handlers, override them in your derived class
57 virtual void onUnitsChange( wxCommandEvent& event ) { event.Skip(); }
58
59
60 public:
61
62 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 );
63
65
66};
67
const char * name
Definition: DXF_plotter.cpp:57
Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE.
A wxPanel that is designed to be reset in a standard manner.