/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Sep 8 2010) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __dialog_scripting_base__ #define __dialog_scripting_base__ #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_SCRIPTING_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_SCRIPTING_BASE : public wxFrame { private: protected: wxTextCtrl* m_txScript; wxButton* m_btRun; // Virtual event handlers, overide them in your derived class virtual void OnRunButtonClick( wxCommandEvent& event ) { event.Skip(); } public: 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,600 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~DIALOG_SCRIPTING_BASE(); }; #endif //__dialog_scripting_base__