2012-03-01 07:21:53 +00:00
///////////////////////////////////////////////////////////////////////////
2019-01-02 04:44:44 +00:00
// C++ code generated with wxFormBuilder (version Nov 23 2018)
2012-03-01 07:21:53 +00:00
// http://www.wxformbuilder.org/
//
2017-12-27 17:09:27 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2012-03-01 07:21:53 +00:00
///////////////////////////////////////////////////////////////////////////
2019-01-02 04:44:44 +00:00
# pragma once
2012-03-01 07:21:53 +00:00
2015-08-30 11:00:30 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
2019-01-02 04:44:44 +00:00
# include <wx/intl.h>
2012-03-01 07:21:53 +00:00
# include <wx/string.h>
# include <wx/textctrl.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
2019-01-02 04:44:44 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
2012-03-01 07:21:53 +00:00
# include <wx/button.h>
# include <wx/sizer.h>
# include <wx/frame.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_SCRIPTING_BASE
///////////////////////////////////////////////////////////////////////////////
2019-01-02 04:44:44 +00:00
class DIALOG_SCRIPTING_BASE : public wxFrame
2012-03-01 07:21:53 +00:00
{
private :
2019-01-02 04:44:44 +00:00
2012-03-01 07:21:53 +00:00
protected :
wxTextCtrl * m_txScript ;
wxButton * m_btRun ;
2019-01-02 04:44:44 +00:00
2012-03-01 07:21:53 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnRunButtonClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-01-02 04:44:44 +00:00
2012-03-01 07:21:53 +00:00
public :
2019-01-02 04:44:44 +00:00
DIALOG_SCRIPTING_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Scripting Test Window " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL ) ;
2012-03-01 07:21:53 +00:00
~ DIALOG_SCRIPTING_BASE ( ) ;
2019-01-02 04:44:44 +00:00
2012-03-01 07:21:53 +00:00
} ;