summaryrefslogtreecommitdiff
path: root/LiteEditor/debuggerasciiviewerbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/debuggerasciiviewerbase.h')
-rw-r--r--LiteEditor/debuggerasciiviewerbase.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/LiteEditor/debuggerasciiviewerbase.h b/LiteEditor/debuggerasciiviewerbase.h
deleted file mode 100644
index 115b3d1c..00000000
--- a/LiteEditor/debuggerasciiviewerbase.h
+++ /dev/null
@@ -1,51 +0,0 @@
-///////////////////////////////////////////////////////////////////////////
-// C++ code generated with wxFormBuilder (version Apr 16 2008)
-// http://www.wxformbuilder.org/
-//
-// PLEASE DO "NOT" EDIT THIS FILE!
-///////////////////////////////////////////////////////////////////////////
-
-#ifndef __debuggerasciiviewerbase__
-#define __debuggerasciiviewerbase__
-
-#include <wx/intl.h>
-
-#include <wx/string.h>
-#include <wx/stattext.h>
-#include <wx/gdicmn.h>
-#include <wx/font.h>
-#include <wx/colour.h>
-#include <wx/settings.h>
-#include <wx/textctrl.h>
-#include <wx/button.h>
-#include <wx/sizer.h>
-#include <wx/wxscintilla.h>
-#include <wx/panel.h>
-
-///////////////////////////////////////////////////////////////////////////
-
-
-///////////////////////////////////////////////////////////////////////////////
-/// Class DebuggerAsciiViewerBase
-///////////////////////////////////////////////////////////////////////////////
-class DebuggerAsciiViewerBase : public wxPanel
-{
- private:
-
- protected:
- wxStaticText* m_staticText1;
- wxTextCtrl* m_textCtrlExpression;
- wxButton* m_buttonClear;
- wxScintilla *m_textView;
-
- // Virtual event handlers, overide them in your derived class
- virtual void OnClearView( wxCommandEvent& event ){ event.Skip(); }
-
-
- public:
- DebuggerAsciiViewerBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 225,95 ), long style = wxTAB_TRAVERSAL );
- ~DebuggerAsciiViewerBase();
-
-};
-
-#endif //__debuggerasciiviewerbase__