/////////////////////////////////////////////////////////////////////////// // 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 "panel_kicad2step.h" #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class KICAD2STEP_FRAME_BASE /////////////////////////////////////////////////////////////////////////////// class KICAD2STEP_FRAME_BASE : public wxFrame { private: protected: wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; // Virtual event handlers, overide them in your derived class virtual void OnOKButtonClick( wxCommandEvent& event ) { event.Skip(); } public: PANEL_KICAD2STEP* m_panelKicad2Step; KICAD2STEP_FRAME_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Kicad2step Converter"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 644,300 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL ); ~KICAD2STEP_FRAME_BASE(); };