2018-09-20 09:05:52 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2021-09-20 03:11:11 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2018-09-20 09:05:52 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-02-15 09:58:44 +00:00
|
|
|
#pragma once
|
2018-09-20 09:05:52 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include "panel_kicad2step.h"
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/sizer.h>
|
2021-09-20 03:11:11 +00:00
|
|
|
#include <wx/button.h>
|
2018-09-20 09:05:52 +00:00
|
|
|
#include <wx/frame.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class KICAD2STEP_FRAME_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-02-15 09:58:44 +00:00
|
|
|
class KICAD2STEP_FRAME_BASE : public wxFrame
|
2018-09-20 09:05:52 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
protected:
|
2021-09-20 03:11:11 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
|
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2021-09-20 03:11:11 +00:00
|
|
|
virtual void OnOKButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
public:
|
|
|
|
PANEL_KICAD2STEP* m_panelKicad2Step;
|
2020-02-15 09:58:44 +00:00
|
|
|
|
|
|
|
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 );
|
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
~KICAD2STEP_FRAME_BASE();
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
};
|
|
|
|
|