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