/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "widgets/resettable_panel.h" #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE : public RESETTABLE_PANEL { private: protected: wxStaticText* m_fileFormatLabel; wxStaticLine* m_staticline1; wxStaticText* m_fileFormatHelp; wxRadioBox* m_rbUnits; wxRadioBox* m_rbZeroFormat; wxStaticText* m_coordinatesLabel; wxStaticLine* m_staticline2; wxStaticText* m_coordsFormatHelp; wxStaticText* m_hint1; wxStaticText* m_staticTextUnitsmm; wxChoice* m_choiceIntegerMM; wxStaticText* m_staticText8; wxChoice* m_choiceMantissaMM; wxStaticText* m_staticTextUnitsInch; wxChoice* m_choiceIntegerInch; wxStaticText* m_staticText9; wxChoice* m_choiceMantissaInch; wxStaticText* m_hint2; // Virtual event handlers, override them in your derived class virtual void onUnitsChange( wxCommandEvent& event ) { event.Skip(); } public: 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 ); ~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(); };