10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/radiobox.h>
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 );
Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE.
~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE()
wxChoice * m_choiceMantissaInch
wxStaticText * m_fileFormatLabel
wxChoice * m_choiceIntegerInch
wxChoice * m_choiceIntegerMM
wxStaticText * m_staticTextUnitsmm
wxStaticText * m_staticTextUnitsInch
wxStaticText * m_fileFormatHelp
wxRadioBox * m_rbZeroFormat
wxStaticLine * m_staticline2
wxChoice * m_choiceMantissaMM
wxStaticText * m_staticText9
virtual void onUnitsChange(wxCommandEvent &event)
wxStaticText * m_staticText8
wxStaticText * m_coordsFormatHelp
wxStaticLine * m_staticline1
wxStaticText * m_coordinatesLabel
A wxPanel that is designed to be reset in a standard manner.