2018-09-20 09:05:52 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-11-25 18:38:47 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb)
|
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>
|
2022-10-05 18:51:38 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/textctrl.h>
|
2018-09-20 09:05:52 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/sizer.h>
|
2021-09-20 03:11:11 +00:00
|
|
|
#include <wx/button.h>
|
2022-10-05 18:51:38 +00:00
|
|
|
#include <wx/dialog.h>
|
2018-09-20 09:05:52 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-10-05 18:51:38 +00:00
|
|
|
/// Class DIALOG_EXPORT_STEP_PROCESS_BASE
|
2018-09-20 09:05:52 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-10-05 18:51:38 +00:00
|
|
|
class DIALOG_EXPORT_STEP_PROCESS_BASE : public DIALOG_SHIM
|
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:
|
2022-10-05 18:51:38 +00:00
|
|
|
wxTextCtrl* m_textCtrlLog;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
2021-09-20 03:11:11 +00:00
|
|
|
|
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
|
2022-10-05 18:51:38 +00:00
|
|
|
virtual void OnButtonPlot( wxCommandEvent& event ) { event.Skip(); }
|
2021-09-20 03:11:11 +00:00
|
|
|
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
public:
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2022-10-05 18:51:38 +00:00
|
|
|
DIALOG_EXPORT_STEP_PROCESS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("STEP Export"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2022-10-05 18:51:38 +00:00
|
|
|
~DIALOG_EXPORT_STEP_PROCESS_BASE();
|
2020-02-15 09:58:44 +00:00
|
|
|
|
2018-09-20 09:05:52 +00:00
|
|
|
};
|
|
|
|
|