/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // 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 #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE : public RESETTABLE_PANEL { private: protected: wxStaticText* m_staticText11; wxRadioBox* m_rbUnits; wxRadioBox* m_rbZeroFormat; wxStaticLine* m_staticline1; wxStaticText* m_staticText6; wxStaticText* m_staticText10; wxStaticText* m_staticText7; wxStaticText* m_staticTextUnitsmm; wxChoice* m_choiceIntegerMM; wxStaticText* m_staticText8; wxChoice* m_choiceMantissaMM; wxStaticText* m_staticTextUnitsInch; wxChoice* m_choiceIntegerInch; wxStaticText* m_staticText9; wxChoice* m_choiceMantissaInch; // Virtual event handlers, overide 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( 440,336 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(); };