You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jun 17 2015)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_SCRIPTING_BASE_H__
  8. #define __DIALOG_SCRIPTING_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/string.h>
  12. #include <wx/textctrl.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/button.h>
  18. #include <wx/sizer.h>
  19. #include <wx/frame.h>
  20. ///////////////////////////////////////////////////////////////////////////
  21. ///////////////////////////////////////////////////////////////////////////////
  22. /// Class DIALOG_SCRIPTING_BASE
  23. ///////////////////////////////////////////////////////////////////////////////
  24. class DIALOG_SCRIPTING_BASE : public wxFrame
  25. {
  26. private:
  27. protected:
  28. wxTextCtrl* m_txScript;
  29. wxButton* m_btRun;
  30. // Virtual event handlers, overide them in your derived class
  31. virtual void OnRunButtonClick( wxCommandEvent& event ) { event.Skip(); }
  32. public:
  33. DIALOG_SCRIPTING_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Scripting Test Window"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,468 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
  34. ~DIALOG_SCRIPTING_BASE();
  35. };
  36. #endif //__DIALOG_SCRIPTING_BASE_H__